AMALYZE Falcon API
Pagination Object
Request
JavaScript
1 2 3 4 |
"pagination": { "page": 1, "size": 1 } |
Property | Type | Description | Comment |
pagination | object | Object containing the pagination information | since 0.1.10 |
pagination.page | integer | Number of page to return | since 0.1.10 |
pagination.size | integer | Number if items to return | since 0.1.10 |
Response
JavaScript
1 2 3 |
"pagination": { "filtered": 245 } |
Property | Type | Description | Comment |
pagination | object | Object containing the pagination information | since 0.1.10 |
pagination.filtered | integer | Number of total matching items | since 0.1.10 |