To enable pagination you have to include the following in your request:
meta: page
You can then use limit
and skip
to control the pagination.
meta: page
limit: 10
skip: 10
Sorting
Sort data by ascending or descending using the -
character.
Example: Fetch records sorted by createdAt descnending order.
sort=-createdAt