Get Appointment

Retrieve a specific appointment by ID.

Authentication

x-api-keystring
API Key authentication via header

Path parameters

appointmentIdstringRequired

Response

Appointment details
idinteger
titlestring
descriptionstring or null
dueDatestring or nullformat: "date-time"
isCompletedboolean
completedAtstring or nullformat: "date-time"
assigneeIdinteger or null
opportunityIdinteger or null
ID of the parent opportunity.
createdByinteger or null
createdAtstringformat: "date-time"
updatedAtstringformat: "date-time"

Errors

401
Unauthorized Error
404
Not Found Error