Docs

Lookup Activities

GET /lookups/activity

GET/lookups/activity

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 a lightweight list of activities for the authenticated event. Intended for display-name lookups — use this when you need to populate a dropdown or resolve an activity name from an ID, not for fetching full activity detail.

Only items of type Activity are returned (time frames are excluded — use Lookup Time Frames for those).

Requires EventBasicAccess permission on the event.

Response

Returns an array of activity lookup items.

FieldTypeDescription
idGuidUnique activity ID.
namestringDisplay name of the activity.
startDateTimeDateTimeActivity start date and time.
endDateTimeDateTimeActivity end date and time.