Previous Values

PreviousValues defines the previous values that the parameter has accepted.

Note They are only returned by the Web Intelligence RESTful Web Service SDK.

PreviousValues inside the <info> element is structured as follows:

<previous>
    <value id="Integer">A value</value>
    ...
</previous>

PreviousValues inside the <answer> element is structured as DefaultValues:

<values>
    <value id="Integer" final="true|false">A value</value>
    ...
</value>

The GET .../parameters request adheres to the following rules regarding the management of previous and default values:

  • Previous values are returned inside <answer>/<values> when they exist.
  • If there are no previous values but default values, then default values are returned inside <answer>/<values>.
  • If there are no previous nor default values, then nothing is returned.