Returns the tags of the task with the specified id.

Returns the tags of the task with the specified id ordered by name. <Check><b>Required Permissions</b>: To read the tags the user needs 'read' permissions on the specified task.</Check>

Authentication

AuthorizationBearer

Bearer authentication of the form Bearer <token>, where token is your auth token.

Path Parameters

taskIdstringRequiredformat: "uuid"
The id of the task.

Response

OK
idstring or nullformat: "uuid"
createdOnstring or nullformat: "date-time"
createdBystring or nullformat: "uuid"
updatedOnstring or nullformat: "date-time"
updatedBystring or nullformat: "uuid"
namestring or null
colorstring or null