Skip to main content
GET
/
api
/
2.0
/
reports
/
{id}
/
printable
/
Retrieve a printable view of a report
curl --request GET \
  --url https://sandbox.elationemr.com/api/2.0/reports/{id}/printable/ \
  --header 'Authorization: Bearer <token>'
"<string>"

Authorizations

Authorization
string
header
required

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

Path Parameters

id
integer
required

The id of the report to retrieve the printable view for.

Query Parameters

print_header
integer

The id of the print header that you want to use for the printable view.

Response

200 - application/pdf

The response is of type file.