GET breeze/NE/GetDashboardStats_CallActionsDrillDown?startDate={startDate}&endDate={endDate}&callActionCategoryId={callActionCategoryId}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
startDate

date

Required

endDate

date

Required

callActionCategoryId

integer

Required

Body Parameters

None.

Response Information

Resource Description

Collection of CallActionsDrillDown
NameDescriptionTypeAdditional information
CallActionCategoryId

byte

None.

CodeName

string

None.

SeriesLabel

string

None.

CallActionId

byte

None.

CallAction

string

None.

Total

integer

None.

Response Formats

application/json, text/json

Sample:
[
  {
    "$id": "1",
    "$type": "NE.Models.CallActionsDrillDown, NE.Models",
    "CallActionCategoryId": 64,
    "CodeName": "sample string 2",
    "SeriesLabel": "sample string 3",
    "CallActionId": 64,
    "CallAction": "sample string 5",
    "Total": 6
  },
  {
    "$ref": "1"
  }
]