Docs
Lookup Activities
GET /lookups/activity
GET
/lookups/activityRequired Tokens
| Field | Type | Required | Description |
|---|---|---|---|
| Bearer | Authorization: Bearer <api-key> | Optional | Your API key. Pass it as the Bearer token on every request. |
| Event token | x-Event-Token | Optional | Run **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.
| Field | Type | Description |
|---|---|---|
| id | Guid | Unique activity ID. |
| name | string | Display name of the activity. |
| startDateTime | DateTime | Activity start date and time. |
| endDateTime | DateTime | Activity end date and time. |