Docs

Get Event Attributes

GET /eventAttributes?includeArchived=false

GET/eventAttributes?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 the organization's event attribute library. The organization is resolved from the x-Organization-Token header.

Requires OrganizationAdmin permission.

Query Parameters

FieldTypeRequiredDescription
includeArchivedboolOptionalInclude archived attributes. Defaults to `false`.

Response

FieldTypeDescription
idGuidAttribute ID.
namestringDisplay name.
typestringAttribute type. One of: `Select`, `MultiSelect`, `Text`, `RichText`, `Number`, `Date`, `DateTime`, `Checkbox`, `Link`, `File`, `MultiFile`.
isArchivedboolWhether the attribute is archived.
optionsOption[]Available options (`Select` / `MultiSelect` only).

Option

FieldTypeDescription
idGuidOption ID.
valuestringOption value.
colorstringDisplay color.
isArchivedboolWhether the option is archived.