Skip to content

Latest commit

 

History

History
19 lines (16 loc) · 12.4 KB

File metadata and controls

19 lines (16 loc) · 12.4 KB

ChannelConnectionsControllerListChannelConnectionsRequest

Fields

Field Type Required Description Example
After string Cursor for pagination indicating the starting point after which to fetch results.
Before string Cursor for pagination indicating the ending point before which to fetch results.
Limit double Limit the number of items to return (max 100) 10
OrderDirection ChannelConnectionsControllerListChannelConnectionsQueryParamOrderDirection Direction of sorting
OrderBy string Field to order by
IncludeCursor bool Include cursor item in response
SubscriberId string The subscriber ID to filter results by subscriber-123
Channel Models.Requests.Channel Filter by channel type (email, sms, push, chat, etc.). chat
ProviderId ProvidersIdEnum Filter by provider identifier (e.g., sendgrid, twilio, slack, etc.). slack
IntegrationIdentifier string Filter by integration identifier. slack-prod
ContextKeys List<string> Filter by exact context keys, order insensitive (format: "type:id") [
"tenant:org-123",
"region:us-east-1"
]
IdempotencyKey string A header for idempotency purposes