Returns all task statuses of the project template with the specified id.

GET

Returns all task statuses of the project template with the specified id.

Required Permissions: Any authenticated user.

Path parameters

projectTemplateIdstringRequired

The id of the project template.

Query parameters

pageintegerOptionalDefaults to 1

Page number for pagination

pageSizeintegerOptionalDefaults to 10

Number of items per page

orderbystringOptional

The properties to order by

filterbystringOptional

The filter expression to filter by

Response

OK

idstringOptionalformat: "uuid"

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.

projectIdstringOptionalformat: "uuid"

Is set if the task status is related to a project.

projectTypeIdstringOptionalformat: "uuid"

Is set if the task status is related to a project type.

createdOndatetimeOptional

The date this entity was created.

createdBystringOptionalformat: "uuid"

The id of the user who created this entity.

updatedOndatetimeOptional

The date this entity was last modified.

updatedBystringOptionalformat: "uuid"

The id of the user who last modified this entity.

Built with