getTemplateParameterInSession() Method

In ReportService, use the getReportParametersInSession() method to get the parameters for a template.

See ParamNameValue.

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

Signature

ParamNameValue[] getTemplateParameters(String reportAbsolutePath, String templateID, String bipSessionToken);

Parameters for getTemplateParameterInSession() Method

Parameter Description

String reportAbsolutePath

The path to the report for which to retrieve the report definition. For example: /HR Manager/Employee Reports/Employee Listing.xdo

String templateID

The ID assigned to the template, for example: "Chart Layout".

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.