---
title: "Get all referrals created by the authenticated RDVM"
method: GET
path: "/public/rdvm/referrals"
tags: ["RdvmPortal"]
---

# Get all referrals created by the authenticated RDVM

`GET /public/rdvm/referrals`

## Query parameters

- `sessionId` string
- `clinicId` string

## Response `200`

OK

- GetRdvmReferralsResponse
  - `referrals` RdvmReferralDto[]
    - `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
  - `totalCount` union
    - integer
    - string, int32

## Other responses

- `400` — Bad Request
- `401` — Unauthorized

---

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