# Get timetable **GET /timetable** Get timetable with filtering ## Servers - https://api.staging.pexipengage.com/enterprises/acme: https://api.staging.pexipengage.com/enterprises/acme () ## Authentication methods - O auth2 ## Parameters #### Headers - **Authorization** (string) Bearer token used for authorization - **X-Correlation-Id** (string) Unique identifier to allow referencing a particular transaction or event chain #### Query parameters - **from** (string(date-time)) Start date and time to be considered for filtering (ISO 8601) - **to** (string(date-time)) End date and time to be considered for filtering (ISO 8601) - **employee-id** (array[string]) Employee ID(s) to be considered for filtering - **employee-languages** (array[string]) Employee languages to be considered for filtering - **office-id** (string) Office ID to be considered for filtering - **subject-id** (string) Subject ID to be considered for filtering - **meeting-type** (string) Meeting type to be considered for filtering - **lead-segment-id** (string) Lead segment ID to be considered for filtering - **listing-id** (string) Listing ID to be considered for filtering - **location** (object) ## Responses ### 200: Successful operation #### Body Parameters: application/json (object) - **data** (object) ### 422: Business validation failed * `TIMETABLE_NOT_SCHEDULABLE` See [Error codes](#topic-error-codes) #### Body Parameters: application/json (object) - **errors** (array[object]) [Powered by Bump.sh](https://bump.sh)