PaginationCursorOrOffset
on routes supporting limit/offset and cursor pagination, offset will be ignored when after is set; however, both fields will always be present in the response
| Field | Type | Required | Description |
|---|---|---|---|
limit |
number |
||
offset |
number |
||
cursors |
object |
a base64 string or null if the result is empty | |
totalItemCount |
number |
Example
Section titled “Example”{ "limit": 1, "cursor": { "after": "1b" }, "totalItemCount": 2}
