NotificationHistoryResponse
A response that contains the App Store Server Notifications history for your app.
Declaration
object NotificationHistoryResponseProperties
| Name | Type | Description |
|---|---|---|
notificationHistory | [notificationHistoryResponseItem] | An array of App Store Server Notifications history records. If you set onlyFailures to |
hasMore | hasMore | A Boolean value that indicates whether the App Store has more notification history records to send. If |
paginationToken | paginationToken | A pagination token that you provide to Get Notification History on a subsequent request to get the next page of responses. |
Mentioned in
Discussion
The Get Notification History endpoint returns this response. Notification history records contain the notifications that the App Store server attempted to send to your server’s App Store Server Notifications V2 endpoint.
The notification history response contains a maximum of 20 notification history records per response. If the history has more than 20 records, the hasMore value is true. Call Get Notification History again with paginationToken in the query to receive the next page of responses. When the App Store has no more records to send, the hasMore value is false.