JSON Identifier List (with Runtime Parameters)

Describes a list of identifiers for multiple data entities in PReS Connect.

Structure

The structure initially consists of an object with a single name/value pair:

  • identifiers – an array of data entity identifiers (type of number)

In addition, a subset of the runtime parameters defined in the template can be passed in the following object:

  • parameters – a set of runtime parameter names and their corresponding values, consisting of an object with one or more name/value pairs:

    • <name> – the name (name) and the value of the runtime parameter
      (type of either string, number, or boolean)

Example

The following is an example of this structure:

{
    "identifiers": [ 12345, 23456, 34567 ]
}