runReportInSession() Method
In ReportService, use the runReportInSession() method to send a request to the server to run a specific report based on the bipSessionToken of a given user.
See ReportRequest and ReportResponse.
For more information about in-session methods, see About In-Session Methods.
Signature
ReportResponse runReportInSession(ReportRequest reportRequest, String bipSessionToken);
Parameters for runReportInSession() Method
Parameter | Description |
---|---|
ReportRequest reportRequest |
See ReportRequest. |
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. |