Skip to main content
GET
/
api
/
2.0
/
report_types
/
{id}
Retrieve Report Type
curl --request GET \
  --url https://sandbox.elationemr.com/api/2.0/report_types/{id}/ \
  --header 'Authorization: Bearer <token>'
{
  "display_value": "<string>",
  "id": 123,
  "rank": 123,
  "report_type": "<string>",
  "practice": 123
}

Documentation Index

Fetch the complete documentation index at: https://help.elationhealth.com/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

Authorization
string
header
required

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

Path Parameters

id
integer
required

Response

200 - application/json
display_value
string
required

The display value of the report type.

id
integer
required

The id of the report type.

rank
integer
required

Number that indicates the report type rank in the overall list of report types.

report_type
string
required

The type of report.

practice
integer

The id of the practice.