getScheduledReportDeliveryInfoInSession() Method

In ScheduleService, use the getScheduledReportDeliveryInfoInSession() method to return a JobOutputDeliverysList object that provides the details for a given jobOutputID and the bipSessionToken of a given user.

For more information about in-session methods, see About In-Session Methods.

Signature

JobOutputDeliverysList getScheduledReportDeliveryInfoInSession(String jobOutputID, String bipSessionToken);

Parameters for getScheduledReportDeliveryInfoInSession() Method

Parameter Description

String jobOutputID

The ID assigned to the job output. The jobOutputID is a string of integers.

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.