Scheduling Job ID or Reference

Hello Team,

I am using Helical Insight 4.0 and trying to integrate the scheduling feature with my product using API. I am able to see all the schedules by using scheduledSavedReportName. But there is no path, so I cannot get exact efwsr file if there are multiple files with the same name. How do I refer to a particular scheduled report?

Thank you,
Avinash.

Hello Avinash,

Whenever a report or dashboard is scheduled, a file with extension .efwsr is created at the backend. The structure of the file is as shown below:

image

The number between the “schedulereference” tags is nothing but the Job ID. This is the unique reference for the scheduled report. You can use this within the API call to refer to a particular scheduled report.