---
title: "GET /api/doctor_options"
method: GET
path: "/api/doctor_options"
tags: ["Administrative"]
---

# GET /api/doctor_options

`GET /api/doctor_options`

Retrieve or search doctor options within practice group

## Query parameters

- `cursor` string — The pagination cursor value.
- `page_size` integer — Number of results to return per page.
- `doctor` integer

## Response `200`

OK

- object — Paginated Result
  - `previous` string — Previous paginated page
  - `data` DoctorOptions[] — result data
    - `default_supervising_provider` integer — ID of an `/api/doctors` instance.
    - `doctor` integer — ID of an `/api/doctors` instance.
    - `updated_at` string
    - `patient_statement_office` integer — ID of an `/api/offices` instance.
    - `allowed_payment_methods` unknown[]
      - unknown
    - `default_report` integer — ID of an `/api/clinical_note_templates` instance.
    - `default_billing_provider` integer — ID of an `/api/doctors` instance.
    - `default_reminder_profile` integer — ID of an `/api/reminder_profiles` instance.
    - `enable_everhealth_scribe` boolean — Whether the EverHealth Scribe feature is enabled for this doctor.
    - `office_for_lab_results` integer — ID of an `/api/offices` instance.
    - `erx_supervising_providers` integer[] — Array or IDs of `/api/doctors` instances.
    - `iframe_apps` string[] — Integrated applications
    - `id` integer
  - `next` string — Next Paginated page

## Other responses

- `400` — Bad Request
- `401` — Unauthorized
- `403` — Permission Denied
- `404` — Not Found
- `405` — Method Not Allowed
- `500` — Internal Server Error

---

[API](https://skmtc.net/drchrono/apis/untitled-api.md) · [All operations](https://skmtc.net/drchrono/apis/untitled-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/drchrono/untitled-api/revisions/e595797fe800/schema)
