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

# Get messages for a specific referral

`GET /Referrals/{id}/messages`

## Path parameters

- `id` string, required

## Response `200`

List of messages for the referral

- ReferralMessageListResponseDto
  - `data` ReferralMessageDto[]
    - `id` string
    - `referralId` string
    - `threadId` string, nullable
    - `senderId` string
    - `senderName` string, nullable
    - `senderClinic` string, nullable
    - `subject` string
    - `content` string
    - `isRead` boolean
    - `readAt` string, date-time, nullable
    - `sentAt` string, date-time
    - `attachmentIds` string[], nullable
    - `createdAt` string, date-time
  - `totalCount` union
    - integer
    - string, int32
  - `unreadCount` 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/revisions/a905bde4e796/schema)
