| 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<TopicsControllerListTopicsOrderDirection> | ➖ | Direction of sorting | |
orderBy |
Optional<String> | ➖ | Field to order by | |
includeCursor |
Optional<Boolean> | ➖ | Include cursor item in response | |
key |
Optional<String> | ➖ | Key of the topic to filter results. | |
name |
Optional<String> | ➖ | Name of the topic to filter results. | |
idempotencyKey |
Optional<String> | ➖ | A header for idempotency purposes |