getDocumentDataInSession() Method

In ScheduleService, use the getDocumentDataInSession() method to return the byte[] of a report document based on the JobOutputID and bipSessionToken of a given user.

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

Signature

byte[] getDocumentDataInSession(String jobOutputID, String bipSessionToken);

Parameters for getDocumentDataInSession() Method

Parameter Description

String jobOutputID

The ID assigned to the 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.