Docs

Get Event Types

GET /eventTypes?includeArchived=false

GET/eventTypes?includeArchived=false

Required Tokens

FieldTypeRequiredDescription
BearerAuthorization: Bearer <api-key>OptionalYour API key. Pass it as the Bearer token on every request.
Organization tokenx-Organization-TokenOptionalRun **Authorize Organization** in the Authorization folder.

Returns all event types for the organization, including their sections and attribute assignments. The organization is resolved from the x-Organization-Token header.

Requires OrganizationAdmin permission.

Query Parameters

FieldTypeRequiredDescription
includeArchivedboolOptionalInclude archived types. Defaults to `false`.

Response

FieldTypeDescription
idGuidType ID.
namestringDisplay name.
iconstring| nullIcon identifier.
colorstring| nullDisplay color.
isArchivedboolWhether the type is archived.
sectionsSection[]Sections within the type.

Section

FieldTypeDescription
idGuidSection ID.
namestringSection display name.
indexintDisplay order within the type.
attributesAssignment[]Attribute assignments in the section.

Assignment

FieldTypeDescription
attributeIdGuidThe assigned attribute's ID.
namestringAttribute display name.
typestringAttribute type.
isRequiredboolWhether the attribute is required on events of this type.
isTaskTrackedboolWhether filling the attribute is tracked as a task.
isTaskReviewRequiredboolWhether the tracked task requires review. Only meaningful when `isTaskTracked` is true.
indexintDisplay order within the section.