Skip to content

Latest commit

 

History

History
17 lines (14 loc) · 7.03 KB

notificationscontrollerlistnotificationsrequest.md

File metadata and controls

17 lines (14 loc) · 7.03 KB

NotificationsControllerListNotificationsRequest

Fields

Field Type Required Description
channels List[models.ChannelTypeEnum] Array of channel types
templates List[str] Array of template IDs or a single template ID
emails List[str] Array of email addresses or a single email address
search Optional[str] : warning: ** DEPRECATED **: This will be removed in a future release, please migrate away from it as soon as possible.

Search term (deprecated)
subscriber_ids List[str] Array of subscriber IDs or a single subscriber ID
page Optional[float] Page number for pagination
transaction_id Optional[str] Transaction ID for filtering
after Optional[str] Date filter for records after this timestamp
before Optional[str] Date filter for records before this timestamp
idempotency_key Optional[str] A header for idempotency purposes