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, linked advances, procurement resources, and content.

Requires EventBasicAccess on the event. Non-admins can only retrieve an activity if it is global, or it belongs to a collaborator/area they have read access to.

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).
crewMembersarrayCrew member participants (id, name, isRequired, role).
collaboratorsarrayCollaborator participants (id, name, isRequired, role).
advancesarrayLinked advances (id, name, area, collaborator).
resourcesarrayProcurement resources linked to the activity (id, status, quantity, type, procurement, sub-assets, properties).
contentsarrayLinked content items (id, name).