Number of APIs: 3
GET https://{{host}}/reporting-api/v1/reports
List all versions of all report types, optionally filtering out older deprecated versions.
GET https://{{host}}/reporting-api/v1/reports/:name/versions
List all versions for a specific report type.
GET https://{{host}}/reporting-api/v1/reports/:name/versions/:version
Get a specific version of a report type.
ENDPOINTS