Tasks
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
}
]
}