runDataModelInSession() Method
In ReportService, use the runDataModelInSession() method to run the data model and get the XML data.
Signature
public ReportResponse runDataModelInSession(ReportRequest reportRequest, String bipSessionToken);
Parameters for runDataModelInSession() Method
Parameter | Description |
---|---|
ReportReques reportRequest |
The path to the report and other metadata of the report. |
String bipSessionToken |
The session token retrieved from login. |