---
title: "Get list of subscriptions available to the clinician"
method: GET
path: "/clinician/{clinician_id}/patient_subscriptions"
tags: ["subscription"]
---

# Get list of subscriptions available to the clinician

`GET /clinician/{clinician_id}/patient_subscriptions`

## Path parameters

- `clinician_id` integer, required

## Response `200`

successful operation

- SubscriptionResponse[]
  - `default` boolean, required — indicate which is the default
  - `description` string, required — description of the subscription
  - `name` 'three-day' | 'five-day' | 'seven-day' | 'ten-day' | 'one-month' | 'cgm14' | '14-day' | '21-day' | '28-day' | 'custom', required — name of the subscription
  - `type` 'single' | 'weekly' | 'monthly' | 'bi-weekly' | '4-weeks' | 'custom', required

---

[API](https://skmtc.dev/rxfoodapp/apis/inneranalytics-mnt-server.md) · [All operations](https://skmtc.dev/rxfoodapp/apis/inneranalytics-mnt-server/llms.txt) · [OpenAPI document](https://skmtc.dev/rxfoodapp/apis/inneranalytics-mnt-server/revisions/c17aca2782f6?raw)
