Skip to main content
GET
/
api
/
2.0
/
cardiac_order_tests
/
{id}
/
Retrieve Cardiac Order Test
curl --request GET \
  --url https://sandbox.elationemr.com/api/2.0/cardiac_order_tests/{id}/ \
  --header 'Authorization: Bearer <token>'
{
  "name": "<string>",
  "practice": 123,
  "code": "<string>",
  "created_date": "2023-11-07T05:31:56Z",
  "deleted_date": "2023-11-07T05:31:56Z",
  "id": 123
}

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
name
string
required
Maximum string length: 255
practice
integer<int64>
required
code
string | null
Maximum string length: 50
created_date
string<date-time> | null
read-only
deleted_date
string<date-time> | null
read-only
id
integer
read-only