GET api/CallCenter/v1/GetAgentStateDetails?startDateTime={startDateTime}&endDateTime={endDateTime}

Return a list of Call Center Agents and the last Agent State logged within a given time frame.

Request Information

URI Parameters

NameDescriptionTypeAdditional information
startDateTime

Format YYYY-MM-DDTHH:MM

date

Required

endDateTime

Format YYYY-MM-DDTHH:MM

date

Required

Body Parameters

None.

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

application/json, text/json, application/xml, text/xml

Sample:

Sample not available.