Returns all project statuses.

GET

Returns all project statuses.

Required Permissions: Any authenticated user.

Query parameters

showArchivedbooleanOptionalDefaults to false

Include archived statuses in the results. Not required. False by default.

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 project status.

namestringOptional

The name of the project status.

typestringOptional

The general type of this project status.

orderintegerOptional

The order of this status.

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.

projectTemplateIdstringOptionalformat: "uuid"

The id of the project template of the status.

projectIdstringOptionalformat: "uuid"

The id of the project the status belongs to.

updatedBystringOptionalformat: "uuid"

The id of the user who last modified this entity.

Built with