PageInfo Schema
undefined#/responses/objects/definitions/PageInfo
PageInfo is the page information returned for paginated queries.
Abstract | Extensible | Status | Identifiable | Custom Properties | Additional Properties | Access Restrictions | Defined In |
---|---|---|---|---|---|---|---|
Can be instantiated | No | Unknown status | No | Forbidden | Forbidden | none | cw-storage.json* |
PageInfo Type
object
(PageInfo)
PageInfo Properties
Property | Type | Required | Nullable | Defined by |
---|---|---|---|---|
end_cursor | string | Required | cannot be null | cw-storage |
has_next_page | boolean | Required | cannot be null | cw-storage |
has_previous_page | boolean | Required | cannot be null | cw-storage |
start_cursor | string | Required | cannot be null | cw-storage |
end_cursor
The cursor to the previous page.
end_cursor
is required
Type:
string
cannot be null
defined in: cw-storage
end_cursor Type
string
has_next_page
Tells if there is a next page.
has_next_page
is required
Type:
boolean
cannot be null
defined in: cw-storage
has_next_page Type
boolean
has_previous_page
Tells if there is a previous page.
has_previous_page
is required
Type:
boolean
cannot be null
defined in: cw-storage
has_previous_page Type
boolean
start_cursor
The cursor to the next page.
start_cursor
is required
Type:
string
cannot be null
defined in: cw-storage
start_cursor Type
string