Skip to main content
GET
/
api
/
2.0
/
imaging_centers
/
{id}
/
Retrieve Imaging Center
curl --request GET \
  --url https://sandbox.elationemr.com/api/2.0/imaging_centers/{id}/ \
  --header 'Authorization: Bearer <token>'
{
  "address_line1": "<string>",
  "address_line2": "<string>",
  "company": 123,
  "company_name": "<string>",
  "location_name": "<string>",
  "practice": 123,
  "city": "<string>",
  "created_date": "2023-11-07T05:31:56Z",
  "deleted_date": "2023-11-07T05:31:56Z",
  "fax": "<string>",
  "id": 123,
  "phone": "<string>",
  "state": "<string>",
  "zip": "<string>"
}

Authorizations

Authorization
string
header
required

The access token received from the authorization server in the OAuth 2.0 flow.

Path Parameters

id
integer<int64>
required

Response

200 - application/json
address_line1
string
required
address_line2
string
required
company
integer<int64>
required

Maps to the Ancillary Company object ID attribute.

company_name
string
required

Maps to the Ancillary Company object name attribute.

location_name
string
required
practice
integer<int64>
required
city
string
Maximum string length: 50
created_date
string<date-time> | null
read-only
deleted_date
string<date-time> | null
read-only
fax
string | null
Maximum string length: 20
id
integer
read-only
phone
string | null
Maximum string length: 20
state
string
Maximum string length: 2
zip
string
Maximum string length: 10