GET api/Analytics/GetAnalyticsActivityProduction?take={take}&fromid={fromid}&date={date}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
take

integer

None.

fromid

integer

None.

date

string

None.

Body Parameters

None.

Response Information

Resource Description

Collection of AnalyticsActivityProductionDTO
NameDescriptionTypeAdditional information
AandH

decimal number

None.

Alp

decimal number

None.

Alpcommit

decimal number

None.

AppointmentCar

integer

None.

AppointmentDropBy

integer

None.

AppointmentHome

integer

None.

AppointmentNextDayEnd

integer

None.

AppointmentNextDayStart

integer

None.

AppointmentStart

integer

None.

AppointmentTotal

integer

None.

AssociateId

integer

None.

CreateDate

date

None.

FirstName

string

None.

Id

integer

None.

LastName

string

None.

Month

integer

None.

Ntg

decimal number

None.

PresentationChildSafe

integer

None.

PresentationLapsePos

integer

None.

PresentationList

integer

None.

PresentationPos

integer

None.

PresentationReferral

integer

None.

PresentationResponseCard

integer

None.

PresentationTotal

integer

None.

Rtn

decimal number

None.

SalesChildSafe

integer

None.

SalesLaspePos

integer

None.

SalesList

integer

None.

SalesPos

integer

None.

SalesReferral

integer

None.

SalesResponseCard

integer

None.

SalesTotal

integer

None.

TotalPay

decimal number

None.

Year

integer

None.

PersonCode

globally unique identifier

None.

Response Formats

application/json, text/json

Sample:
[
  {
    "AandH": 1.0,
    "Alp": 1.0,
    "Alpcommit": 1.0,
    "AppointmentCar": 1,
    "AppointmentDropBy": 1,
    "AppointmentHome": 1,
    "AppointmentNextDayEnd": 1,
    "AppointmentNextDayStart": 1,
    "AppointmentStart": 1,
    "AppointmentTotal": 1,
    "AssociateId": 1,
    "CreateDate": "2026-02-03T18:27:43.9127074-08:00",
    "FirstName": "sample string 2",
    "Id": 3,
    "LastName": "sample string 4",
    "Month": 1,
    "Ntg": 1.0,
    "PresentationChildSafe": 1,
    "PresentationLapsePos": 1,
    "PresentationList": 1,
    "PresentationPos": 1,
    "PresentationReferral": 1,
    "PresentationResponseCard": 1,
    "PresentationTotal": 1,
    "Rtn": 1.0,
    "SalesChildSafe": 1,
    "SalesLaspePos": 1,
    "SalesList": 1,
    "SalesPos": 1,
    "SalesReferral": 1,
    "SalesResponseCard": 1,
    "SalesTotal": 1,
    "TotalPay": 1.0,
    "Year": 1,
    "PersonCode": "b0acfb93-ba70-463d-808b-7dafcf5cf6ec"
  },
  {
    "AandH": 1.0,
    "Alp": 1.0,
    "Alpcommit": 1.0,
    "AppointmentCar": 1,
    "AppointmentDropBy": 1,
    "AppointmentHome": 1,
    "AppointmentNextDayEnd": 1,
    "AppointmentNextDayStart": 1,
    "AppointmentStart": 1,
    "AppointmentTotal": 1,
    "AssociateId": 1,
    "CreateDate": "2026-02-03T18:27:43.9127074-08:00",
    "FirstName": "sample string 2",
    "Id": 3,
    "LastName": "sample string 4",
    "Month": 1,
    "Ntg": 1.0,
    "PresentationChildSafe": 1,
    "PresentationLapsePos": 1,
    "PresentationList": 1,
    "PresentationPos": 1,
    "PresentationReferral": 1,
    "PresentationResponseCard": 1,
    "PresentationTotal": 1,
    "Rtn": 1.0,
    "SalesChildSafe": 1,
    "SalesLaspePos": 1,
    "SalesList": 1,
    "SalesPos": 1,
    "SalesReferral": 1,
    "SalesResponseCard": 1,
    "SalesTotal": 1,
    "TotalPay": 1.0,
    "Year": 1,
    "PersonCode": "b0acfb93-ba70-463d-808b-7dafcf5cf6ec"
  }
]