Pagination
All queries that return a list of resources are paginated.
The response has the following format:
"meta": {
"currentPage": 1,
"itemCount": 5,
"itemsPerPage": 10,
"totalItems": 5,
"totalPages": 1
}
All queries that return a list of resources are paginated.
The response has the following format:
"meta": {
"currentPage": 1,
"itemCount": 5,
"itemsPerPage": 10,
"totalItems": 5,
"totalPages": 1
}