Returns the task status of the project template with the specified id.

Returns the task status of the project template with the specified id.

Required Permissions
Any authenticated user.

Path parameters

projectTemplateIdUUIDRequired
The id of the project template.
taskStatusIdUUIDRequired
The id of the task status.

Headers

AuthorizationstringRequired

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

Response

OK
idUUID or null
The primary identifier of this task status.
namestring or null
The name of the task status.
typestring or null
Of what general type is this task status?.
orderdouble or null
The order of the task status in a project.
iconstring or null
The icon of the task status.
projectIdUUID or null
Is set if the task status is related to a project.
projectTypeIdUUID or null
Is set if the task status is related to a project type.
createdOndatetime or null
The date this entity was created.
createdByUUID or null
The id of the user who created this entity.
updatedOndatetime or null
The date this entity was last modified.
updatedByUUID or null
The id of the user who last modified this entity.