v1

latestOpenAPI 3.1.02026-08-066984441.1 MB
projectTypes

Returns all existing project types.

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

get/projecttypes

Query parameters

showArchivedboolean

Whether to include archived project types in the results. Default is false.

pageinteger

Page number for pagination

pageSizeinteger

Number of items per page

orderbystring

The properties to order by

filterbystring

The filter expression to filter by

Headers

Authorizationstring required

Bearer authentication

Response

OK

idstring uuid

The id of the type.

namestring nullable

The name of the project type.

descriptionstring nullable

A short (max. 140 characters) description of the project type.

iconstring nullable

The identifier of the project type icon.

isArchivedboolean

Whether this type is archived. It can no longer be used to create projects, but existing projects will continue using it.

isPresetboolean

Whether this type is one of the preset types. Preset types cannot be edited.

createdOnstring date-time

The date this entity was created.

createdBystring uuid

The id of the user who created this entity.

updatedOnstring date-time

The date this entity was last modified.

updatedBystring uuid

The id of the user who last modified this entity.