CursorPageParameters
objectThe number of items included per page.
Example:10
Cursor param specifying the page (i.e. the next page) of data returned.
Example:ewogICJpZCI6ICJoZWxsbyB3b3JsZCIKfQ
Cursor param specifying the page (i.e. the previous page) of data returned.
Example:ewogICJpZCI6ICJoZWxsbyB3b3JsZCIKfQ
StringFieldFilterExact
objectFilter using one of the following operators: eq, oeq, neq
The field exactly matches the provided value.
Example:?filter[field_name_here][eq]=foo
The field matches any of the provided values.
Example:?filter[field_name_here][oeq]=foo,bar
The field does not match the provided value.
Example:?filter[field_name_here][neq]=bar
CursorMetaPage
objectURI to the first page
URI to the last page
URI to the next page
URI to the previous page
Requested page size
Example:10
CursorMeta
objectPagination metadata.
Show Child Parameters
Slug
stringdocument slug
Match pattern:^[\w\/-]+$
<= 512 characters