The Clinicminds Analytics API does not expose any separate or hidden data set. It returns exactly the same reports, with the same fields, that you already see in the reporting module inside Clinicminds. The available filters are identical too.
This means you don't need the OpenAPI spec or API access just to find out which fields a report contains. The fastest way is to look inside the app.
The easiest way to inspect report fields
In Clinicminds, go to the Reports section.
Open the report you want to pull through the API.
Look at the report preview. The columns shown in the preview are the fields the API will return for that report.
Adjust the filters and watch the preview update in real time. This shows you exactly how each filter affects the output before you build it into your integration.
Whatever you see in the preview is what the API delivers, in CSV or JSON.
Good to know
No fields exist in the API beyond what the reports already contain.
Filtering options in the API match the filtering options in the app.
The OpenAPI specification (available in your account once API access is enabled) documents the endpoints and parameters, but the report content itself mirrors the in-app reports one to one.
Need API access?
Contact our support team to enable the Analytics API for your account. Once activated, an API key and the OpenAPI spec become available in your account. A fee applies for the Analytics API in addition to your subscription.
