getScheduledReportOutputInfoInSession() Method
In ScheduleService, use the getScheduledReportOutputInfo() method to return information about a specific scheduled report output based on its jobInstanceID and the bipSessionToken of a given user.
For more information about in-session methods, see About In-Session Methods.
Signature
JobOutputsList getScheduledReportOutputInfoInSession(String jobInstanceID, String bipTokenSession);
Parameters for getScheduledReportOutputInfoInSession() Method
Parameter | Description |
---|---|
String jobInstanceID |
The ID of the job for which to return job information. |
String bipSessionToken |
The proprietary token string generated for the user. With the bipSessionToken string, the user no longer needs to provide user credentials. The server can validate this token string and restore the session to perform needed operation. |