resendScheduledReportInSession() Method
In ScheduleService, use the resendScheduledReportInSession() method to resend a previously-defined scheduled report based on its associated outputJobID and the bipSessionToken of a given user.
For more information about in-session methods, see About In-Session Methods.
Signature
boolean resendScheduledReportInSession(String outputJobID, String bipSessionToken);
Parameters for resendScheduledReportInSession() Method
Parameter | Description |
---|---|
String outputJobID |
The outputId generated when you run the job. To get the outputId of a specific job, run the getScheduledReportOutputInfo() method of ScheduleService. |
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. |