# Get appointment type Returns a single Appointment Type by its unique identifier. Endpoint: GET /site/{siteId}/ahds/v1/appointment-type/{appointmentTypeId} Version: 1.0 Security: bearer ## Path parameters: - `siteId` (number, required) Site identifier - `appointmentTypeId` (string, required) Appointment Type unique identifier (UUID) ## Response 200 fields (application/json): - `appointmentTypeId` (string, required) Canonical identifier for the appointment type. Example: "123e4567-e89b-12d3-a456-426614174000" - `createdAt` (string, required) Timestamp when the appointment type was created. Example: "2025-01-01T00:00:00.000Z" - `defaultDuration` (number, required) Default duration of the appointment type in minutes. - `extensions` (object, required) Vendor- or practice-specific extensions. - `isActive` (boolean, required) Whether this appointment type is active and can be scheduled. - `name` (string, required) Human-readable name of the appointment type. - `updatedAt` (string, required) Timestamp when the appointment type was last updated. Example: "2025-01-01T00:00:00.000Z" ## Response 401 fields ## Response 404 fields