v1

latestOpenAPI 3.1.02026-08-066984441.1 MB
typeOfWork

Gets all types of work.

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

get/typeofwork

Query parameters

showArchivedboolean

The show Archived.

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 task type.

namestring nullable

The name of the task type.

descriptionstring nullable

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

iconstring nullable

The icon associated with this task type.

isArchivedboolean

Whether the type of work has been archived.

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.