Shows detailed delivery information of an sms job.

GET {{baseUrl}}/multicastSMSNotificationJobs/:id/deliveries?page=0&size=10

Shows per recipient status of sms dispatch.

Request Params

KeyDatatypeRequiredDescription
pagenumberSpecifies the requested page index
sizenumberSpecifies the number of elements in a page. Maximum size value allowed is 50.

HEADERS

KeyDatatypeRequiredDescription
Acceptstring

RESPONSES

status: OK

{"dispatchStatus":[{"recipient":"+411xxxxxxx9","status":"dispatched"},{"recipient":"+911xxxxxxx9","status":"failed","reason":"Recipients from restricted region are not allowed."}],"page":{"size":52446606,"totalElements":-36342820,"totalPages":-34189557,"number":79552557}}