Docs

Get Events

GET /Organizations/{organizationId}/events

GET/Organizations/{organizationId}/events

Required Tokens

FieldTypeRequiredDescription
BearerAuthorization: Bearer <api-key>OptionalYour API key. Pass it as the Bearer token on every request.

Returns all events that belong to the organization, plus any personal events owned by the authenticated user. Each event includes its custom attribute values and the authenticated user's collaborator reference (if they are a collaborator on that event).

Requires OrganizationBasicAccess permission.

Path Parameters

FieldTypeRequiredDescription
organizationIdGuidRequiredThe organization to list events for.

Response

Returns an array of events.

FieldTypeDescription
idGuidUnique event ID.
namestringEvent name.
isArchivedboolWhether the event is archived.
organizationOrganizationThe organization this event belongs to.
attributesAttribute[]Custom attribute values set on the event.
collaboratorCollaboratorRef| nullThe authenticated user's collaborator on this event, or `null`.

Organization

FieldTypeDescription
idGuidOrganization ID.
namestringOrganization display name.

Attribute

FieldTypeDescription
attributeIdGuidThe attribute definition ID.
valuestringThe value set for this event.

CollaboratorRef

FieldTypeDescription
idGuidCollaborator ID.
namestringCollaborator display name.