v1

latestOpenAPI 3.0.02026-07-2449050.9 KB
Abandon Calls

Get Abandon Calls (Token Auth)

get/ca_apis/abandonCalls

Headers

Content-Typestring required

Request body

userNamestring required

CloudAgent account username

fromTimestring

Start time in HH:MM:SS format, if you want to filter for the day.

toTimestring

End time in HH:MM:SS format, if you want to filter for the day.

campaignNamestring

Campaign name, if you want the data for a campaign.

Example request

{
  "userName": "xxxx",
  "fromTime": "00:00:00",
  "toTime": "00:00:00",
  "campaignName": "xxxxx"
}

Response

Successful response