Skip to content

Reports

Minimum CorEMR Version: 6.4.0

This webservice allows clients to retrieve report data.

Report Endpoints (Read Only)

Action REST Verb Route Description
Read GET /ws/v3/reports/{report_id} Run report with given report_id and return results.
Read GET /ws/v3/reports/{report_id}/prompts/ View available prompts (filters) for report.
Read GET /ws/v3/reports/{report_id}/displays/ View available displays for ordering results.

Pagination

This endpoint implements pagination.

Filtering

Use the /ws/v3/reports/{report_id}/prompts/ endpoint to view the available prompts for a given report.

Use the /ws/v3/reports/{report_id}/displays/ endpoint to view the available displays for ordering (sorting) results.

Note

You can apply prompts and ordering as outlined in Query Strings. Limiting results is not supported.