# Get bookings, formatted for FullCalendar **GET /bookings/calendar** ## Servers - https://*.syngency.com/admin/api: https://*.syngency.com/admin/api () ## Parameters ### Query parameters - **start** (string(full-date)) Start date to return bookings from - **end** (string(full-date)) End date to return bookings from - **model_id** (integer(int32)) Model ID to filter bookings by - **contact_id** (integer(int32)) Contact ID to filter bookings by ## Responses ### 200 An array of bookings #### Body: application/json (array[array]) ### 500 An unexpected error occurred #### Body: application/json (object) - **code** (integer(int32)) - **message** (string) [Powered by Bump.sh](https://bump.sh)