Parameter | Description |
---|---|
Return All Pages | Automatically fetch all resources, page by page. |
Search | String to search on. |
Parameter | Description |
---|---|
Limit | Number of records to return. |
Offset | Offset to use when retrieving results (useful in pagination). |
Order | Sort order (asc or desc). |
Sort | Field to order by. |
{
"total": 1,
"rows": [
{
"id": 8,
"name": "<string>",
"type": "<string>",
"color": null,
"show_in_nav": false,
"default_label": false,
"assets_count": 2,
"notes": "<string>",
"created_by": {
"id": 2,
"name": "<string>"
},
"created_at": {
"datetime": "1974-10-03 09:40:42",
"formatted": "Thu Oct 03, 1974 9:40AM"
},
"updated_at": {
"datetime": "2025-03-31 02:41:43",
"formatted": "Mon Mar 31, 2025 2:41AM"
},
"available_actions": {
"update": true,
"delete": true
}
},
{
"id": 9,
"name": "<string>",
"type": "<string>",
"color": null,
"show_in_nav": false,
"default_label": false,
"assets_count": 1,
"notes": "<string>",
"created_by": {
"id": 1,
"name": "<string>"
},
"created_at": {
"datetime": "1974-10-03 09:40:42",
"formatted": "Thu Oct 03, 1974 9:40AM"
},
"updated_at": {
"datetime": "2025-03-31 02:41:43",
"formatted": "Mon Mar 31, 2025 2:41AM"
},
"available_actions": {
"update": true,
"delete": true
}
}
]
}
Was this page helpful?