Skip to content

Retrieve available hours for a combination of employee and services

GET
/api/agenda/horas-disponibles/
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.

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

WWW-Authenticate
string
default: X-Koibox-Key

Indicates the required header for authentication

A valid access key was not provided

The resource was not found