REST API response
Typical JSON API envelope with pagination meta.
{
"data": [{ "id": 1, "name": "Example" }],
"meta": { "page": 1, "total": 42 }
}Typical JSON API envelope with pagination meta.
{
"data": [{ "id": 1, "name": "Example" }],
"meta": { "page": 1, "total": 42 }
}