getScheduledReportDeliveryInfo() Method
In ScheduleService, use the getScheduledReportdeliveryInfo() method to retrieve information about the delivery of a scheduled job output. For each scheduled Job, it could have multiple outputIDs.
For each outputID, there could be multiple delivery info. See JobOutputDeliverysList.
Signature
JobOutputDeliverysList getScheduledReportDeliveryInfo(String jobOutputID, String userID, String password);
Parameters for getScheduledReportDeliveryInfo() Method
Parameter | Description |
---|---|
String jobOutputID |
The ID assigned to the output of the job for which you want information. The jobOutputID is a string of integers. |
String userID |
Specifies the user name. |
String password |
Specifies the password for the user name. |