get https://api.everbridge.net/rest/notificationReports//
Retrieve the report of a notification within an organization
Response body
Property | Description |
---|---|
firstPageUri | URI of first page |
lastPageUri | URI of last page |
page.pageSize | Max results for current page |
page.start | Index of the first result in current page |
page.confirmed | Confirmation status (true/false) |
page.data[0].id | ID of the current record |
page.data[0].notificationId | ID of the notification |
page.data[0].contactId | ID of the contact |
page.data[0].result | Result of the notification |
page.data[0].attemptTime | Timestamp when notification was attempted |
page.data[0].firstAttemptTime | Timestamp of first attempt |
page.data[0].fullName | Full name |
page.data[0].firstName | First name |
page.data[0].lastName | Last name |
page.data[0].attempt | number of attempts |
page.data[0].externalId | Email address |
page.data[0].createdId | Timestamp when notification was created |
page.data[0].callResultByPaths.journalId | Journal ID |
page.data[0].callResultByPaths.attemptId | ID of the notification attempt |
page.data[0].callResultByPaths.attemptOrder | Order of the notification attempt |
page.data[0].callResultByPaths.attemptTime | Timestamp of the attempted notification |
page.data[0].callResultByPaths.waitTime | Wait time |
page.data[0].callResultByPaths.countryCode | Country code of the notification |
page.data[0].callResultByPaths.cycleSeq | Cycle sequence |
page.data[0].callResultByPaths.path | Type of notification (email, sms, etc...) |
page.data[0].callResultByPaths.pathText | address of the path (email address, phone number, etc..) |
page.data[0].callResultByPaths.callResult | result of the notification |
page.data[0].callResultByPaths.firstName | First name of recipient |
page.data[0].callResultByPaths.lastName | Last name of recipient |
page.data[0].callResultByPaths.confirmed | Confirmation status (true/false) |
totalCount | Total count of notifications returned |
totalPageCount | Number of pages for query |
currentPageNo | Current page number |