GET api/NE/GetDashboardStats_CallActionsByCategory?startDate={startDate}&endDate={endDate}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| startDate | date |
Required |
|
| endDate | date |
Required |
Body Parameters
None.
Response Information
Resource Description
Collection of CallActionsByCategory| Name | Description | Type | Additional information |
|---|---|---|---|
| CallActionCategoryId | byte |
None. |
|
| CallActionCategory | string |
None. |
|
| Total | integer |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"$id": "1",
"$type": "NE.Models.CallActionsByCategory, NE.Models",
"CallActionCategoryId": 64,
"CallActionCategory": "sample string 2",
"Total": 3
},
{
"$ref": "1"
}
]