---
title: "Retrieve Ccda"
method: GET
path: "/api/2.0/ccda/{id}/"
tags: ["CCDA"]
---

# Retrieve Ccda

`GET /api/2.0/ccda/{id}/`

Retrieve a single patient's ccda

## Path parameters

- `id` integer, required

## Query parameters

- `end_date` string, date
- `sections` string[]
- `start_date` string, date
- `template` string

## Response `200`

- CCDA
  - `base64_ccda` string, binary
  - `id` integer, required

---

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