Generic response containing the response code and response messages (no additional objects)
| name | data type | constraints | description |
|---|---|---|---|
| import | JobStatus | Status of the latest import | |
| messages | array of Message | Messages contained in the response (which should be shown to the user) | |
| responseInfo | ResponseInfo | ||
| inBackground | boolean | required boolean | Whether the job was pushed into the background. |
| nodes | array of ContentPackageNode | ||
| channels | array of ContentPackageChannel | ||
| folders | array of ContentPackageFolder | ||
| files | array of ContentPackageFile | ||
| images | array of ContentPackageImage | ||
| pages | map of array of ContentPackagePage | ||
| forms | map of array of ContentPackageForm |
Example
{
"import" : {
"running" : true,
"messages" : [ { }, { } ],
"progress" : {
"done" : 12345,
"total" : 12345,
"started" : 12345,
"finished" : 12345
},
"responseInfo" : {
"responseCode" : "OK",
"responseMessage" : "...",
"property" : "..."
},
"inBackground" : true
},
"messages" : [ { }, { } ],
"responseInfo" : {
"responseCode" : "OK",
"responseMessage" : "...",
"property" : "..."
},
"inBackground" : true,
"nodes" : [ {
"name" : "...",
"errors" : [ {
"error" : "...",
"kind" : "OTHER"
}, {
"error" : "...",
"kind" : "MISMATCH"
} ],
"publishDir" : "...",
"binaryPublishDir" : "...",
"pubDirSegment" : true,
"publishImageVariants" : true,
"https" : true,
"hostname" : "...",
"hostnameProperty" : "...",
"publishFs" : true,
"publishFsPages" : true,
"publishFsFiles" : true,
"contentRepositoryId" : "...",
"publishContentMap" : true,
"publishContentMapPages" : true,
"publishContentMapFiles" : true,
"publishContentMapFolders" : true,
"languages" : [ "...", "..." ],
"omitPageExtension" : true,
"pageLanguageCode" : "NONE",
"rootFolderId" : "...",
"features" : [ "...", "..." ],
"constructIds" : [ "...", "..." ],
"objectPropertyIds" : [ "...", "..." ],
"packages" : [ "...", "..." ],
"pageUrls" : "...",
"fileUrls" : "...",
"id" : "...",
"meshPreviewUrlProperty" : "...",
"meshProjectName" : "..."
}, {
"name" : "...",
"errors" : [ {
"error" : "...",
"kind" : "EXCEPTION"
}, {
"error" : "...",
"kind" : "NO_BINARY"
} ],
"publishDir" : "...",
"binaryPublishDir" : "...",
"pubDirSegment" : true,
"publishImageVariants" : true,
"https" : true,
"hostname" : "...",
"hostnameProperty" : "...",
"publishFs" : true,
"publishFsPages" : true,
"publishFsFiles" : true,
"contentRepositoryId" : "...",
"publishContentMap" : true,
"publishContentMapPages" : true,
"publishContentMapFiles" : true,
"publishContentMapFolders" : true,
"languages" : [ "...", "..." ],
"omitPageExtension" : true,
"pageLanguageCode" : "PATH",
"rootFolderId" : "...",
"features" : [ "...", "..." ],
"constructIds" : [ "...", "..." ],
"objectPropertyIds" : [ "...", "..." ],
"packages" : [ "...", "..." ],
"pageUrls" : "...",
"fileUrls" : "...",
"id" : "...",
"meshPreviewUrlProperty" : "...",
"meshProjectName" : "..."
} ],
"channels" : [ {
"errors" : [ {
"error" : "...",
"kind" : "MISMATCH"
}, {
"error" : "...",
"kind" : "EXCEPTION"
} ],
"masterNodeId" : "...",
"binaryPublishDir" : "...",
"pubDirSegment" : true,
"https" : true,
"hostname" : "...",
"hostnameProperty" : "...",
"publishFsFiles" : true,
"id" : "...",
"publishDir" : "...",
"publishImageVariants" : true,
"publishFs" : true,
"publishFsPages" : true,
"contentRepositoryId" : "...",
"publishContentMap" : true,
"publishContentMapPages" : true,
"publishContentMapFiles" : true,
"publishContentMapFolders" : true,
"languages" : [ "...", "..." ],
"omitPageExtension" : true,
"pageLanguageCode" : "NONE",
"rootFolderId" : "...",
"features" : [ "...", "..." ],
"constructIds" : [ "...", "..." ],
"objectPropertyIds" : [ "...", "..." ],
"packages" : [ "...", "..." ],
"pageUrls" : "...",
"fileUrls" : "...",
"meshPreviewUrlProperty" : "...",
"meshProjectName" : "...",
"name" : "..."
}, {
"errors" : [ {
"error" : "...",
"kind" : "DUPLICATION"
}, {
"error" : "...",
"kind" : "DUPLICATION"
} ],
"masterNodeId" : "...",
"binaryPublishDir" : "...",
"pubDirSegment" : true,
"https" : true,
"hostname" : "...",
"hostnameProperty" : "...",
"publishFsFiles" : true,
"id" : "...",
"publishDir" : "...",
"publishImageVariants" : true,
"publishFs" : true,
"publishFsPages" : true,
"contentRepositoryId" : "...",
"publishContentMap" : true,
"publishContentMapPages" : true,
"publishContentMapFiles" : true,
"publishContentMapFolders" : true,
"languages" : [ "...", "..." ],
"omitPageExtension" : true,
"pageLanguageCode" : "NONE",
"rootFolderId" : "...",
"features" : [ "...", "..." ],
"constructIds" : [ "...", "..." ],
"objectPropertyIds" : [ "...", "..." ],
"packages" : [ "...", "..." ],
"pageUrls" : "...",
"fileUrls" : "...",
"meshPreviewUrlProperty" : "...",
"meshProjectName" : "...",
"name" : "..."
} ],
"folders" : [ {
"publishDir" : "...",
"publishDirI18n" : {
"property1" : "...",
"property2" : "..."
},
"excluded" : true,
"nameI18n" : {
"property1" : "...",
"property2" : "..."
},
"masterId" : "...",
"disinheritedChannelIds" : [ "...", "..." ],
"name" : "...",
"errors" : [ {
"error" : "...",
"kind" : "NO_BINARY"
}, {
"error" : "...",
"kind" : "EXCEPTION"
} ],
"disinheritDefault" : true,
"description" : "...",
"descriptionI18n" : {
"property1" : "...",
"property2" : "..."
},
"id" : "...",
"objectTags" : {
"property1" : {
"name" : "...",
"construct" : { },
"active" : true,
"properties" : {
"property1" : { },
"property2" : { }
},
"type" : "CONTENTTAG",
"definition" : { },
"id" : "..."
},
"property2" : {
"name" : "...",
"construct" : { },
"active" : true,
"properties" : {
"property1" : { },
"property2" : { }
},
"type" : "TEMPLATETAG",
"definition" : { },
"id" : "..."
}
},
"templateIds" : [ "...", "..." ]
}, {
"publishDir" : "...",
"publishDirI18n" : {
"property1" : "...",
"property2" : "..."
},
"excluded" : true,
"nameI18n" : {
"property1" : "...",
"property2" : "..."
},
"masterId" : "...",
"disinheritedChannelIds" : [ "...", "..." ],
"name" : "...",
"errors" : [ {
"error" : "...",
"kind" : "EXCEPTION"
}, {
"error" : "...",
"kind" : "MISMATCH"
} ],
"disinheritDefault" : true,
"description" : "...",
"descriptionI18n" : {
"property1" : "...",
"property2" : "..."
},
"id" : "...",
"objectTags" : {
"property1" : {
"name" : "...",
"construct" : { },
"active" : true,
"properties" : {
"property1" : { },
"property2" : { }
},
"type" : "OBJECTTAG",
"definition" : { },
"id" : "..."
},
"property2" : {
"name" : "...",
"construct" : { },
"active" : true,
"properties" : {
"property1" : { },
"property2" : { }
},
"type" : "CONTENTTAG",
"definition" : { },
"id" : "..."
}
},
"templateIds" : [ "...", "..." ]
} ],
"files" : [ {
"fileType" : "...",
"id" : "...",
"errors" : [ {
"error" : "...",
"kind" : "OTHER"
}, {
"error" : "...",
"kind" : "EXCEPTION"
} ],
"description" : "...",
"fileSize" : 12345,
"objectTags" : {
"property1" : {
"name" : "...",
"construct" : { },
"active" : true,
"properties" : {
"property1" : { },
"property2" : { }
},
"type" : "CONTENTTAG",
"definition" : { },
"id" : "..."
},
"property2" : {
"name" : "...",
"construct" : { },
"active" : true,
"properties" : {
"property1" : { },
"property2" : { }
},
"type" : "CONTENTTAG",
"definition" : { },
"id" : "..."
}
},
"niceUrl" : "...",
"customCdate" : 12345,
"customEdate" : 12345,
"excluded" : true,
"masterId" : "...",
"forceOnline" : true,
"disinheritDefault" : true,
"alternateUrls" : [ "...", "..." ],
"disinheritedChannelIds" : [ "...", "..." ],
"name" : "..."
}, {
"fileType" : "...",
"id" : "...",
"errors" : [ {
"error" : "...",
"kind" : "DUPLICATION"
}, {
"error" : "...",
"kind" : "OTHER"
} ],
"description" : "...",
"fileSize" : 12345,
"objectTags" : {
"property1" : {
"name" : "...",
"construct" : { },
"active" : true,
"properties" : {
"property1" : { },
"property2" : { }
},
"type" : "TEMPLATETAG",
"definition" : { },
"id" : "..."
},
"property2" : {
"name" : "...",
"construct" : { },
"active" : true,
"properties" : {
"property1" : { },
"property2" : { }
},
"type" : "CONTENTTAG",
"definition" : { },
"id" : "..."
}
},
"niceUrl" : "...",
"customCdate" : 12345,
"customEdate" : 12345,
"excluded" : true,
"masterId" : "...",
"forceOnline" : true,
"disinheritDefault" : true,
"alternateUrls" : [ "...", "..." ],
"disinheritedChannelIds" : [ "...", "..." ],
"name" : "..."
} ],
"images" : [ {
"masterId" : "...",
"errors" : [ {
"error" : "...",
"kind" : "DUPLICATION"
}, {
"error" : "...",
"kind" : "EXCEPTION"
} ],
"sizeX" : 12345,
"name" : "...",
"sizeY" : 12345,
"dpiX" : 12345,
"fileType" : "...",
"description" : "...",
"fileSize" : 12345,
"disinheritedChannelIds" : [ "...", "..." ],
"objectTags" : {
"property1" : {
"name" : "...",
"construct" : { },
"active" : true,
"properties" : {
"property1" : { },
"property2" : { }
},
"type" : "CONTENTTAG",
"definition" : { },
"id" : "..."
},
"property2" : {
"name" : "...",
"construct" : { },
"active" : true,
"properties" : {
"property1" : { },
"property2" : { }
},
"type" : "OBJECTTAG",
"definition" : { },
"id" : "..."
}
},
"dpiY" : 12345,
"gisResizable" : true,
"fpX" : 12345.0,
"niceUrl" : "...",
"fpY" : 12345.0,
"alternateUrls" : [ "...", "..." ],
"forceOnline" : true,
"customCdate" : 12345,
"customEdate" : 12345,
"disinheritDefault" : true,
"id" : "...",
"excluded" : true
}, {
"masterId" : "...",
"errors" : [ {
"error" : "...",
"kind" : "NO_BINARY"
}, {
"error" : "...",
"kind" : "OTHER"
} ],
"sizeX" : 12345,
"name" : "...",
"sizeY" : 12345,
"dpiX" : 12345,
"fileType" : "...",
"description" : "...",
"fileSize" : 12345,
"disinheritedChannelIds" : [ "...", "..." ],
"objectTags" : {
"property1" : {
"name" : "...",
"construct" : { },
"active" : true,
"properties" : {
"property1" : { },
"property2" : { }
},
"type" : "OBJECTTAG",
"definition" : { },
"id" : "..."
},
"property2" : {
"name" : "...",
"construct" : { },
"active" : true,
"properties" : {
"property1" : { },
"property2" : { }
},
"type" : "OBJECTTAG",
"definition" : { },
"id" : "..."
}
},
"dpiY" : 12345,
"gisResizable" : true,
"fpX" : 12345.0,
"niceUrl" : "...",
"fpY" : 12345.0,
"alternateUrls" : [ "...", "..." ],
"forceOnline" : true,
"customCdate" : 12345,
"customEdate" : 12345,
"disinheritDefault" : true,
"id" : "...",
"excluded" : true
} ],
"pages" : {
"property1" : [ {
"disinheritedChannelIds" : [ "...", "..." ],
"errors" : [ {
"error" : "...",
"kind" : "NO_BINARY"
}, {
"error" : "...",
"kind" : "OTHER"
} ],
"version" : {
"timestamp" : 12345,
"versionNumber" : "...",
"type" : "published",
"publishAt" : 12345,
"online" : true,
"timeOff" : 12345
},
"niceUrl" : "...",
"alternateUrls" : [ "...", "..." ],
"fileName" : "...",
"disinheritDefault" : true,
"contentsetId" : "...",
"partiallyLocalized" : true,
"excluded" : true,
"tags" : {
"property1" : {
"id" : "...",
"name" : "...",
"construct" : { },
"active" : true,
"properties" : {
"property1" : { },
"property2" : { }
},
"type" : "TEMPLATETAG"
},
"property2" : {
"id" : "...",
"name" : "...",
"construct" : { },
"active" : true,
"properties" : {
"property1" : { },
"property2" : { }
},
"type" : "OBJECTTAG"
}
},
"masterId" : "...",
"template" : {
"id" : "...",
"hash" : "..."
},
"name" : "...",
"description" : "...",
"priority" : 12345,
"language" : "...",
"contentId" : "...",
"objectTags" : {
"property1" : {
"name" : "...",
"construct" : { },
"active" : true,
"properties" : {
"property1" : { },
"property2" : { }
},
"type" : "TEMPLATETAG",
"definition" : { },
"id" : "..."
},
"property2" : {
"name" : "...",
"construct" : { },
"active" : true,
"properties" : {
"property1" : { },
"property2" : { }
},
"type" : "TEMPLATETAG",
"definition" : { },
"id" : "..."
}
},
"customCdate" : 12345,
"customEdate" : 12345,
"id" : "..."
}, {
"disinheritedChannelIds" : [ "...", "..." ],
"errors" : [ {
"error" : "...",
"kind" : "NO_BINARY"
}, {
"error" : "...",
"kind" : "NO_BINARY"
} ],
"version" : {
"timestamp" : 12345,
"versionNumber" : "...",
"type" : "current",
"publishAt" : 12345,
"online" : true,
"timeOff" : 12345
},
"niceUrl" : "...",
"alternateUrls" : [ "...", "..." ],
"fileName" : "...",
"disinheritDefault" : true,
"contentsetId" : "...",
"partiallyLocalized" : true,
"excluded" : true,
"tags" : {
"property1" : {
"id" : "...",
"name" : "...",
"construct" : { },
"active" : true,
"properties" : {
"property1" : { },
"property2" : { }
},
"type" : "CONTENTTAG"
},
"property2" : {
"id" : "...",
"name" : "...",
"construct" : { },
"active" : true,
"properties" : {
"property1" : { },
"property2" : { }
},
"type" : "CONTENTTAG"
}
},
"masterId" : "...",
"template" : {
"id" : "...",
"hash" : "..."
},
"name" : "...",
"description" : "...",
"priority" : 12345,
"language" : "...",
"contentId" : "...",
"objectTags" : {
"property1" : {
"name" : "...",
"construct" : { },
"active" : true,
"properties" : {
"property1" : { },
"property2" : { }
},
"type" : "OBJECTTAG",
"definition" : { },
"id" : "..."
},
"property2" : {
"name" : "...",
"construct" : { },
"active" : true,
"properties" : {
"property1" : { },
"property2" : { }
},
"type" : "CONTENTTAG",
"definition" : { },
"id" : "..."
}
},
"customCdate" : 12345,
"customEdate" : 12345,
"id" : "..."
} ],
"property2" : [ {
"disinheritedChannelIds" : [ "...", "..." ],
"errors" : [ {
"error" : "...",
"kind" : "OTHER"
}, {
"error" : "...",
"kind" : "OTHER"
} ],
"version" : {
"timestamp" : 12345,
"versionNumber" : "...",
"type" : "current",
"publishAt" : 12345,
"online" : true,
"timeOff" : 12345
},
"niceUrl" : "...",
"alternateUrls" : [ "...", "..." ],
"fileName" : "...",
"disinheritDefault" : true,
"contentsetId" : "...",
"partiallyLocalized" : true,
"excluded" : true,
"tags" : {
"property1" : {
"id" : "...",
"name" : "...",
"construct" : { },
"active" : true,
"properties" : {
"property1" : { },
"property2" : { }
},
"type" : "TEMPLATETAG"
},
"property2" : {
"id" : "...",
"name" : "...",
"construct" : { },
"active" : true,
"properties" : {
"property1" : { },
"property2" : { }
},
"type" : "CONTENTTAG"
}
},
"masterId" : "...",
"template" : {
"id" : "...",
"hash" : "..."
},
"name" : "...",
"description" : "...",
"priority" : 12345,
"language" : "...",
"contentId" : "...",
"objectTags" : {
"property1" : {
"name" : "...",
"construct" : { },
"active" : true,
"properties" : {
"property1" : { },
"property2" : { }
},
"type" : "TEMPLATETAG",
"definition" : { },
"id" : "..."
},
"property2" : {
"name" : "...",
"construct" : { },
"active" : true,
"properties" : {
"property1" : { },
"property2" : { }
},
"type" : "CONTENTTAG",
"definition" : { },
"id" : "..."
}
},
"customCdate" : 12345,
"customEdate" : 12345,
"id" : "..."
}, {
"disinheritedChannelIds" : [ "...", "..." ],
"errors" : [ {
"error" : "...",
"kind" : "NO_BINARY"
}, {
"error" : "...",
"kind" : "OTHER"
} ],
"version" : {
"timestamp" : 12345,
"versionNumber" : "...",
"type" : "published",
"publishAt" : 12345,
"online" : true,
"timeOff" : 12345
},
"niceUrl" : "...",
"alternateUrls" : [ "...", "..." ],
"fileName" : "...",
"disinheritDefault" : true,
"contentsetId" : "...",
"partiallyLocalized" : true,
"excluded" : true,
"tags" : {
"property1" : {
"id" : "...",
"name" : "...",
"construct" : { },
"active" : true,
"properties" : {
"property1" : { },
"property2" : { }
},
"type" : "CONTENTTAG"
},
"property2" : {
"id" : "...",
"name" : "...",
"construct" : { },
"active" : true,
"properties" : {
"property1" : { },
"property2" : { }
},
"type" : "CONTENTTAG"
}
},
"masterId" : "...",
"template" : {
"id" : "...",
"hash" : "..."
},
"name" : "...",
"description" : "...",
"priority" : 12345,
"language" : "...",
"contentId" : "...",
"objectTags" : {
"property1" : {
"name" : "...",
"construct" : { },
"active" : true,
"properties" : {
"property1" : { },
"property2" : { }
},
"type" : "TEMPLATETAG",
"definition" : { },
"id" : "..."
},
"property2" : {
"name" : "...",
"construct" : { },
"active" : true,
"properties" : {
"property1" : { },
"property2" : { }
},
"type" : "OBJECTTAG",
"definition" : { },
"id" : "..."
}
},
"customCdate" : 12345,
"customEdate" : 12345,
"id" : "..."
} ]
},
"forms" : {
"property1" : [ {
"id" : "...",
"errors" : [ {
"error" : "...",
"kind" : "EXCEPTION"
}, {
"error" : "...",
"kind" : "EXCEPTION"
} ],
"description" : "...",
"languages" : [ "...", "..." ],
"successPageId" : "...",
"successNodeId" : "...",
"data" : { },
"version" : {
"timestamp" : 12345,
"versionNumber" : "...",
"type" : "published",
"publishAt" : 12345,
"online" : true,
"timeOff" : 12345
},
"name" : "..."
}, {
"id" : "...",
"errors" : [ {
"error" : "...",
"kind" : "EXCEPTION"
}, {
"error" : "...",
"kind" : "NO_BINARY"
} ],
"description" : "...",
"languages" : [ "...", "..." ],
"successPageId" : "...",
"successNodeId" : "...",
"data" : { },
"version" : {
"timestamp" : 12345,
"versionNumber" : "...",
"type" : "scheduled",
"publishAt" : 12345,
"online" : true,
"timeOff" : 12345
},
"name" : "..."
} ],
"property2" : [ {
"id" : "...",
"errors" : [ {
"error" : "...",
"kind" : "DUPLICATION"
}, {
"error" : "...",
"kind" : "DUPLICATION"
} ],
"description" : "...",
"languages" : [ "...", "..." ],
"successPageId" : "...",
"successNodeId" : "...",
"data" : { },
"version" : {
"timestamp" : 12345,
"versionNumber" : "...",
"type" : "published",
"publishAt" : 12345,
"online" : true,
"timeOff" : 12345
},
"name" : "..."
}, {
"id" : "...",
"errors" : [ {
"error" : "...",
"kind" : "MISMATCH"
}, {
"error" : "...",
"kind" : "DUPLICATION"
} ],
"description" : "...",
"languages" : [ "...", "..." ],
"successPageId" : "...",
"successNodeId" : "...",
"data" : { },
"version" : {
"timestamp" : 12345,
"versionNumber" : "...",
"type" : "scheduled",
"publishAt" : 12345,
"online" : true,
"timeOff" : 12345
},
"name" : "..."
} ]
}
}