Pagination
Pagination
Some Netify API endpoints provide data in paginated format. The two key parameters to manage pagination are:
- settings_limit: selects the size of the page.
- page: selects the page number of the data set.
The data_info part of the API response provides page statistics. See adjacent JSON example.
Note: paginated data is always provided in the same order for the specified target, typically an internal ID number.
{
...
"data_info": {
"total_records": 1139,
"total_pages": 12,
"current_page": 1,
"start": 1,
"length": 100,
"limit": 100
},
...
"data": ...
}
Informatics Docs
Integration and Custom Solutions
Do you have any questions about integration, APIs or custom development?
Contact Us