1.5

JSON Structures
The following table lists the various JSON structures used by the PlanetPress Connect REST
API:
Name Example
JSON
Identifier
{
"identifier": 12345
}
JSON
Identifier
(Named)
{
"identifier": "Promo-EN-1000.csv"
}
JSON
Identifier List
{
"identifiers": [ 12345, 23456, 34567 ]
}
JSON
Identifier (with
createOnly
flag)
{
"identifier": 12345,
"createOnly": true
}
JSON
Identifier List
(with
createOnly
flag)
{
"identifiers": [ 12345, 23456, 34567 ],
"createOnly": true
}
JSON
Name/Value
List
(Properties
Only)
[
{
"name": "start",
"value": "2015-01-01 00:00:00T-0500"
},
{
Page 21