---
title: "List Lab Vendor Patient Sites"
method: GET
path: "/api/2.0/lab_vendor_patient_sites/"
tags: ["Lab Vendor Patient Sites"]
---

# List Lab Vendor Patient Sites

`GET /api/2.0/lab_vendor_patient_sites/`

Returns a list of lab vendor patient sites

## Query parameters

- `limit` integer
- `offset` integer
- `order_by` string
- `practice` integer[]
- `vendor` integer[]

## Response `200`

- PaginatedLabVendorPatientSiteList
  - `count` integer
  - `next` string, uri, nullable
  - `previous` string, uri, nullable
  - `results` LabVendorPatientSite[], required
    - `address` string — The address of the site.
    - `city` string — The city of the site.
    - `created_date` string, date-time, nullable
    - `deleted_date` string, date-time, nullable
    - `fax` string, nullable
    - `id` integer
    - `name` string, required
    - `phone` string, nullable
    - `practice_created` integer, nullable
    - `state` string
    - `suite` string, nullable
    - `vendor` LabVendorIdName — LabVendor Serializer useful for simple, read-only reference.
      - `display_name` string
      - `id` integer
      - `name` string
    - `zip` string

---

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