Meta Object
Additional response information.
All GET
responses contain a meta object. This object is mainly used for paging results.
{
"meta": {
"pagination": {
"total": 5,
"count": 5,
"per_page": 20,
"current_page": 1,
"total_pages": 1,
"links": {
"next_page": null,
"previous_page": null
}
}
}
}
Updated less than a minute ago