Previous Values

PreviousValues represents the previous values that the parameter has accepted.

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

PreviousValues is structured as default values:

<previous>
    <value id="string" path="[[0|1|2,\ second_level_value],[0|1|2,\ third_level_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.