Getting report URL programmatically

When a user of our portal, creates and saves a new Adhoc report using the integrated adhoc designer, is there a way for our application to programmatically get the URL of the new report that was saved?

Hello Raunak,

Following are the details given below :

Request URL format for Adhoc Report :

{Base URL}/{ApplicationPath}/hdi.html?dir={directory_name}&file={file_name}&mode=open

For Example,

https://localhost:8080/hi/hdi.html?dir=1463377807724\1463836339870\1463836491959&file=23925641-b8d6-4b03-870f-57fa3c0f59f1.report&mode=open

Request Method :

GET

Query String Parameters:

  • dir : Directory of the folder name in which the file resides.
  • file : Name of the file or report.
Above URL format to be used by the application for viewing Adhoc Reports. Regards, Helical Insight Team