Versions Compared

Key

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

...

  1. To incorporate a report into Confluence, you need to find the report id by visiting the URL of the saved report. The report id will be visible there.

    image-20240321-062242.png

  2. Access the Appfire API Endpoint section to obtain the endpoint of the report, which will be utilized for embedding reports into Confluence.

  3. Incorporating the Reportid into the Appfire Endpoint results in the transformation of the Endpoint to this.

    Code Block
    https://bi-reports.appfire.app/aio-app/rest-api/report/export?token=YmMzMjJjOGQtMzQ5MC00NTYxLWJiZDYtOTNhN2UwYzgxZGY3&ID=ReportId=352035&format=html
  4. Navigate to Confluence and select the HTML macro and input the Iframe tag as specified in the provided code.

  5. Proceed with publishing the page.

  6. Additionally, consider utilizing the iframe macro for embedding it into a Confluence page.

...