Get Optimal Availability Slots for online visit
GET
/v1/insights/availability-suggestionsProvides a list of optimal time slots for healthcare providers based on their specialty and subcategory to be available online, designed to maximize their patient outreach in online Visit.
Request
The medical specialty category of the doctor same as group_expertise in Search API (e.g., allergies, dental-oral).
More specific area within the medical specialty same as expertise in Search API (e.g., exp-endodontics, exp-oral-and-maxillofacial-radiology). If it is utilized by specifying a subcategory, be aware that the results will be limited to data gathered exclusively from users who have visited that specific medical expertise area
Request samples
Responses
Time range of day, like (17)ISO-8601 [hh] refers to a zero-padded hour between 00 and 24.
Suggests the day for online visit, like 7 for Sunday (ISO-8601 weekdays).
Predicts score of potential patients during that time slot.
{
"data": [
{
"slot": "17",
"day_Of_Week": 7,
"estimated_score": 41
}
]
}