Contents

NotificationHistoryResponse

A response that contains the App Store Server Notifications history for your app.

Declaration

object NotificationHistoryResponse

Properties

NameTypeDescription
notificationHistory[notificationHistoryResponseItem]

An array of App Store Server Notifications history records.

If you set onlyFailures to true in the NotificationHistoryRequest, this array contains only the notifications that failed to reach your server.

hasMorehasMore

A Boolean value that indicates whether the App Store has more notification history records to send. If hasMore is true, use the paginationToken in the subsequent request to get more records. If hasMore is false, there are no more records available.

paginationTokenpaginationToken

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.

Topics

Data types

See Also

App Store Server Notifications history