PageRequest
Field | Type | Mandatory | Description |
---|---|---|---|
pageNumber | Number | no (yes) | The number of the requested page. It is mandatory if page size is specified. |
pageSize | Number | no (yes) | The number of entries on the requested page. It is mandatory if page number is specified. |
pageSortField | String | no | The identifier of the field which must be used to sort the entries. |
pageDirection | Direction | no | The direction of the sorting. |