Pagination
ManageEngine's MDM provides API to retrieve lists of devices, profiles and other resources -
paginated to 50 items by default. The pagination information is included in the list API response under
the name of paging and metadata.
Response
metadata
object
Meta data of pagination
total_record_count
integer
Total number of records fetched
paging
object
Takes care of paging of records
next
string
API to fetch next set of records
previous
string
API to fetch previous set of records
Query Parameters
offset
Offset of the records to be fetched
limit
Maximum number of records to be fetched in a single request