Skip to content

AppointmentListResponse

Appointment list result, including connector-level failures returned with HTTP 200.

Composition

Any of: object of any, AppointmentFailureResponse

Type

any of: object of any, AppointmentFailureResponse

Example

{
  "successful": true,
  "appointments": [
    {
      "id": "string",
      "thirdPartyAppointmentId": "string",
      "title": "string",
      "description": "string",
      "summary": "string",
      "participantName": "string",
      "startTimeUtc": "2026-01-01T00:00:00Z",
      "durationMinutes": 0.0,
      "status": "string",
      "contactId": "string",
      "contactType": "string",
      "attendees": []
    }
  ]
}