# Get appointment type by ID Retrieve details for a specific appointment type. Endpoint: GET /partner/v2/account/{accountId}/appointment/type/{appointmentTypeId} Version: 2.0 Security: PartnerOAuth ## Path parameters: - `appointmentTypeId` (integer, required) Appointment Type ID - `accountId` (integer, required) Account identifier ## Response 200 fields (application/json): - `active` (boolean) Indicates if the type is active Example: true - `color` (string) Display color code (hex) Example: "#2B46FF" - `createdAt` (string) Creation timestamp Example: "2025-01-15T10:00:00Z" - `description` (string) Description/Instructions for the appointment Example: "Please arrive 15 minutes early to fill out paperwork." - `duration` (integer) Duration in minutes Example: 30 - `id` (integer) Unique identifier Example: 1001 - `name` (string) Name of the appointment type Example: "New Patient Consultation" - `telehealth` (integer) Telehealth configuration (0=none, 1=with forms, 2=no forms) Example: 1 ## Response 401 fields ## Response 403 fields ## Response 404 fields