Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Building this integration involves writing scripts or code snippets that interact with the Fuse API, enabling seamless retrieval of reports based on specified parameters.

Required API endpoints

The following RESTful API endpoints can be used to retrieve the data from reports:

GET: Retrieve the details of a report using the report title

The following GET request can be used to retrieve the details of a report:a list of generated reports

GET /compliance_reporting/reports/all

...

Note

The download URL provided in the report_download_url section of the response body is used for the CSV download, and is only valid for 1 hour (60 mins) after the report URL has been generated by the API.

Example:
"report_download_url": "https://fusion-universal-assets-production.s3-eu-west-1.amazonaws.com/report-engine/xxxxxx"

...

Retrieve a signed AWS download link to download the latest execution ID

...