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

GET

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

Required Permissions: Any authenticated user.

Path parameters

projectTemplateIdstringRequired
The id of the project template.
taskStatusIdstringRequired
The id of the task status.

Response

This endpoint returns an object
idstringOptional
The primary identifier of this task status.
namestringOptional
The name of the task status.
typestringOptional
Of what general type is this task status?.
orderdoubleOptional
The order of the task status in a project.
iconstringOptional
The icon of the task status.
projectIdstringOptional
Is set if the task status is related to a project.
projectTypeIdstringOptional
Is set if the task status is related to a project type.
createdOndatetimeOptional
The date this entity was created.
createdBystringOptional
The id of the user who created this entity.
updatedOndatetimeOptional
The date this entity was last modified.
updatedBystringOptional
The id of the user who last modified this entity.