Reports
Retrieves a report based on the submitted data. This is a convenience method that simply sets OutputFormat of the request body to the value specified in the route.
post/api/reports/{outputFormat}
Path parameters
outputFormatstring required
The desired output format for the report. Suppported values are "html", "csv", "xlsx" and "pdf", although not all formats are supported by all reports.
Request body
Response
OK
object required
Changes
No recorded changes to this endpoint across all 1 revision of this API.