Guides
Customer Management
Searching, Paging, and Sorting
4min
For large datasets, Amberflo supports paging and sorting.
The following query string parameters are passed to the paging endpoint.
Following is a sample response when customers are sorted by customerName in ascending for the search keyword inc and page size of 5. /customers/paging?limit=5&sort=customerName&search=inc
items include the actual list of customers on the page, and metadata includes the paging information as explained in the next section.
The paging metadata is returned by the API call. It helps the API to keep track of the current paging state.
Useful Queries
Updated 31 Jul 2024
Did this page help you?