Skip to content

Latest commit

 

History

History
22 lines (19 loc) · 9.93 KB

File metadata and controls

22 lines (19 loc) · 9.93 KB

NotificationsControllerListNotificationsRequest

Fields

Field Type Required Description
channels array<Components\ChannelTypeEnum> Array of channel types
templates array<string> Array of template IDs or a single template ID
emails array<string> Array of email addresses or a single email address
search ?string : warning: ** DEPRECATED **: This will be removed in a future release, please migrate away from it as soon as possible.

Search term (deprecated)
subscriberIds array<string> Array of subscriber IDs or a single subscriber ID
severity array<string> Array of severity levels or a single severity level
page ?float Page number for pagination
limit ?float Limit for pagination
transactionId ?string The transaction ID to filter by
topicKey ?string Topic Key for filtering notifications by topic
subscriptionId ?string Subscription ID for filtering notifications by subscription
contextKeys array<string> Filter by exact context keys, order insensitive (format: "type:id")
after ?string Date filter for records after this timestamp. Defaults to earliest date allowed by subscription plan
before ?string Date filter for records before this timestamp. Defaults to current time of request (now)
idempotencyKey ?string A header for idempotency purposes