GetParameterPickList
Retrieves the parameters names from a pick list in a report.
Request elements
Object
ObjectIdentifier. The identifier of the object from which to retrieve the parameter pick list.
CascadingGroupName
String. The cascading group name in the pick list containing the target list.
ParameterName
String. The name of the parameter. Each parameter name is unique within a report even between execution and view parameters.
PrecedingParameterValues
ArrayOfParameterValue. The values of the parameters that precede the specified parameter.
Filter
String. A string prefix to be applied to the overall selection list.
StartIndex
Long. The index where the fetch operation starts.
FetchSize
Long. The maximum number of records to retrieve and return in a result set. The default value is 500.
CountLimit
Long. The Number of entries to be counted after FetchSize is reached. By default, CountLimit is equal to FetchSize. To count all records, set CountLimit to ‑1.
Response elements
ParameterPickList
ArrayOfNameValuePair. List of parameters.
TotalCount
Long. The number of parameters in the list.