---
title: "GET /api/telehealth_appointments/{id}"
method: GET
path: "/api/telehealth_appointments/{id}"
tags: ["Clinical"]
---

# GET /api/telehealth_appointments/{id}

`GET /api/telehealth_appointments/{id}`

## Path parameters

- `id` string, required

## Query parameters

- `appointment` integer
- `doctor` integer

## Response `200`

OK

- TelemedicineAppointment — The Telehealth Appointment endpoint is an extension of the existing Appointment endpoint.
  - `sent_patient_email` unknown
  - `appointment` integer, required — The Appointment related to the Telehealth Appointment, analagous to the /api/appointments resource id
  - `created_at` string — UTC Timestamp for when the Telehealth Appointment was created
  - `updated_at` string — UTC Timestamp for when the Telehealth Appointment was updated
  - `overlapping_duration` string — The duration that counts only if patient and doctor are in the video room
  - `duration` integer — Length of an appointment in minutes
  - `telehealth_url` string — URL used to access Telehealth Appointment

## Other responses

- `400` — Bad Request
- `401` — Unauthorized
- `403` — Permission Denied
- `404` — Not Found
- `405` — Method Not Allowed
- `500` — Internal Server Error

---

[API](https://skmtc.net/drchrono/apis/untitled-api.md) · [All operations](https://skmtc.net/drchrono/apis/untitled-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/drchrono/untitled-api/versions/e595797fe800/schema)
