# Booking list **GET /bookings** get booking list ## Servers - https://api.fleetee.io: https://api.fleetee.io () ## Authentication methods - Api key - Secret key ## Parameters ### Query parameters - **vehicle_id** (integer) - **status** (string) Référence de la location - **reference** (string) Référence de la location - **customer_name** (string) Nom ou prénom du client - **vehicle_registration_number** (string) Plaque d'immatriculation du véhicule - **limit** (integer) Nombre maximum de résultat par page - **page** (integer) Numéro de la page à afficher - **min_start_date** (string) Date: YYYY-MM-DD HH:mm - **max_start_date** (string) Date: YYYY-MM-DD HH:mm - **min_end_date** (string) Date: YYYY-MM-DD HH:mm - **max_end_date** (string) Date: YYYY-MM-DD HH:mm - **min_creation_date** (string) Date: YYYY-MM-DD HH:mm - **max_creation_date** (string) Date: YYYY-MM-DD HH:mm - **min_update_date** (string) Date: YYYY-MM-DD HH:mm - **max_update_date** (string) Date: YYYY-MM-DD HH:mm ## Responses ### 200 200 response #### Body: application/json (object) - **paginationNumber** (integer) - **paginationOffset** (integer) - **total** (integer) - **numberPage** (integer) - **list** (array[object]) [Powered by Bump.sh](https://bump.sh)