DynamicReporting
GET
3 endpoints
/api/v202607/dynamicReporting
GetAllDynamicReportsV202607
Returns a list of all dynamic reports with their IDs and version information.
/api/v202607/dynamicReporting/{reportId}/data
GetDynamicReportDataV202607
Executes a specific dynamic report and returns the resulting data. Returns 404 if the report does not exist.
/api/v202607/dynamicReporting/{reportId}
GetDynamicReportV202607
Returns a specific dynamic report by its ID, including rendering information. Returns 404 if the report does not exist.
PUT
2 endpoints