PaginationFilter
Pagination filter containing an opaque token for fetching the next/previous page of results.
PaginationFilter
Pagination filter containing an opaque token for fetching the next/previous page of results. The page token is returned in the response headers (X-Next, X-Prev) and should be passed as-is.
Properties
| Name | Type | Required | Description |
|---|---|---|---|
Page | string | Yes | Opaque pagination token for fetching the next/previous page of results. This is a encoded string. Do not parse or modify; pass it as received. |