# Get listing time slots **GET /listings/{listingId}/time-slots** Get listing time slots for a listing by its ID ## Servers - https://api.pexipengage.com/enterprises/acme: https://api.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 ### Path parameters - **listingId** (string) ### Query parameters - **id** (array[string]) ID(s) to be considered for filtering - **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 - **bookable** (boolean) Bookable flag to be considered for filtering - **offset** (string(positive-integer)) Offset for the results to be returned - **limit** (string(positive-integer)) Limitation for the number of results to be returned, number between 1 and 1000. ## Responses ### 200 Successful operation #### Body: application/json (object) - **data** (array[object]) - **meta** (object) ### 404 Resource not found #### Body: application/json (object) - **errors** (array[object]) [Powered by Bump.sh](https://bump.sh)