Docs

Get Area Daysheet

GET /Areas/{areaId}/daysheet

GET/Areas/{areaId}/daysheet

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 comprehensive daysheet for the area — the event name, a full activity schedule, and all advances with their complete content. This endpoint is designed to produce a printable or exportable summary of everything happening in this area.

Requires EventAdmin permission on the event.

Path Parameters

FieldTypeRequiredDescription
areaIdGuidRequiredThe ID of the area.

Response

FieldTypeDescription
eventNamestringName of the parent event.
schedulearrayAll activities associated with this area.
advancesarrayAll advances for this area with full content. See **Get Area Advances** for the advance object shape.

Schedule Activity Object

FieldTypeDescription
idGuidActivity ID.
namestringActivity name.
descriptionstringActivity description.
exactLocationstringSpecific location for this activity.
startDateTimeDateTimeActivity start time (UTC).
endDateTimeDateTimeActivity end time (UTC).