v1
latestOpenAPI 3.0.32026-07-24198357534.7 KBUtility
This endpoint provides a paginated list of TaskCategories
Retrieves the collection of TaskCategory resources.
get/tasks/categories
Query parameters
pageinteger
The collection page number
limitinteger
The number of items per page
paginationboolean
Enable or disable pagination
order[id]'asc' | 'desc'
order[name]'asc' | 'desc'
Response
TaskCategory collection
Example response
[
{
"name": {
"fr-FR": "fr-FR translation",
"en-US": "en-US translation",
"<*>": "..."
},
"id": "identifier_example"
}
]