Docs
Lookup Time Frames
GET /lookups/timeFrames
GET
/lookups/timeFramesRequired 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 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.
| Field | Type | Description |
|---|---|---|
| id | Guid | Unique time frame ID. |
| name | string | Display name of the time frame. |
| startDateTime | DateTime | Time frame start date and time. |
| endDateTime | DateTime | Time frame end date and time. |