GET /v1/appointment/book/schedule/day-timeid_region (integer/string)k_business (integer/string)k_location (integer/string)k_service (integer/string)dt_date (string)YYYY-MM-DD HH:mm:ss (e.g., 2025-08-24 00:00:00). Typically, the time is set to midnight for a given day.{
"a_time": [],
"dt_date": "2025-08-24 00:00:00",
"is_waitlist": false,
"k_location": "315968",
"status": "ok",
"s_version": "444085"
}
a_time (array)[]) means there are no available times for that day.dt_date (string)is_waitlist (boolean)k_location (string)status (string)"ok" for success).s_version (string)a_time array with status: "ok" indicates that the request was valid but no appointment times are available for the given inputs.curl --location -g --request GET '/v1/appointment/book/schedule/day-time?id_region={{id_region}}&k_business={{k_business}}&k_location={{k_location}}&k_service=undefined&dt_date=2025-08-24 00:00:00' \
--header 'Content-Type: text/plain' \
--data-raw ''{}