Shows email delivery status per recipient.

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

Shows per recipient status of email dispatch status.

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

{"deliveryStatus":[{"recipient":"plantengineer@mdspcustomer.com","status":"failed"},{"recipient":"plantengineer@mdspcustomer.com","status":"failed"}],"page":{"size":-55701219,"totalElements":10988562,"totalPages":33213409,"number":43470823}}