Parameter | Description |
---|---|
Limit | Limit the number of items returned in the response. |
Offset | Define the number of items to skip before starting to return results. |
Return All Pages | Automatically fetch all resources, page by page. |
{
"metadata": {
"count": 1,
"limit": 50,
"next": "https://api.tempo.io/[...]",
"offset": 0,
"previous": "https://api.tempo.io/[...]"
},
"results": [
{
"id": 234,
"key": "CLOUDBAY_DEVELOPMENT",
"name": "Cloudbay: Development",
"self": "https://api.tempo.io/[...]"
}
],
"self": "https://api.tempo.io/[...]"
}
Was this page helpful?