Booked slots
Last updated
Last updated
GET
https://datelist.io/api/booked_slots
This endpoint allows you to list the booked slots.
Name | Type | Description |
---|---|---|
Name | Type | Description |
---|---|---|
PATCH
https://datelist.io/api/booked_slots/:id
Update data of a booked slot
DELETE
https://datelist.io/api/booked_slots/:id
Cancels a booked slot
Name | Type | Description |
---|---|---|
Name | Type | Description |
---|---|---|
Name | Type | Description |
---|---|---|
Name | Type | Description |
---|---|---|
Name | Type | Description |
---|---|---|
Name | Type | Description |
---|---|---|
string
Only get booked slots matching a specific email
calendar_id
string
Only get booked slots for a specific calendar
from
string
Get booked slots starting from a specified date (in iso 8601 format)
to
boolean
Get booked slots up to a specified date (in iso 8601 format)
Authentication
string
Authentication token (see the "authentication section")
id
number
The ID of the booked slot
Authentication
string
Authentication token (see the "Authentication" section)
Body
string
Data to update (in same format as the GET endpoint result)
id*
number
The ID of the booked slot
send_email_on_delete
boolean
Authentication
string
Authentication token (see the "Authentication" section)