Retrieve the list of blocks in the calendar
GET /api/bloqueos/
GET
/api/bloqueos/
Authorizations
Section titled “Authorizations ”Parameters
Section titled “ Parameters ”Query Parameters
Section titled “Query Parameters ” id__in
Array<integer>
fecha__gte
string format: date-time
fecha__lte
string format: date-time
hora_inicio__gte
string format: date-time
hora_inicio__lte
string format: date-time
hora_fin__gte
string format: date-time
hora_fin__lte
string format: date-time
user
integer
user__in
Array<integer>
is_online
boolean
cita__isnull
boolean
cita
integer
limit
integer
offset
integer
Responses
Section titled “ Responses ”List of requested blocks
object
count
integer
results
Array
object
id
Read only
integer
created
Read only
string format: date-time
updated
Read only
string format: date-time
created_by
ID of the creator user, read only
integer
user
required
ID of the user affected by the block
integer
centro
required
integer
fecha
required
Block date, expected in the center’s timezone
string format: date
hora_inicio
required
string format: time
hora_fin
required
string format: time
titulo
required
string
recurrencia
required
How often the block repeats, day_1___ == every day
string
is_online
Determines if the block affects online bookings. Required if cita is not null
boolean
cita
Online appointment that created the block. Required if is_online is true
integer
employee_name
Full name of the employee, read only
string
recurrence_description
Read only
string
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