Search all events for email notification delivery successes

GET {{stripeUrl}}/admin/v1/AuditEvents?filter=eventId eq "notification.delivery.success" and notificationDeliveryChannel eq "EMAIL"&sortedBy=timestamp&sortOrder=descending

This example demonstrates how to search all events for EMAIL notification delivery successes filtering by the notification.delivery.success eventId and notificationDeliveryChannel equal to EMAIL, sorting by the timestamp, and putting in descending order.

Request Params

KeyDatatypeRequiredDescription
filterstring
sortedBystring
sortOrderstring

HEADERS

KeyDatatypeRequiredDescription
Authorizationstring
Datestring
Content-Typestring

RESPONSES

status: OK

{"schemas":["urn:ietf:params:scim:api:messages:2.0:ListResponse"],"totalResults":2,"Resources":[{"idcsCreatedBy":{"type":"User","display":"admin example","value":"4f4e34d4d2bf426884383d65bd2bc8ae","$ref":"https://tenant-base-url/admin/v1/Users/4f4e34d4d2bf426884383d65bd2bc8ae"},"actorName":"username@example.com","id":"7aa93ce66a564ddb8344406abb5461b9","actorDisplayName":"admin example","meta":{"created":"2018-05-02T09:55:52.509Z","lastModified":"2018-05-02T09:55:52.509Z","resourceType":"AuditEvent","location":"https://tenant-base-url/admin/v1/AuditEvents/7aa93ce66a564ddb8344406abb5461b9"},"rId":"0:1:1:1","actorId":"4f4e34d4d2bf426884383d65bd2bc8ae","adminResourceId":"20d2259381dd42538a27612845af0e6b","adminResourceName":"jarvis","timestamp":"2018-05-02T09:55:52.494Z","idcsLastModifiedBy":{"value":"4f4e34d4d2bf426884383d65bd2bc8ae","display":"admin example","type":"User","$ref":"https://tenant-base-url/admin/v1/Users/4f4e34d4d2bf426884383d65bd2bc8ae"},"ecId":"h9cWg0N0000000000","clientIp":"10.191.250.160","notificationDeliveryChannel":"EMAIL","eventId":"notification.delivery.success","notificationDeliveryEmailStatus":"SUCCESS","notificationDeliveryEmailSubject":"Welcome to tenant1, jarvis jarvis","reasonValue":"201","notificationDeliveryEmailLocale":"en","notificationDeliveryEmailTo":"[jack.smith@example.com]","actorType":"User","serviceName":"Messaging","message":"The EMAIL notification was delivered successfully to the following recipients: [jack.smith@example.com].","notificationDeliveryEmailFrom":"no-reply@example.com","schemas":["urn:ietf:params:scim:schemas:oracle:idcs:AuditEvent"]},{"idcsCreatedBy":{"type":"User","display":"jarvis jarvis","value":"20d2259381dd42538a27612845af0e6b","$ref":"https://tenant-base-url/admin/v1/Users/20d2259381dd42538a27612845af0e6b"},"actorName":"jarvis","id":"db781a4e83bc4753be1866a0d71e46d3","actorDisplayName":"jarvis jarvis","meta":{"created":"2018-05-02T10:59:52.746Z","lastModified":"2018-05-02T10:59:52.746Z","resourceType":"AuditEvent","location":"https://tenant-base-url/admin/v1/AuditEvents/db781a4e83bc4753be1866a0d71e46d3"},"rId":"0:1:1:1","actorId":"20d2259381dd42538a27612845af0e6b","adminResourceId":"20d2259381dd42538a27612845af0e6b","adminResourceName":"jarvis","timestamp":"2018-05-02T10:59:52.744Z","idcsLastModifiedBy":{"value":"20d2259381dd42538a27612845af0e6b","display":"jarvis jarvis","type":"User","$ref":"https://tenant-base-url/admin/v1/Users/20d2259381dd42538a27612845af0e6b"},"ecId":"DbVW61r0000000000","clientIp":"10.191.192.251","notificationDeliveryChannel":"EMAIL","eventId":"notification.delivery.success","notificationDeliveryEmailStatus":"SUCCESS","notificationDeliveryEmailSubject":"Password has been reset for Your Example account","reasonValue":"201","notificationDeliveryEmailLocale":"en","notificationDeliveryEmailTo":"[jack.smith@example.com]","actorType":"User","serviceName":"Messaging","message":"The EMAIL notification was delivered successfully to the following recipients: [jack.smith@example.com].","notificationDeliveryEmailFrom":"no-reply@example.com","schemas":["urn:ietf:params:scim:schemas:oracle:idcs:AuditEvent"]},{"idcsCreatedBy":{"type":"User","display":"admin opc","value":"4f4e34d4d2bf426884383d65bd2bc8ae","$ref":"https://tenant1.idcs.internal.oracle.com:8943/admin/v1/Users/4f4e34d4d2bf426884383d65bd2bc8ae"},"actorName":"admin@oracle.com","id":"aaa284dfe475407e89b06f44a3cda755","actorDisplayName":"admin opc","meta":{"created":"2018-05-13T16:46:55.036Z","lastModified":"2018-05-13T16:46:55.036Z","resourceType":"AuditEvent","location":"https://tenant1.idcs.internal.oracle.com:8943/admin/v1/AuditEvents/aaa284dfe475407e89b06f44a3cda755"},"rId":"0:1:1:1","actorId":"4f4e34d4d2bf426884383d65bd2bc8ae","adminResourceId":"448c765c044945a6b652bb6394cba0ff","adminResourceName":"448c765c044945a6b652bb6394cba0ff","timestamp":"2018-05-13T16:46:55.033Z","idcsLastModifiedBy":{"value":"4f4e34d4d2bf426884383d65bd2bc8ae","display":"admin opc","type":"User","$ref":"https://tenant1.idcs.internal.oracle.com:8943/admin/v1/Users/4f4e34d4d2bf426884383d65bd2bc8ae"},"ecId":"05s1I1d0000000000","clientIp":"10.154.161.61","notificationDeliveryChannel":"EMAIL","eventId":"notification.delivery.success","notificationDeliveryEmailStatus":"SUCCESS","notificationDeliveryEmailSubject":"Please Reset Your Password for Your tenant1 Account","reasonValue":"201","notificationDeliveryEmailLocale":"en","notificationDeliveryEmailTo":"[susan.harper@oracle.com]","actorType":"User","serviceName":"Messaging","message":"The EMAIL notification was delivered successfully to the following recipients: [susan.harper@oracle.com].","notificationDeliveryEmailFrom":"no-reply@oracle.com","schemas":["urn:ietf:params:scim:schemas:oracle:idcs:AuditEvent"]}],"startIndex":1,"itemsPerPage":50}