getReportParametersInSession() Method
In ReportService, use the getReportParameters() method to get an array of report parameters and their default values based on the bipSessionToken of a given user.
With the list of parameters, you can set parameter values before running or scheduling a report.
See ParamNameValues.
For more information about in-session methods, see About In-Session Methods.
Signature
ParamNameValues getReportParametersInSession(ReportRequest reportRequest, String bipSessionToken);
Parameters for getReportParametersInSession() 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. |