Get All Records

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

CodeDescription
200Success
400Bad request (missing required fields or format not understood)
401Authentication failed
403User authenticated but does not have sufficient privileges
404Calling List is not found, campaign is not found, or invalid URL
Language
Credentials
Bearer
Click Try It! to start a request and see the response here!