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
Key | Datatype | Required | Description |
---|---|---|---|
page | number | Specifies the requested page index | |
size | number | Specifies the number of elements in a page. Maximum size value allowed is 50. |
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Accept | string |
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}}