post https://mytenant.cx.onecloud.com/configapi/v2/callinglist/getAll//
Calling list records are sequentially numbered in order of insertion, beginning from zero. This method returns a list of records in the calling list that has an index that is greater than or to equal to the requested record index.
Input parameters are "initial record index" and "maximum size of returned list." Current implementation limits "maxSize" to 1000 records. All time values are returned in UTC.
Notes:
- The returned list contains JSON objects sorted by index.
- The “entry” field of these objects contains a copy of the list entry
- Field names are provided as they were defined during list creation.
- The “status” field contains the results of calling this record in this campaign.
- Field names are predefined.
- “Completed” is always present; all other fields may be absent if the record was never called or never reached the agent.
Response Codes
Code | Description |
---|---|
200 | Success |
400 | Bad request (missing required fields or format not understood) |
401 | Authentication failed |
403 | User authenticated but does not have sufficient privileges |
404 | Calling List is not found, campaign is not found, or invalid URL |