2019.2

Table Of Contents
JSON Identifier List
Describes a list of identifiers for multiple data entities in PlanetPress Connect.
Structure
The structure consists of an object with a single name/value pair:
l identifiers an array of data entity identifiers (type of number)
Example
The following is an example of this structure:
{
"identifiers": [ 12345, 23456, 34567 ]
}
Page 31