Returns the project status with the specified id.

Returns the project status with the specified id.

Required Permissions
Any authenticated user.

Path parameters

projectStatusIdUUIDRequired
The id of the project 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 project status.
namestring or null
The name of the project status.
typestring or null
The general type of this project status.
orderinteger or null
The order of this status.
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.
projectTemplateIdUUID or null
The id of the project template of the status.
projectIdUUID or null
The id of the project the status belongs to.
updatedByUUID or null
The id of the user who last modified this entity.