Skip to content

Latest commit

 

History

History
17 lines (14 loc) · 9.22 KB

File metadata and controls

17 lines (14 loc) · 9.22 KB

TopicsControllerListTopicSubscriptionsRequest

Fields

Field Type Required Description Example
TopicKey string ✔️ The key identifier of the topic
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 TopicsControllerListTopicSubscriptionsQueryParamOrderDirection Direction of sorting
OrderBy string Field to order by
IncludeCursor bool Include cursor item in response
SubscriberId string Filter by subscriber ID
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