2021.1

Table Of Contents
JSON Identifier (with Output Parameters)
Describes an identifier for a single job set entity, 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 identifier the job set entity identifier (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:
{
"identifier": 12345,
"createOnly": true
}
JSON Identifier (with Runtime Parameters)
Describes a list of identifiers for multiple content set entities, along with additional runtime
parameters used specifically in a job creation operation.
Structure
The structure consists of an object with the following name/value pairs:
l identifier an array) of content set entity identifiers.
(type of number)
l parameters a set of the 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 is an example of this structure:
Page 68