Skip to content

Retrieve specific block

GET
/api/bloqueos/{bloqueoId}/
bloqueoId
required
integer

The requested block

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
Allowed values: none day_1___ week_1___ week_2___ month_1___
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

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