v1

latestOpenAPI 3.1.02026-08-066984441.1 MB
projectTypes

Retrieves a project type by its ID.

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

get/projecttypes/{projectTypeId}

Path parameters

projectTypeIdstring uuid required

The id of the project type.

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.