Booked slots
/api/booked_slots
GET
https://datelist.io/api/booked_slots
This endpoint allows you to list the booked slots.
Query Parameters
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) |
Headers
Name | Type | Description |
---|---|---|
Authentication | string | Authentication token (see the "authentication section") |
/api/booked_slots/:id
PATCH
https://datelist.io/api/booked_slots/:id
Update data of a booked slot
Path Parameters
Name | Type | Description |
---|---|---|
id | number | The ID of the booked slot |
Headers
Name | Type | Description |
---|---|---|
Authentication | string | Authentication token (see the "Authentication" section) |
Request Body
Name | Type | Description |
---|---|---|
Body | string | Data to update (in same format as the GET endpoint result) |
/api/booked_slots/:id
DELETE
https://datelist.io/api/booked_slots/:id
Cancels a booked slot
Path Parameters
Name | Type | Description |
---|---|---|
id* | number | The ID of the booked slot |
Query Parameters
Name | Type | Description |
---|---|---|
send_email_on_delete | boolean |
Headers
Name | Type | Description |
---|---|---|
Authentication | string | Authentication token (see the "Authentication" section) |
Last updated