Tasks
Get a task
Returns a specific task category
get/tasks/{id}
Path parameters
idinteger required
Task ID
Response
Successful response
Example response
{
"id": 1,
"team_id": 1,
"name": "Design",
"hourly_rate": 150
}Changes
No recorded changes to this endpoint across all 6 revisions of this API.