Tasks
List Task Labels
Retrieves all task labels for a team
Retrieves all task labels for a team
Query Parameters
teamId*string
Team ID (required)
Format
uuidResponse Body
application/json
curl -X GET "https://example.com/v1/tasks/labels?teamId=497f6eca-6276-4993-bfeb-53cbbbba6f08"{ "data": [ { "id": "string", "color": "icon-secondary", "name": "string" } ]}