REST API: Notification Analytics List
This GET endpoint retrieves analytics for your notification.
GET API url -> /v1/analytics/notifications
Query Parameters
The following query parameters are possible:
| Field | Type | Description | Required |
|---|---|---|---|
| appId | String | Application Id | ✅ |
| notificationId | String | Notification Id | ✅ |
| from | Long | Unix timestamp in milliseconds. Returns 400 error if notification is of type RECURRING |
Optional |
| to | Long | Unix timestamp in milliseconds. Returns 400 error if notification is of type RECURRING |
Optional |