getAllScheduledReportHistoryInSession() Method
In ScheduleService, use the getAllScheduledReportHistoryInSession() method to return information about scheduled report histories that match filter criteria passed through the JobFilterProperties object and that are based on the bipSessionToken string for a given user.
The getAllScheduledReportHistoryInSession method has a limit of 50 records per call. To return more than 50 records you must write a loop.
For more information about in-session methods, see About In-Session Methods.
Signature
JobInfosList getAllScheduledReportHistoryInSession(JobFilterProperties filter, int beginIdx, String bipSessionToken);
Parameters for getAllScheduledReportHistoryInSession() Method
Parameter | Description |
---|---|
JobFilterProperties filter |
The JobFilterProperties object specifies the specific criteria for the report jobs you want to return information about. See JobFilterProperties. |
int beginIdx |
The starting point of the index (default is |
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. |