action letmc_get_v2_tier2_short_name_diary_appointments_diary_appointment_id { label: "Get a specific diary appointment given its unique Object ID (OID)" provider: letmc method: GET path: "/v2/tier2/{shortName}/diary/appointments/{diaryAppointmentID}" encoding: json input: { type: "object" properties: { diaryAppointmentID: { type: "string" } shortName: { type: "string" } } required: ["diaryAppointmentID", "shortName"] additionalProperties: false } output: { type: "object" additionalProperties: true } }