---
title: "Get all documents for a referral"
method: GET
path: "/Referrals/{id}/documents"
tags: ["Referrals"]
---

# Get all documents for a referral

`GET /Referrals/{id}/documents`

## Path parameters

- `id` string, required

## Response `200`

List of documents

- ReferralDocumentListResponseDto
  - `data` ReferralDocumentDto[]
    - `id` string
    - `referralId` string
    - `documentType` string
    - `fileName` string
    - `description` string, nullable
    - `fileUrl` string, nullable
    - `fileSizeBytes` union
      - integer
      - string, int64
    - `mimeType` string, nullable
    - `uploadedById` string
    - `uploadedBy` ReferralUserSummaryDto
      - `id` string
      - `name` string
      - `role` string, nullable
    - `uploadedAt` string, date-time
    - `isSent` boolean
    - `sentAt` string, date-time, nullable
    - `createdAt` string, date-time
  - `totalCount` union
    - integer
    - string, int32

---

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