Shows email delivery status per recipient.

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

Allows the sender application to validate the delivery of the email to its recipients. Information about the email job deliveries can be retrieved up to 180 days from the creation of the email job, after which it will be automatically deleted from the system.

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

{"deliveries":[{"recipient":"plantengineer@mdspcustomer.com","status":"Failed"},{"recipient":"plantengineer@mdspcustomer.com","status":"Failed"}],"page":{"size":-99809024,"totalElements":70880809,"totalPages":-3369721,"number":-60328106}}