Get Appointment
GET/calendars/events/appointments/:eventId
Get appointment by ID
Request
Version stringrequired
API Version
Available options
v3eventId stringrequired
Event Id or Instance id. For recurring appointments send masterEventId to modify original series.
Successful response
- application/json
- Schema
- Example (auto)
Schema
eventobject
Calendar event object
{
"event": {
"id": "ocQHyuzHvysMo5N5VsXc",
"calendarId": "CVokAlI8fgw4WjWoC3IS",
"title": "Appointment with John"
}
}