Docs

Get Activity

GET /Activities/{activityId}

GET/Activities/{activityId}

Required Tokens

FieldTypeRequiredDescription
BearerAuthorization: Bearer <api-key>OptionalYour API key. Pass it as the Bearer token on every request.
Event tokenx-Event-TokenOptionalRun **Get Tokens** in the Authorization folder, or call `GET /Events/{eventId}/authorize` manually.

Returns the full details for a single activity, including participants, areas, and any linked advances.

Requires EventAdmin permission on the event.

Path Parameters

FieldTypeRequiredDescription
activityIdGuidRequiredThe ID of the activity to retrieve.

Response

FieldTypeDescription
idGuidUnique identifier for the activity.
eventIdGuidID of the event this activity belongs to.
typestringActivity type: `Activity` or `TimeFrame`.
namestringDisplay name of the activity.
descriptionstringOptional description.
startDateTimeDateTimeActivity start time (UTC).
endDateTimeDateTimeActivity end time (UTC).
exactLocationstringOptional specific location string.
isGlobalboolWhether this activity is visible to all event participants.
isAllDayboolWhether this is an all-day activity.
recurrenceRulesobject| nullRecurrence configuration, or `null` for non-recurring activities.
areasarrayAreas associated with this activity (id, name).
usersarrayUser participants (id, name, isRequired, role).
collaboratorsarrayCollaborator participants (id, name, isRequired, role).
advancesarrayLinked advances with questions, requests, and assets.