Retrieves all project statuses of a project template.

<Check title="Required Permissions" icon="key">Any authenticated user.</Check>

Authentication

AuthorizationBearer

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

Path parameters

projectTemplateIdstringRequiredformat: "uuid"
The id of the project template to retrieve statuses for.

Response

OK
idstringOptionalformat: "uuid"
The primary identifier of this project status.
namestring or nullOptional
The name of the project status.
typestring or nullOptional
The general type of this project status.
orderinteger or nullOptional
The order of this status.
createdOnstringOptionalformat: "date-time"
The date this entity was created.
createdBystringOptionalformat: "uuid"
The id of the user who created this entity.
updatedOnstringOptionalformat: "date-time"
The date this entity was last modified.
projectTemplateIdstring or nullOptionalformat: "uuid"
The id of the project template of the status.
projectIdstring or nullOptionalformat: "uuid"
The id of the project the status belongs to.
workflowIdstring or nullOptionalformat: "uuid"
The id of the workflow linked to this project status.
updatedBystringOptionalformat: "uuid"
The id of the user who last modified this entity.
isExternalbooleanOptional

True if the project status is coming from an external workspace (awork Connect).

Errors

404
Not Found Error