Docs

Lookup Time Frames

GET /lookups/timeFrames

GET/lookups/timeFrames

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 time frames for the authenticated event. Same shape as Lookup Activities but filters to items of type TimeFrame only. Use this when you need to resolve a time frame name for display purposes.

Requires EventBasicAccess permission on the event.

Response

Returns an array of time frame lookup items.

FieldTypeDescription
idGuidUnique time frame ID.
namestringDisplay name of the time frame.
startDateTimeDateTimeTime frame start date and time.
endDateTimeDateTimeTime frame end date and time.