Booked slots
/api/booked_slots
Query Parameters
Name
Type
Description
Headers
Name
Type
Description
[
{
"id": 2163,
"calendar_id": 31,
"start": "2021-07-21T11:00:00.000Z",
"end": "2021-07-21T11:10:00.000Z",
"email": "[email protected]",
"phone": "123456789",
"created_at": "2021-07-11T11:04:22.542Z",
"updated_at": "2021-07-11T11:04:22.542Z",
"external_id": null,
"created_from": "booking",
"email_notification_sent_at": null,
"phone_notification_sent_at": null,
"deleted_at": null,
"first_name": "Alexis",
"last_name": "Clarembeau",
"product_id": 63,
"language": "default",
"email_notification_really_sent_at": null,
"phone_notification_really_sent_at": null,
"custom_field_values": {
"31": "Custom field value 1"
},
"integration_details": null
},
{...}
]/api/booked_slots/:id
Path Parameters
Name
Type
Description
Headers
Name
Type
Description
Request Body
Name
Type
Description
/api/booked_slots/:id
Path Parameters
Name
Type
Description
Query Parameters
Name
Type
Description
Headers
Name
Type
Description
Last updated