GET breeze/NE/GetDashboardStats_CallActionsByCategory?startDate={startDate}&endDate={endDate}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
startDate

date

Required

endDate

date

Required

Body Parameters

None.

Response Information

Resource Description

Collection of CallActionsByCategory
NameDescriptionTypeAdditional 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"
  }
]