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:

  • identifiers – an array of job entity identifiers (type of number)

  • 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
}