GET /bookings/calendar

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 application/json

    An array of bookings

  • 500 application/json

    An unexpected error occurred

    Hide response attributes Show response attributes object
    • code integer(int32) Required
    • message string Required
GET /bookings/calendar
curl \
 --request GET 'https://*.syngency.com/admin/api/bookings/calendar'
Response examples (200)
[
  [
    []
  ]
]
Response examples (500)
{
  "code": 42,
  "message": "string"
}