Skip to content

Latest commit

 

History

History
14 lines (11 loc) · 3.14 KB

File metadata and controls

14 lines (11 loc) · 3.14 KB

MessagesControllerGetMessagesRequest

Fields

Field Type Required Description Example
Channel ChannelTypeEnum Channel type through which the message is sent
SubscriberId string N/A
TransactionId List<string> N/A
ContextKeys List<string> Filter by exact context keys, order insensitive (format: "type:id") [
"tenant:org-123",
"region:us-east-1"
]
Page double N/A
Limit double N/A
IdempotencyKey string A header for idempotency purposes