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
Name | Description | Type | Additional information |
---|---|---|---|
startDateTime |
Format YYYY-MM-DDTHH:MM |
date |
Required |
endDateTime |
Format YYYY-MM-DDTHH:MM |
date |
Required |
Body Parameters
None.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.