---
title: "Export Record PDF"
method: GET
path: "/api/v1/patients/{pet}/file-case/{fileCase}/pdf"
tags: ["Records", "Pets"]
---

# Export Record PDF

`GET /api/v1/patients/{pet}/file-case/{fileCase}/pdf`

Permissions needed: ACCESS_PATIENTS, VIEW_CHECKUPS
Receive a pdf file with the summary of a record

## Path parameters

- `pet` integer, required
- `fileCase` integer, required

## Response `200`

The response is a PDF file.

## Other responses

- `400` — unresolved $ref
- `401` — unresolved $ref
- `403` — unresolved $ref
- `429` — unresolved $ref

---

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