getAllScheduledReportHistory() Method

In ScheduleService, use the getAllScheduledReportHistory() method to return information about scheduled report histories that match filter criteria passed through the JobFilterProperties object.

The getAllScheduledReportHistory method has a limit of 50 records per call. To return more than 50 records you must write a loop.

Signature

JobInfosList getAllScheduledReportHistory(JobFilterProperties filter, int beginIdx, String userID, String password);

Parameters for getAllScheduledReportHistory() 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 1).

String userID

Specifies the user name.

String password

Specifies the password for the user name.