[GET] Batch Status
Fetch status of records for Batch-ID returned in the Bulk Call Personalisation API.
Each record indicates whether the record was successfully pushed or not.
Authorizations
Path parameters
clientAccountIdstring · uuidRequired
This should be the clientAccountId
Query parameters
batchIdstring · uuidOptional
This is received from the Create Dynamic Call Records API response
Header parameters
AcceptstringOptionalExample:
{"value":"application/vnd.api+json; version=1.0"}
Responses
200Success
400Error
401Error
500Error
get
GET /clients/{clientAccountId}/dynamic_call_records HTTP/1.1
Host:
Authorization: Bearer YOUR_OAUTH2_TOKEN
Accept: */*
No content
Last updated
Was this helpful?