Retrieve available hours for a combination of employee and services
GET /api/agenda/horas-disponibles/
GET
/api/agenda/horas-disponibles/
Authorizations
Section titled “Authorizations ”Parameters
Section titled “ Parameters ”Query Parameters
Section titled “Query Parameters ” servicios
Array<integer>
Service IDs, required if no combined service is specified
servicios_combinados
Array<integer>
Combined service IDs, required if no service is specified
fecha
required
string format: YYYY-MM-DD
user
integer
Employee ID
is_solapamiento
boolean
Indicates if only one employee per hour should be returned or not. By default only one employee is returned.
Responses
Section titled “ Responses ”A list with the available hours for each employee
Array<object>
object
user
Employee ID
integer
hora
string format: HH:mm
Access key was not provided in the X-Koibox-Key header
Headers
Section titled “Headers ” WWW-Authenticate
string
Indicates the required header for authentication
A valid access key was not provided
The resource was not found