Generic response containing the response code and response messages (no additional objects)
| name | data type | 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 | |
| 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" : "..."
}
},
"messages" : [ { }, { } ],
"responseInfo" : {
"responseCode" : "OK",
"responseMessage" : "...",
"property" : "..."
},
"nodes" : [ {
"errors" : [ {
"error" : "...",
"kind" : "DUPLICATION"
}, {
"error" : "...",
"kind" : "MISMATCH"
} ],
"binaryPublishDir" : "...",
"publishImageVariants" : true,
"https" : true,
"hostname" : "...",
"hostnameProperty" : "...",
"publishFs" : true,
"publishFsPages" : true,
"publishFsFiles" : true,
"meshProjectName" : "...",
"id" : "...",
"publishDir" : "...",
"contentRepositoryId" : "...",
"publishContentMap" : true,
"publishContentMapPages" : true,
"publishContentMapFiles" : true,
"publishContentMapFolders" : true,
"languages" : [ "...", "..." ],
"omitPageExtension" : true,
"pageLanguageCode" : "NONE",
"rootFolderId" : "...",
"features" : [ "...", "..." ],
"constructIds" : [ "...", "..." ],
"objectPropertyIds" : [ "...", "..." ],
"packages" : [ "...", "..." ],
"pageUrls" : "...",
"fileUrls" : "...",
"name" : "...",
"pubDirSegment" : true,
"meshPreviewUrlProperty" : "..."
}, {
"errors" : [ {
"error" : "...",
"kind" : "EXCEPTION"
}, {
"error" : "...",
"kind" : "MISMATCH"
} ],
"binaryPublishDir" : "...",
"publishImageVariants" : true,
"https" : true,
"hostname" : "...",
"hostnameProperty" : "...",
"publishFs" : true,
"publishFsPages" : true,
"publishFsFiles" : true,
"meshProjectName" : "...",
"id" : "...",
"publishDir" : "...",
"contentRepositoryId" : "...",
"publishContentMap" : true,
"publishContentMapPages" : true,
"publishContentMapFiles" : true,
"publishContentMapFolders" : true,
"languages" : [ "...", "..." ],
"omitPageExtension" : true,
"pageLanguageCode" : "FILENAME",
"rootFolderId" : "...",
"features" : [ "...", "..." ],
"constructIds" : [ "...", "..." ],
"objectPropertyIds" : [ "...", "..." ],
"packages" : [ "...", "..." ],
"pageUrls" : "...",
"fileUrls" : "...",
"name" : "...",
"pubDirSegment" : true,
"meshPreviewUrlProperty" : "..."
} ],
"channels" : [ {
"errors" : [ {
"error" : "...",
"kind" : "MISMATCH"
}, {
"error" : "...",
"kind" : "NO_BINARY"
} ],
"masterNodeId" : "...",
"binaryPublishDir" : "...",
"publishImageVariants" : true,
"https" : true,
"hostname" : "...",
"hostnameProperty" : "...",
"publishFs" : true,
"publishFsPages" : true,
"publishFsFiles" : true,
"meshProjectName" : "...",
"id" : "...",
"publishDir" : "...",
"contentRepositoryId" : "...",
"publishContentMap" : true,
"publishContentMapPages" : true,
"publishContentMapFiles" : true,
"publishContentMapFolders" : true,
"languages" : [ "...", "..." ],
"omitPageExtension" : true,
"pageLanguageCode" : "NONE",
"rootFolderId" : "...",
"features" : [ "...", "..." ],
"constructIds" : [ "...", "..." ],
"packages" : [ "...", "..." ],
"name" : "...",
"pubDirSegment" : true,
"objectPropertyIds" : [ "...", "..." ],
"pageUrls" : "...",
"fileUrls" : "...",
"meshPreviewUrlProperty" : "..."
}, {
"errors" : [ {
"error" : "...",
"kind" : "NO_BINARY"
}, {
"error" : "...",
"kind" : "EXCEPTION"
} ],
"masterNodeId" : "...",
"binaryPublishDir" : "...",
"publishImageVariants" : true,
"https" : true,
"hostname" : "...",
"hostnameProperty" : "...",
"publishFs" : true,
"publishFsPages" : true,
"publishFsFiles" : true,
"meshProjectName" : "...",
"id" : "...",
"publishDir" : "...",
"contentRepositoryId" : "...",
"publishContentMap" : true,
"publishContentMapPages" : true,
"publishContentMapFiles" : true,
"publishContentMapFolders" : true,
"languages" : [ "...", "..." ],
"omitPageExtension" : true,
"pageLanguageCode" : "PATH",
"rootFolderId" : "...",
"features" : [ "...", "..." ],
"constructIds" : [ "...", "..." ],
"packages" : [ "...", "..." ],
"name" : "...",
"pubDirSegment" : true,
"objectPropertyIds" : [ "...", "..." ],
"pageUrls" : "...",
"fileUrls" : "...",
"meshPreviewUrlProperty" : "..."
} ],
"folders" : [ {
"description" : "...",
"objectTags" : {
"property1" : {
"name" : "...",
"construct" : { },
"active" : true,
"properties" : {
"property1" : { },
"property2" : { }
},
"type" : "CONTENTTAG",
"id" : "...",
"definition" : { }
},
"property2" : {
"name" : "...",
"construct" : { },
"active" : true,
"properties" : {
"property1" : { },
"property2" : { }
},
"type" : "CONTENTTAG",
"id" : "...",
"definition" : { }
}
},
"disinheritedChannelIds" : [ "...", "..." ],
"masterId" : "...",
"disinheritDefault" : true,
"errors" : [ {
"error" : "...",
"kind" : "OTHER"
}, {
"error" : "...",
"kind" : "MISMATCH"
} ],
"publishDir" : "...",
"descriptionI18n" : {
"property1" : "...",
"property2" : "..."
},
"templateIds" : [ "...", "..." ],
"excluded" : true,
"nameI18n" : {
"property1" : "...",
"property2" : "..."
},
"publishDirI18n" : {
"property1" : "...",
"property2" : "..."
},
"id" : "...",
"name" : "..."
}, {
"description" : "...",
"objectTags" : {
"property1" : {
"name" : "...",
"construct" : { },
"active" : true,
"properties" : {
"property1" : { },
"property2" : { }
},
"type" : "TEMPLATETAG",
"id" : "...",
"definition" : { }
},
"property2" : {
"name" : "...",
"construct" : { },
"active" : true,
"properties" : {
"property1" : { },
"property2" : { }
},
"type" : "OBJECTTAG",
"id" : "...",
"definition" : { }
}
},
"disinheritedChannelIds" : [ "...", "..." ],
"masterId" : "...",
"disinheritDefault" : true,
"errors" : [ {
"error" : "...",
"kind" : "EXCEPTION"
}, {
"error" : "...",
"kind" : "MISMATCH"
} ],
"publishDir" : "...",
"descriptionI18n" : {
"property1" : "...",
"property2" : "..."
},
"templateIds" : [ "...", "..." ],
"excluded" : true,
"nameI18n" : {
"property1" : "...",
"property2" : "..."
},
"publishDirI18n" : {
"property1" : "...",
"property2" : "..."
},
"id" : "...",
"name" : "..."
} ],
"files" : [ {
"name" : "...",
"id" : "...",
"description" : "...",
"fileSize" : 12345,
"objectTags" : {
"property1" : {
"name" : "...",
"construct" : { },
"active" : true,
"properties" : {
"property1" : { },
"property2" : { }
},
"type" : "OBJECTTAG",
"id" : "...",
"definition" : { }
},
"property2" : {
"name" : "...",
"construct" : { },
"active" : true,
"properties" : {
"property1" : { },
"property2" : { }
},
"type" : "CONTENTTAG",
"id" : "...",
"definition" : { }
}
},
"disinheritDefault" : true,
"masterId" : "...",
"disinheritedChannelIds" : [ "...", "..." ],
"fileType" : "...",
"niceUrl" : "...",
"forceOnline" : true,
"excluded" : true,
"errors" : [ {
"error" : "...",
"kind" : "DUPLICATION"
}, {
"error" : "...",
"kind" : "MISMATCH"
} ],
"alternateUrls" : [ "...", "..." ],
"customCdate" : 12345,
"customEdate" : 12345
}, {
"name" : "...",
"id" : "...",
"description" : "...",
"fileSize" : 12345,
"objectTags" : {
"property1" : {
"name" : "...",
"construct" : { },
"active" : true,
"properties" : {
"property1" : { },
"property2" : { }
},
"type" : "OBJECTTAG",
"id" : "...",
"definition" : { }
},
"property2" : {
"name" : "...",
"construct" : { },
"active" : true,
"properties" : {
"property1" : { },
"property2" : { }
},
"type" : "CONTENTTAG",
"id" : "...",
"definition" : { }
}
},
"disinheritDefault" : true,
"masterId" : "...",
"disinheritedChannelIds" : [ "...", "..." ],
"fileType" : "...",
"niceUrl" : "...",
"forceOnline" : true,
"excluded" : true,
"errors" : [ {
"error" : "...",
"kind" : "DUPLICATION"
}, {
"error" : "...",
"kind" : "OTHER"
} ],
"alternateUrls" : [ "...", "..." ],
"customCdate" : 12345,
"customEdate" : 12345
} ],
"images" : [ {
"masterId" : "...",
"dpiX" : 12345,
"fileType" : "...",
"excluded" : true,
"description" : "...",
"disinheritDefault" : true,
"fpX" : 12345.0,
"niceUrl" : "...",
"alternateUrls" : [ "...", "..." ],
"name" : "...",
"id" : "...",
"disinheritedChannelIds" : [ "...", "..." ],
"errors" : [ {
"error" : "...",
"kind" : "DUPLICATION"
}, {
"error" : "...",
"kind" : "NO_BINARY"
} ],
"sizeX" : 12345,
"sizeY" : 12345,
"fileSize" : 12345,
"objectTags" : {
"property1" : {
"name" : "...",
"construct" : { },
"active" : true,
"properties" : {
"property1" : { },
"property2" : { }
},
"type" : "OBJECTTAG",
"id" : "...",
"definition" : { }
},
"property2" : {
"name" : "...",
"construct" : { },
"active" : true,
"properties" : {
"property1" : { },
"property2" : { }
},
"type" : "OBJECTTAG",
"id" : "...",
"definition" : { }
}
},
"dpiY" : 12345,
"gisResizable" : true,
"fpY" : 12345.0,
"forceOnline" : true,
"customCdate" : 12345,
"customEdate" : 12345
}, {
"masterId" : "...",
"dpiX" : 12345,
"fileType" : "...",
"excluded" : true,
"description" : "...",
"disinheritDefault" : true,
"fpX" : 12345.0,
"niceUrl" : "...",
"alternateUrls" : [ "...", "..." ],
"name" : "...",
"id" : "...",
"disinheritedChannelIds" : [ "...", "..." ],
"errors" : [ {
"error" : "...",
"kind" : "NO_BINARY"
}, {
"error" : "...",
"kind" : "MISMATCH"
} ],
"sizeX" : 12345,
"sizeY" : 12345,
"fileSize" : 12345,
"objectTags" : {
"property1" : {
"name" : "...",
"construct" : { },
"active" : true,
"properties" : {
"property1" : { },
"property2" : { }
},
"type" : "TEMPLATETAG",
"id" : "...",
"definition" : { }
},
"property2" : {
"name" : "...",
"construct" : { },
"active" : true,
"properties" : {
"property1" : { },
"property2" : { }
},
"type" : "OBJECTTAG",
"id" : "...",
"definition" : { }
}
},
"dpiY" : 12345,
"gisResizable" : true,
"fpY" : 12345.0,
"forceOnline" : true,
"customCdate" : 12345,
"customEdate" : 12345
} ],
"pages" : {
"property1" : [ {
"errors" : [ {
"error" : "...",
"kind" : "MISMATCH"
}, {
"error" : "...",
"kind" : "MISMATCH"
} ],
"description" : "...",
"template" : {
"id" : "...",
"hash" : "..."
},
"excluded" : true,
"version" : {
"timestamp" : 12345,
"versionNumber" : "...",
"type" : "current",
"publishAt" : 12345,
"online" : true,
"timeOff" : 12345
},
"niceUrl" : "...",
"alternateUrls" : [ "...", "..." ],
"fileName" : "...",
"priority" : 12345,
"language" : "...",
"contentsetId" : "...",
"contentId" : "...",
"tags" : {
"property1" : {
"id" : "...",
"name" : "...",
"construct" : { },
"active" : true,
"properties" : {
"property1" : { },
"property2" : { }
},
"type" : "OBJECTTAG"
},
"property2" : {
"id" : "...",
"name" : "...",
"construct" : { },
"active" : true,
"properties" : {
"property1" : { },
"property2" : { }
},
"type" : "OBJECTTAG"
}
},
"objectTags" : {
"property1" : {
"name" : "...",
"construct" : { },
"active" : true,
"properties" : {
"property1" : { },
"property2" : { }
},
"type" : "CONTENTTAG",
"id" : "...",
"definition" : { }
},
"property2" : {
"name" : "...",
"construct" : { },
"active" : true,
"properties" : {
"property1" : { },
"property2" : { }
},
"type" : "CONTENTTAG",
"id" : "...",
"definition" : { }
}
},
"name" : "...",
"masterId" : "...",
"disinheritDefault" : true,
"id" : "...",
"customCdate" : 12345,
"customEdate" : 12345,
"disinheritedChannelIds" : [ "...", "..." ]
}, {
"errors" : [ {
"error" : "...",
"kind" : "DUPLICATION"
}, {
"error" : "...",
"kind" : "EXCEPTION"
} ],
"description" : "...",
"template" : {
"id" : "...",
"hash" : "..."
},
"excluded" : true,
"version" : {
"timestamp" : 12345,
"versionNumber" : "...",
"type" : "current",
"publishAt" : 12345,
"online" : true,
"timeOff" : 12345
},
"niceUrl" : "...",
"alternateUrls" : [ "...", "..." ],
"fileName" : "...",
"priority" : 12345,
"language" : "...",
"contentsetId" : "...",
"contentId" : "...",
"tags" : {
"property1" : {
"id" : "...",
"name" : "...",
"construct" : { },
"active" : true,
"properties" : {
"property1" : { },
"property2" : { }
},
"type" : "OBJECTTAG"
},
"property2" : {
"id" : "...",
"name" : "...",
"construct" : { },
"active" : true,
"properties" : {
"property1" : { },
"property2" : { }
},
"type" : "CONTENTTAG"
}
},
"objectTags" : {
"property1" : {
"name" : "...",
"construct" : { },
"active" : true,
"properties" : {
"property1" : { },
"property2" : { }
},
"type" : "TEMPLATETAG",
"id" : "...",
"definition" : { }
},
"property2" : {
"name" : "...",
"construct" : { },
"active" : true,
"properties" : {
"property1" : { },
"property2" : { }
},
"type" : "OBJECTTAG",
"id" : "...",
"definition" : { }
}
},
"name" : "...",
"masterId" : "...",
"disinheritDefault" : true,
"id" : "...",
"customCdate" : 12345,
"customEdate" : 12345,
"disinheritedChannelIds" : [ "...", "..." ]
} ],
"property2" : [ {
"errors" : [ {
"error" : "...",
"kind" : "OTHER"
}, {
"error" : "...",
"kind" : "DUPLICATION"
} ],
"description" : "...",
"template" : {
"id" : "...",
"hash" : "..."
},
"excluded" : true,
"version" : {
"timestamp" : 12345,
"versionNumber" : "...",
"type" : "current",
"publishAt" : 12345,
"online" : true,
"timeOff" : 12345
},
"niceUrl" : "...",
"alternateUrls" : [ "...", "..." ],
"fileName" : "...",
"priority" : 12345,
"language" : "...",
"contentsetId" : "...",
"contentId" : "...",
"tags" : {
"property1" : {
"id" : "...",
"name" : "...",
"construct" : { },
"active" : true,
"properties" : {
"property1" : { },
"property2" : { }
},
"type" : "OBJECTTAG"
},
"property2" : {
"id" : "...",
"name" : "...",
"construct" : { },
"active" : true,
"properties" : {
"property1" : { },
"property2" : { }
},
"type" : "OBJECTTAG"
}
},
"objectTags" : {
"property1" : {
"name" : "...",
"construct" : { },
"active" : true,
"properties" : {
"property1" : { },
"property2" : { }
},
"type" : "CONTENTTAG",
"id" : "...",
"definition" : { }
},
"property2" : {
"name" : "...",
"construct" : { },
"active" : true,
"properties" : {
"property1" : { },
"property2" : { }
},
"type" : "CONTENTTAG",
"id" : "...",
"definition" : { }
}
},
"name" : "...",
"masterId" : "...",
"disinheritDefault" : true,
"id" : "...",
"customCdate" : 12345,
"customEdate" : 12345,
"disinheritedChannelIds" : [ "...", "..." ]
}, {
"errors" : [ {
"error" : "...",
"kind" : "MISMATCH"
}, {
"error" : "...",
"kind" : "DUPLICATION"
} ],
"description" : "...",
"template" : {
"id" : "...",
"hash" : "..."
},
"excluded" : true,
"version" : {
"timestamp" : 12345,
"versionNumber" : "...",
"type" : "published",
"publishAt" : 12345,
"online" : true,
"timeOff" : 12345
},
"niceUrl" : "...",
"alternateUrls" : [ "...", "..." ],
"fileName" : "...",
"priority" : 12345,
"language" : "...",
"contentsetId" : "...",
"contentId" : "...",
"tags" : {
"property1" : {
"id" : "...",
"name" : "...",
"construct" : { },
"active" : true,
"properties" : {
"property1" : { },
"property2" : { }
},
"type" : "TEMPLATETAG"
},
"property2" : {
"id" : "...",
"name" : "...",
"construct" : { },
"active" : true,
"properties" : {
"property1" : { },
"property2" : { }
},
"type" : "TEMPLATETAG"
}
},
"objectTags" : {
"property1" : {
"name" : "...",
"construct" : { },
"active" : true,
"properties" : {
"property1" : { },
"property2" : { }
},
"type" : "TEMPLATETAG",
"id" : "...",
"definition" : { }
},
"property2" : {
"name" : "...",
"construct" : { },
"active" : true,
"properties" : {
"property1" : { },
"property2" : { }
},
"type" : "TEMPLATETAG",
"id" : "...",
"definition" : { }
}
},
"name" : "...",
"masterId" : "...",
"disinheritDefault" : true,
"id" : "...",
"customCdate" : 12345,
"customEdate" : 12345,
"disinheritedChannelIds" : [ "...", "..." ]
} ]
},
"forms" : {
"property1" : [ {
"id" : "...",
"errors" : [ {
"error" : "...",
"kind" : "OTHER"
}, {
"error" : "...",
"kind" : "DUPLICATION"
} ],
"description" : "...",
"successPageId" : "...",
"successNodeId" : "...",
"data" : { },
"name" : "...",
"languages" : [ "...", "..." ],
"version" : {
"timestamp" : 12345,
"versionNumber" : "...",
"type" : "current",
"publishAt" : 12345,
"online" : true,
"timeOff" : 12345
}
}, {
"id" : "...",
"errors" : [ {
"error" : "...",
"kind" : "EXCEPTION"
}, {
"error" : "...",
"kind" : "NO_BINARY"
} ],
"description" : "...",
"successPageId" : "...",
"successNodeId" : "...",
"data" : { },
"name" : "...",
"languages" : [ "...", "..." ],
"version" : {
"timestamp" : 12345,
"versionNumber" : "...",
"type" : "scheduled",
"publishAt" : 12345,
"online" : true,
"timeOff" : 12345
}
} ],
"property2" : [ {
"id" : "...",
"errors" : [ {
"error" : "...",
"kind" : "MISMATCH"
}, {
"error" : "...",
"kind" : "MISMATCH"
} ],
"description" : "...",
"successPageId" : "...",
"successNodeId" : "...",
"data" : { },
"name" : "...",
"languages" : [ "...", "..." ],
"version" : {
"timestamp" : 12345,
"versionNumber" : "...",
"type" : "published",
"publishAt" : 12345,
"online" : true,
"timeOff" : 12345
}
}, {
"id" : "...",
"errors" : [ {
"error" : "...",
"kind" : "DUPLICATION"
}, {
"error" : "...",
"kind" : "DUPLICATION"
} ],
"description" : "...",
"successPageId" : "...",
"successNodeId" : "...",
"data" : { },
"name" : "...",
"languages" : [ "...", "..." ],
"version" : {
"timestamp" : 12345,
"versionNumber" : "...",
"type" : "scheduled",
"publishAt" : 12345,
"online" : true,
"timeOff" : 12345
}
} ]
}
}