Skip to content

Latest commit

 

History

History
20 lines (17 loc) · 12.2 KB

File metadata and controls

20 lines (17 loc) · 12.2 KB

ChannelEndpointsControllerListChannelEndpointsRequest

Fields

Field Type Required Description Example
after Optional<String> Cursor for pagination indicating the starting point after which to fetch results.
before Optional<String> Cursor for pagination indicating the ending point before which to fetch results.
limit Optional<Double> Limit the number of items to return (max 100) 10
orderDirection Optional<ChannelEndpointsControllerListChannelEndpointsOrderDirection> Direction of sorting
orderBy Optional<String> Field to order by
includeCursor Optional<Boolean> Include cursor item in response
subscriberId Optional<String> The subscriber ID to filter results by subscriber-123
contextKeys List<String> Filter by exact context keys, order insensitive (format: "type:id") [
"tenant:org-123",
"region:us-east-1"
]
channel Optional<ChannelEndpointsControllerListChannelEndpointsChannel> Channel type to filter results.
providerId Optional<ProvidersIdEnum> Filter by provider identifier (e.g., sendgrid, twilio, slack, etc.). slack
integrationIdentifier Optional<String> Integration identifier to filter results. slack-prod
connectionIdentifier Optional<String> Connection identifier to filter results. slack-connection-abc123
idempotencyKey Optional<String> A header for idempotency purposes