2019.1

Table Of Contents
JSON Identifier (Managed File)
Describes an identifier or named identifier for a single managed file in PlanetPress Connect.
Structure
The structure consists of an object with a single name/value pair:
l identifier the managed file identifier (type of number) or named identifier (type of
string)
Example
The following are examples of this structure:
{
"identifier": 12345
}
{
"identifier": "Promo-EN-1000.csv"
}
Page 36