GET /bookings/{booking_id}/models/{booking_model_id}/schedules/{booking_model_schedule_id}

Path parameters

  • booking_id integer(int32) Required

    ID of booking that booking model belongs to

  • booking_model_id integer(int32) Required

    ID of booking model that schedule belongs to

  • booking_model_schedule_id integer(int32) Required

    ID of specific booking model schedule to retrieve

Responses

  • 200 application/json

    Array of schedule details

  • 500 application/json

    An unexpected error occurred

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