Get all available date slots for service and location.
GET
/bookings/company/{companySlug}/employees/dates
curl \
-X GET https://widget.easyweek.io/api/v1/bookings/company/{companySlug}/employees/dates?service=42.0&location=42.0 \
-H "Authorization: string"
Response examples (200)
{
"data": [
{
"branch_id": 42.0,
"dates": [
{
"date": "string",
"time": {
"start": "string",
"end": "string"
},
"users": [
{
"id": 42.0
}
]
}
]
}
]
}
Response examples (200)
{
"data": [
{
"branch_id": 42.0,
"dates": [
{
"date": "string",
"time": {
"start": "string",
"end": "string"
},
"users": [
{
"id": 42.0
}
]
}
]
}
]
}