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-06-25T12:38:02.5960379-07:00",
"DialedCount": 1,
"FirstName": "sample string 2",
"Id": 3,
"LastName": "sample string 4",
"Month": 1,
"ReachedCount": 1,
"Year": 1,
"PersonCode": "2af7ec1f-172c-42db-82c8-34295250399d"
},
{
"AssociateId": 1,
"BookedCount": 1,
"CreateDate": "2026-06-25T12:38:02.5960379-07:00",
"DialedCount": 1,
"FirstName": "sample string 2",
"Id": 3,
"LastName": "sample string 4",
"Month": 1,
"ReachedCount": 1,
"Year": 1,
"PersonCode": "2af7ec1f-172c-42db-82c8-34295250399d"
}
]