2021.1

Table Of Contents
JSON Identifier List (with Output Parameters)
Describes a list of identifiers for multiple job entities, along with additional parameters used
specifically in an output creation operation.
Structure
The structure consists of an object with the following name/value pairs:
l identifiers an array of job entity identifiers (type of number)
l createOnly parameter to specify if output is to be only created in the server and not sent
to it's final destination (type of boolean)
Example
The following is an example of this structure:
{
"identifiers": [ 12345, 23456, 34567 ],
"createOnly": true
}
JSON Identifier List (with Runtime Parameters)
Describes a list of identifiers for multiple data entities in PlanetPress Connect.
Structure
The structure initially consists of an object with a single name/value pair:
l identifiers an array of data entity identifiers (type of number)
In addition, a subset of the runtime parameters defined in the template can be passed in the
following object:
l parameters 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)
Page 73