FetchSubscriptionNotificationsResponseModel
Provides information about the latest notifications for a subscription.
Name | Description | Type | Additional Information |
---|---|---|---|
SubscriptionId |
The identifier of the subscription the notifications are associated with. |
string |
None. |
Count |
The number of notifications fetched. |
integer |
None. |
NextPosition |
The position to specify in follow-up requests for retrieving additional available notifications. |
string |
In case there are no new notifications available beyond the value specified in the position request parameter, this value can be the same as the one passed in the request. |
MoreAvailable |
Value indicating whether there are more notifications available for the subscription than provided in the response. |
boolean |
None. |
Notifications |
List of available notifications based on the provided position value. |
Collection of FetchSubscriptionNotificationsResponseModelNotification |
None. |