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
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
{"deliveries":[{"recipient":"plantengineer@mdspcustomer.com","status":"Failed"},{"recipient":"plantengineer@mdspcustomer.com","status":"Failed"}],"page":{"size":-99809024,"totalElements":70880809,"totalPages":-3369721,"number":-60328106}}