Description: Returns the contents of an identified custom report
Resource: CustomReportProducer
Verb: GET
Query String Options:
One of the two query string options is required
- customReportId : Send the unique identifier of the custom report, if known.
- customReportName: Send the name of the report as seen in the custom report screen
Optional: Any parameters configured in the Custom Parameters box in the Custom Reports screen (ex: SiteCode = ABC)
Note: This URL does not allow for any additional filtering parameters to be passed. The two query string options above are the only valid parameters
Base URL
https://[Name or IP of your server]/api/CustomReportProducer?customReportId=[your report id]
Returns: JSON Array containing records matching the format of the custom report. This will vary based on the fields specified in the custom report.
Example Response JSON:
[{ <json objects...> ]