1.7

Table Of Contents
JSON Identifier List (with createOnly flag)
Describes a list of identifiers for multiple job entities, along with additional parameters used
specifically in an output creation operation.
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 - flag to specify if output is to be only created in the server and not sent to it's
final destination (type of boolean)
Example:
{
"identifiers": [ 12345, 23456, 34567 ],
"createOnly": true
}
JSON Record Content List
Describes a list of data fields (as name/value pairs), nested data records (if any), along with a
number of additional properties for a data record entity of a specific ID.
Tip
A data record entity (in the record data table) can contain one or more data tables that
each contain one or more data record entities (nested data record entities).
A nested data record entity can itself contain one or more data tables that each contain
one or more nested data record entities, and so on for potentially multiple levels of nested
data tables and data record entities.
A data record entity that contains a data table of nested data record entities is considered
to be the parent of the data record entities contained in that data table (which are
considered to be the children).
See the Data Entities page of the Technical Overview section for further detail on data set
and data record entities.
The structure consists of an object with the following name/value pairs:
Page 31