2021.1

Table Of Contents
JSON Job Set Structure
Describes a job set entity structure including the arrangement of job, job segment, document
set, document and content item entities (including the specification of content item identifiers).
Used specifically in a job creation operation.
Structure
The structure consists of an object with the following name/value pairs:
l jobs the job entities within the job set, consisting of an array of objects each with the
following name/value pairs:
l segments the job segment entities within a job, consisting of an array of objects
each with the following name/value pairs:
l documentsets the document set entities within a job segment, consisting of
an array of objects each with the following name/value pairs:
l documents the document entities within a document set, consisting of
an array of objects each with the following name/value pairs:
l documentpages the document pages within a document,
consisting of an array of objects each with a single name/value
pair:
l contentitem the identifier of the content item entity within a
document page (type of number)
Example
The following is an example of this structure:
{
"jobs": [
{
"segments": [
{
"documentsets": [
{
"documents": [
{
"documentpages": [
{
"contentitem": 1234
Page 79