Get Appointments for Contact
GET/contacts/:contactId/appointments
Get Appointments for Contact
Request
Version stringrequired
API Version
Available options
v3contactId stringrequired
Contact Id
Successful response
- application/json
- Schema
- Example (auto)
Schema
eventsobject[]
List of appointments
{
"events": [
{
"id": "YS3jaqqeehkR2Is80miy",
"calendarId": "YlWd2wuCAZQzh2cH1fVZ",
"status": "booked",
"title": "Test",
"assignedUserId": "YlWd2wuCAZQzh2cH1fVZ",
"notes": "test",
"startTime": "2021-07-16 11:00:00",
"endTime": "2021-07-16 11:30:00"
}
]
}