getScheduledReportOutputInfo() Method
In ScheduleService, use the getScheduledReportOutputInfo() method to return information about a specific scheduled report output.
Signature
JobOutputsList getScheduledReportOutputInfo(String jobInstanceID, String userID, String password);
Parameters for getScheduledReportOutputInfo() Method
| Parameter | Description |
|---|---|
|
String jobInstanceID |
The ID of the job for which to return job information. |
|
String userID |
Specifies the user name. |
|
String password |
Specifies the password for the user name. |