---
title: "Get Appointment Details"
method: GET
path: "/calendars/{calendarId}/appointments/{appointmentId}"
tags: ["calendar"]
---

# Get Appointment Details

`GET /calendars/{calendarId}/appointments/{appointmentId}`

Use this endpoint to get the appointment details for a specific calendar event.

## Path parameters

- `calendarId` string, uuid, required
- `appointmentId` string, uuid, required

## Response `200`

OK

- CalendarEvent
  - `id` string, uuid — The unique GUID of the calendar event.
  - `title` string — The name of the calendar event.
  - `start` string, date-time — The start date/time of the event.
  - `end` string, date-time — The end date/time of the event.
  - `allDay` boolean — Whether the event is an all day event.
  - `jobId` string — The unique GUID of the job associated with the event, if any.
  - `jobName` string — The name of the job associated with the event, if any.\
  - `location` string — The address where the appointment is to take place.
  - `notes` string — other information related to the appointment.
  - `eventType` 'Personal' | 'Initial Appointment' | 'Material Order' | 'Labor Order'
  - `_link` string — The URI of the this calendar event.

## Other responses

- `401` — Unauthorized - Authentication is required or has failed. Common causes: - Missing API key - Invalid API key - Expired or deactivated API key
- `404` — Not Found - The requested resource does not exist. Common causes: - Invalid subscription ID - Subscription has been deleted - URL path contains typos or incorrect values

---

[API](https://skmtc.net/acculynx/apis/acculynx-api-v2.md) · [All operations](https://skmtc.net/acculynx/apis/acculynx-api-v2/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/acculynx/acculynx-api-v2/revisions/3a9e3886e400/schema)
