---
title: "List Lab Facility Identifiers"
method: GET
path: "/api/2.0/lab_facility_identifiers/"
tags: ["Lab Facility Identifiers"]
---

# List Lab Facility Identifiers

`GET /api/2.0/lab_facility_identifiers/`

Returns a list of lab vendor integrations

## Query parameters

- `limit` integer
- `offset` integer
- `order_by` string

## Response `200`

- PaginatedFacilityIdentifierList
  - `count` integer
  - `next` string, uri, nullable
  - `previous` string, uri, nullable
  - `results` FacilityIdentifier[], required
    - `active` boolean, required — Whether the facility identifier should be used. Should be true in most cases.
    - `bidi_connection` BiDiLabConnection
      - `alias` string, nullable — Get the alias of the connection.
      - `enabled` boolean — Get the enabled status of the connection.
      - `id` integer
      - `priority` integer
      - `protocol` string, nullable — Get the protocol of the connection.
    - `compendium` integer, nullable — The id of the compendium that will be used when the user selects this facility identifier.
    - `created_date` string, date-time, nullable
    - `deleted_date` string, date-time, nullable
    - `description` string, nullable — The text that will displayed to users in the lab order dialog.
    - `id` integer
    - `lab_connection` integer, nullable
    - `lab_facility` string, required — The id that represents the lab.
    - `practice` integer, required
    - `practice_facility` string, required — The id that represents the practice; often an account number provided by the lab vendor.
    - `practice_secondary_id` string, nullable
    - `user_facing` boolean — Whether this facility identifier will be visible in the lab order dialog. Should be true for most cases.
    - `vendor` object, required
      - `display_name` string
      - `id` integer
      - `name` 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)
