GetReportParameters
Retrieves report parameter values. GetReportParameters requires execute or read privileges when executed against a BIRT design, BIRT data design, or BIRT 360 dashboard file. When executed against a BIRT document file, GetReportParameters requires execute, secure read, or read privileges.
Request elements
JobId
String. The ID of the job from which to retrieve the parameter values. Specify JobId to retrieve the parameter values from the report file associated with the job.
ReportFileId
String. The ID of the file from which to retrieve the parameter values. Specify ReportFileId or Report FileName to retrieve parameter values from an executable, document, or object value file, or a third-party compound storage file.
ReportFileName
String. The name of the file from which to retrieve the parameter values. Specify ReportFileName or Report FileId to retrieve parameter values from an executable, document, or object value file, or a third-party compound storage file.
ReportParameterType
ReportParameterType. Optional parameter type can include Execution, View, and All. If not specified, only execution parameters return to maintain backward compatibility.
WithoutDynamicPickList
Boolean. If set to True, parameters will be returned without a dynamic pick list.
Response elements
ParameterList
ArrayOfParameterDefinition. The list of parameter definition values such as group, cascading parent name, name, data type, default value, display name, help text, and so forth.
ViewParameterList
ArrayOfParameterDefinition. The list of view parameter definition values such as format, user agent, scaling factor, accept encoding, view operation, path information, embedded object path, redirect path, and PDF quality.