---
title: "{{baseUrl}}/persons/:personId/chart/documents/:documentId/pdf"
method: GET
path: "/persons/{personId}/chart/documents/{documentId}/pdf"
tags: ["Clinical Notes"]
---

# {{baseUrl}}/persons/:personId/chart/documents/:documentId/pdf

`GET /persons/{personId}/chart/documents/{documentId}/pdf`

Gets the full document in pdf format for the given person id and document id.

Response will include PDF encoded binary content:

%PDF
...
%EOF)

200 response details show JSON component of response.

## Path parameters

- `personId` string, required
- `documentId` string, required

## Headers

- `Accept` string, required

## Response `200`

OK

- OK16
  - `FileBytes` string, required
  - `FileName` string, required
  - `MimeType` string, required

## Other responses

- `400` — Bad Request
- `404` — Not Found

---

[API](https://skmtc.net/nextgen/apis/enterprise-api-uscdi-routes.md) · [All operations](https://skmtc.net/nextgen/apis/enterprise-api-uscdi-routes/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/nextgen/enterprise-api-uscdi-routes/versions/191e69116448/schema)
