---
title: "Retrieve Pulmonary Center"
method: GET
path: "/api/2.0/pulmonary_centers/{id}/"
tags: ["Pulmonary Centers"]
---

# Retrieve Pulmonary Center

`GET /api/2.0/pulmonary_centers/{id}/`

Retrieve a single pulmonary center

## Path parameters

- `id` integer, required

## Response `200`

- PulmonaryCenter
  - `address_line1` string, required
  - `address_line2` string, required
  - `city` string
  - `company` integer, required — Maps to the Ancillary Company object ID attribute.
  - `company_name` string, required — Maps to the Ancillary Company object name attribute.
  - `created_date` string, date-time, nullable
  - `deleted_date` string, date-time, nullable
  - `fax` string, nullable
  - `id` integer
  - `location_name` string, required
  - `phone` string, nullable
  - `practice` integer, required
  - `state` 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/versions/c060f89d4de7/schema)
