Page Object
The Page object contains the response page information.
Properties
| Name | Type | Read Only | Required | Description |
|---|---|---|---|---|
| page | int | yes | no | The page retrieved or, in the case of a request parameter, the specific page requested. |
| totalPages | int | yes | no | The total pages available. |
| pageSize | int | yes | no | The number of objects on this page. |
| total | int | yes | no | The total number of objects available. |