Refresh an appointment
GET /appointments/{appointmentId}/refresh
Fetches the current CRM representation of an appointment after it may have changed outside App Connect. The response identifies the requested appointment and can report connector-level failure in the body.
Operation ID: getAppointmentRefresh
Authorization: BEARER or API key
Parameters
| Name | Location | Type | Required | Description |
|---|---|---|---|---|
appointmentId |
path | string | Yes | Connector-assigned CRM appointment identifier. |
Responses
| Status | Description | Body |
|---|---|---|
200 |
Refreshed appointment result. | AppointmentRecordResponse |
400 |
Bad request, missing authentication, or connector error. | ErrorResponse, string |
401 |
The user session is expired or revoked. | ErrorResponse, string |