---
title: "Get details of a specific referral"
method: GET
path: "/public/rdvm/referrals/{referralId}"
tags: ["RdvmPortal"]
---

# Get details of a specific referral

`GET /public/rdvm/referrals/{referralId}`

## Path parameters

- `referralId` string, required

## Query parameters

- `sessionId` string
- `clinicId` string

## Response `200`

OK

- RdvmReferralDetailDto
  - `clinicalNotes` string, nullable
  - `ownerName` string, nullable
  - `ownerPhone` string, nullable
  - `ownerEmail` string, nullable
  - `completedDate` string, date-time, nullable
  - `messages` RdvmReferralMessageDto[]
    - `id` string
    - `content` string
    - `senderName` string
    - `senderType` string
    - `isRead` boolean
    - `sentAt` string, date-time
  - `id` string
  - `patientName` string
  - `species` string, nullable
  - `specialty` string
  - `status` string
  - `urgency` string
  - `reasonForReferral` string, nullable
  - `assignedDoctorName` string, nullable
  - `scheduledDate` string, date-time, nullable
  - `referralDate` string, date-time
  - `createdAt` string, date-time
  - `unreadMessages` union
    - integer
    - string, int32
  - `threadId` string, nullable — Communication thread ID for unified inbox integration

## Other responses

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

---

[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)
