# Booking List **GET /booking/list** This API is to get bookings. This is an authendicated API so we need to pass bearer token in request header to access the data. ## Servers - https://api-console.logezy.co/v1: https://api-console.logezy.co/v1 () ## Parameters #### Headers - **Accept** (string) application/json - **Content-Type** (string) application/json #### Query parameters - **start_date** (string) The planned day to get report from - **end_date** (string) The planned day to get report till - **region** (number) Id of region to filter booking - **business_unit** (number) Id of business unit to filter booking - **shift** (string) Shift name to filter booking - **candidate** (string) Id of candidate to filter booking - **jobs** (string) Array of job ids to filter booking - **status** (boolean) pass 0 for Unpublished and 1 for published - **deleted** (boolean) pass 1 to get deleted bookings - **delete_type** (boolean) pass 0 to `deleted only shift` or 1 to `Deleted and moved to open shift` - **per_page** (number) Minimum value is 1 and maximum value is 100 ## Responses ### 200: OK #### Body Parameters: application/json (object) - **status** (string) - **data** (object) - **message** (string) [Powered by Bump.sh](https://bump.sh)