See the API's various operations for details on their request parameters and response data.
You can also run this API with a Postman collection.
| Operation | Method | Endpoint |
|---|---|---|
| Reports | ||
| List reports | GET | /reports |
| List reports per product family | GET | /reports/{productFamily} |
| List reports per reporting area | GET | /reports/{productFamily}/{reportingArea} |
| Get report options | GET | /reports/{productFamily}/{reportingArea}/{report} |
| Generate a report | POST | /reports/{productFamily}/{reportingArea}/{report}/data |
| Get asynchronous report results | GET | /reports/{productFamily}/{reportingArea}/{report}/queries/{queryId} |
