---
title: "Get appointment types available for RDVM referrals."
method: GET
path: "/public/rdvm/appointment-types"
tags: ["RdvmPortal"]
---

# Get appointment types available for RDVM referrals.

`GET /public/rdvm/appointment-types`

## Query parameters

- `clinicId` string

## Response `200`

OK

- GetRdvmAppointmentTypesResponse
  - `appointmentTypes` RdvmAppointmentTypeDto[]
    - `id` string
    - `name` string
    - `description` string, nullable
    - `durationMinutes` union
      - integer
      - string, int32
    - `color` string, nullable

## Other responses

- `400` — Bad Request

---

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