Offset Based Pagination Metadata
Name | Description |
---|---|
limit | Number The number of results |
offset | Number The number of records that need to be skipped |
total | Number The total count of items |
Was this page helpful?
{
"limit": 25,
"offset": 0,
"total": 10
}