2019.1

Table Of Contents
JSON Identifier
Describes an identifier for a single data entity in PlanetPress Connect.
Structure
The structure consists of an object with a single name/value pair:
l identifier the data entity identifier (type of number)
Example
The following is an example of this structure:
{
"identifier": 12345
}
Page 30