GET api/Analytics/GetAnalyticsDrb?take={take}&fromid={fromid}&date={date}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| take | integer |
None. |
|
| fromid | integer |
None. |
|
| date | string |
None. |
Body Parameters
None.
Response Information
Resource Description
Collection of AnalyticsDrbDTO| Name | Description | Type | Additional information |
|---|---|---|---|
| AssociateId | integer |
None. |
|
| BookedCount | integer |
None. |
|
| CreateDate | date |
None. |
|
| DialedCount | integer |
None. |
|
| FirstName | string |
None. |
|
| Id | integer |
None. |
|
| LastName | string |
None. |
|
| Month | integer |
None. |
|
| ReachedCount | integer |
None. |
|
| Year | integer |
None. |
|
| PersonCode | globally unique identifier |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"AssociateId": 1,
"BookedCount": 1,
"CreateDate": "2026-02-03T18:29:28.2687776-08:00",
"DialedCount": 1,
"FirstName": "sample string 2",
"Id": 3,
"LastName": "sample string 4",
"Month": 1,
"ReachedCount": 1,
"Year": 1,
"PersonCode": "84f6b403-8058-464b-a41a-aee821b216c0"
},
{
"AssociateId": 1,
"BookedCount": 1,
"CreateDate": "2026-02-03T18:29:28.2687776-08:00",
"DialedCount": 1,
"FirstName": "sample string 2",
"Id": 3,
"LastName": "sample string 4",
"Month": 1,
"ReachedCount": 1,
"Year": 1,
"PersonCode": "84f6b403-8058-464b-a41a-aee821b216c0"
}
]