Skip to content

Latest commit

 

History

History
15 lines (11 loc) · 1.33 KB

GetNotificationsRequest.md

File metadata and controls

15 lines (11 loc) · 1.33 KB

GetNotificationsRequest

Properties

Name Type Description Notes
WalletId string Fetch notifications that relate to this wallet ID only [optional]
Types []NotificationType [optional]
StartingWithTime string Fetch notifications reported at this timestamp or later/earlier. Later notifications will be fetched if the order is ascending, and earlier ones if the order is descending. The timestamp is expected to be in RFC-3339 format. [optional]
AfterId int32 Fetch notifications after this given ID (not including the notification with the given ID). This is meant to facilitate pagination. Later notifications will be fetched if ascending order is selected, and earlier ones if descending order is selected. Warning - do not assume anything about the implementation of after_id; the values of the ID are intended to be copy-pasted from retrieved notifications for pagination. [optional]
Order OrderEnum [optional]
MaxResults int32 The maximal number of results to fetch [optional] [default to 100]

[Back to Model list] [Back to API list] [Back to README]