v1
latestOpenAPI 3.0.02026-08-068926279.2 KBTasks
List tasks
Returns a list of task categories. Use the select parameter for dropdown-friendly data.
get/tasks
Query parameters
selectstring
If present, returns simplified data for dropdowns
Response
Successful response
Example response
{
"data": [
{
"id": 1,
"team_id": 1,
"name": "Design",
"hourly_rate": 150
}
]
}