2022.2

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)
l parameters (optional) a set of runtime parameter names and their corresponding values,
consisting of an object with one or more name/value pairs:
l <name> the name (name) and the value of the runtime parameter
(type of either string, number, or boolean)
Example
The following are examples of this structure:
{
"identifier": 12345
}
{
"identifier": "Promo-EN-1000.csv"
}
Page 65