Docs

Get Event Type

GET /eventTypes/{typeId}

GET/eventTypes/{typeId}

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 a single event type with its full nested sections and attribute assignments. This is what opens the Type Editor.

Requires OrganizationAdmin permission.

Path Parameters

FieldTypeRequiredDescription
typeIdGuidRequiredThe event type to retrieve.

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.