Docs

Get Area Dashboard

GET /Areas/{areaId}/dashboard

GET/Areas/{areaId}/dashboard

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.
Area tokenx-Area-TokenOptionalRun **Get Tokens** with `areaId` set in your environment, or call `GET /Areas/{areaId}/authorize` with your event token.

Returns a summary of activities associated with this area. Useful for building a quick overview of what is scheduled for the area.

Requires EventAdmin permission on the event.

Path Parameters

FieldTypeRequiredDescription
areaIdGuidRequiredThe ID of the area.

Response

FieldTypeDescription
activitiesarrayList of activities associated with this area.

Activity Object

FieldTypeDescription
idGuidActivity ID.
namestringActivity name.
startDateTimeDateTimeActivity start time (UTC).
endDateTimeDateTimeActivity end time (UTC).