JSON Identifier List

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

Structure

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

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

Example

The following is an example of this structure:

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