ContentPackageFolderResponse Data Type

Generic response containing the response code and response messages (no additional objects)

Properties
name data type description
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
Properties inherited from GenericJobStatusResponse
import JobStatus Status of the latest import
Properties inherited from GenericResponse
messages array of Message Messages contained in the response (which should be shown to the user)
responseInfo ResponseInfo

Example

{
  "nodes" : [ {
    "errors" : [ {
      "error" : "...",
      "kind" : "NO_BINARY"
    }, {
      "error" : "...",
      "kind" : "EXCEPTION"
    } ],
    "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" : "...",
    "meshPreviewUrlProperty" : "...",
    "meshProjectName" : "...",
    "name" : "...",
    "id" : "..."
  }, {
    "errors" : [ {
      "error" : "...",
      "kind" : "MISMATCH"
    }, {
      "error" : "...",
      "kind" : "DUPLICATION"
    } ],
    "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" : "...",
    "meshPreviewUrlProperty" : "...",
    "meshProjectName" : "...",
    "name" : "...",
    "id" : "..."
  } ],
  "channels" : [ {
    "errors" : [ {
      "error" : "...",
      "kind" : "EXCEPTION"
    }, {
      "error" : "...",
      "kind" : "MISMATCH"
    } ],
    "masterNodeId" : "...",
    "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" : "...",
    "meshPreviewUrlProperty" : "...",
    "meshProjectName" : "...",
    "name" : "...",
    "id" : "..."
  }, {
    "errors" : [ {
      "error" : "...",
      "kind" : "NO_BINARY"
    }, {
      "error" : "...",
      "kind" : "EXCEPTION"
    } ],
    "masterNodeId" : "...",
    "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" : "FILENAME",
    "rootFolderId" : "...",
    "features" : [ "...", "..." ],
    "constructIds" : [ "...", "..." ],
    "objectPropertyIds" : [ "...", "..." ],
    "packages" : [ "...", "..." ],
    "pageUrls" : "...",
    "fileUrls" : "...",
    "meshPreviewUrlProperty" : "...",
    "meshProjectName" : "...",
    "name" : "...",
    "id" : "..."
  } ],
  "folders" : [ {
    "errors" : [ {
      "error" : "...",
      "kind" : "NO_BINARY"
    }, {
      "error" : "...",
      "kind" : "MISMATCH"
    } ],
    "publishDir" : "...",
    "description" : "...",
    "objectTags" : {
      "property1" : {
        "definition" : { },
        "name" : "...",
        "construct" : { },
        "active" : true,
        "properties" : {
          "property1" : { },
          "property2" : { }
        },
        "type" : "TEMPLATETAG",
        "id" : "..."
      },
      "property2" : {
        "definition" : { },
        "name" : "...",
        "construct" : { },
        "active" : true,
        "properties" : {
          "property1" : { },
          "property2" : { }
        },
        "type" : "CONTENTTAG",
        "id" : "..."
      }
    },
    "nameI18n" : {
      "property1" : "...",
      "property2" : "..."
    },
    "descriptionI18n" : {
      "property1" : "...",
      "property2" : "..."
    },
    "publishDirI18n" : {
      "property1" : "...",
      "property2" : "..."
    },
    "templateIds" : [ "...", "..." ],
    "masterId" : "...",
    "disinheritedChannelIds" : [ "...", "..." ],
    "disinheritDefault" : true,
    "excluded" : true,
    "name" : "...",
    "id" : "..."
  }, {
    "errors" : [ {
      "error" : "...",
      "kind" : "OTHER"
    }, {
      "error" : "...",
      "kind" : "OTHER"
    } ],
    "publishDir" : "...",
    "description" : "...",
    "objectTags" : {
      "property1" : {
        "definition" : { },
        "name" : "...",
        "construct" : { },
        "active" : true,
        "properties" : {
          "property1" : { },
          "property2" : { }
        },
        "type" : "TEMPLATETAG",
        "id" : "..."
      },
      "property2" : {
        "definition" : { },
        "name" : "...",
        "construct" : { },
        "active" : true,
        "properties" : {
          "property1" : { },
          "property2" : { }
        },
        "type" : "OBJECTTAG",
        "id" : "..."
      }
    },
    "nameI18n" : {
      "property1" : "...",
      "property2" : "..."
    },
    "descriptionI18n" : {
      "property1" : "...",
      "property2" : "..."
    },
    "publishDirI18n" : {
      "property1" : "...",
      "property2" : "..."
    },
    "templateIds" : [ "...", "..." ],
    "masterId" : "...",
    "disinheritedChannelIds" : [ "...", "..." ],
    "disinheritDefault" : true,
    "excluded" : true,
    "name" : "...",
    "id" : "..."
  } ],
  "files" : [ {
    "errors" : [ {
      "error" : "...",
      "kind" : "DUPLICATION"
    }, {
      "error" : "...",
      "kind" : "MISMATCH"
    } ],
    "fileType" : "...",
    "description" : "...",
    "fileSize" : 12345,
    "objectTags" : {
      "property1" : {
        "definition" : { },
        "name" : "...",
        "construct" : { },
        "active" : true,
        "properties" : {
          "property1" : { },
          "property2" : { }
        },
        "type" : "TEMPLATETAG",
        "id" : "..."
      },
      "property2" : {
        "definition" : { },
        "name" : "...",
        "construct" : { },
        "active" : true,
        "properties" : {
          "property1" : { },
          "property2" : { }
        },
        "type" : "TEMPLATETAG",
        "id" : "..."
      }
    },
    "niceUrl" : "...",
    "alternateUrls" : [ "...", "..." ],
    "forceOnline" : true,
    "customCdate" : 12345,
    "customEdate" : 12345,
    "masterId" : "...",
    "disinheritedChannelIds" : [ "...", "..." ],
    "disinheritDefault" : true,
    "excluded" : true,
    "name" : "...",
    "id" : "..."
  }, {
    "errors" : [ {
      "error" : "...",
      "kind" : "OTHER"
    }, {
      "error" : "...",
      "kind" : "EXCEPTION"
    } ],
    "fileType" : "...",
    "description" : "...",
    "fileSize" : 12345,
    "objectTags" : {
      "property1" : {
        "definition" : { },
        "name" : "...",
        "construct" : { },
        "active" : true,
        "properties" : {
          "property1" : { },
          "property2" : { }
        },
        "type" : "TEMPLATETAG",
        "id" : "..."
      },
      "property2" : {
        "definition" : { },
        "name" : "...",
        "construct" : { },
        "active" : true,
        "properties" : {
          "property1" : { },
          "property2" : { }
        },
        "type" : "TEMPLATETAG",
        "id" : "..."
      }
    },
    "niceUrl" : "...",
    "alternateUrls" : [ "...", "..." ],
    "forceOnline" : true,
    "customCdate" : 12345,
    "customEdate" : 12345,
    "masterId" : "...",
    "disinheritedChannelIds" : [ "...", "..." ],
    "disinheritDefault" : true,
    "excluded" : true,
    "name" : "...",
    "id" : "..."
  } ],
  "images" : [ {
    "errors" : [ {
      "error" : "...",
      "kind" : "OTHER"
    }, {
      "error" : "...",
      "kind" : "OTHER"
    } ],
    "sizeX" : 12345,
    "sizeY" : 12345,
    "dpiX" : 12345,
    "dpiY" : 12345,
    "gisResizable" : true,
    "fpX" : 12345.0,
    "fpY" : 12345.0,
    "fileType" : "...",
    "description" : "...",
    "fileSize" : 12345,
    "objectTags" : {
      "property1" : {
        "definition" : { },
        "name" : "...",
        "construct" : { },
        "active" : true,
        "properties" : {
          "property1" : { },
          "property2" : { }
        },
        "type" : "CONTENTTAG",
        "id" : "..."
      },
      "property2" : {
        "definition" : { },
        "name" : "...",
        "construct" : { },
        "active" : true,
        "properties" : {
          "property1" : { },
          "property2" : { }
        },
        "type" : "CONTENTTAG",
        "id" : "..."
      }
    },
    "niceUrl" : "...",
    "alternateUrls" : [ "...", "..." ],
    "forceOnline" : true,
    "customCdate" : 12345,
    "customEdate" : 12345,
    "masterId" : "...",
    "disinheritedChannelIds" : [ "...", "..." ],
    "disinheritDefault" : true,
    "excluded" : true,
    "name" : "...",
    "id" : "..."
  }, {
    "errors" : [ {
      "error" : "...",
      "kind" : "OTHER"
    }, {
      "error" : "...",
      "kind" : "OTHER"
    } ],
    "sizeX" : 12345,
    "sizeY" : 12345,
    "dpiX" : 12345,
    "dpiY" : 12345,
    "gisResizable" : true,
    "fpX" : 12345.0,
    "fpY" : 12345.0,
    "fileType" : "...",
    "description" : "...",
    "fileSize" : 12345,
    "objectTags" : {
      "property1" : {
        "definition" : { },
        "name" : "...",
        "construct" : { },
        "active" : true,
        "properties" : {
          "property1" : { },
          "property2" : { }
        },
        "type" : "OBJECTTAG",
        "id" : "..."
      },
      "property2" : {
        "definition" : { },
        "name" : "...",
        "construct" : { },
        "active" : true,
        "properties" : {
          "property1" : { },
          "property2" : { }
        },
        "type" : "TEMPLATETAG",
        "id" : "..."
      }
    },
    "niceUrl" : "...",
    "alternateUrls" : [ "...", "..." ],
    "forceOnline" : true,
    "customCdate" : 12345,
    "customEdate" : 12345,
    "masterId" : "...",
    "disinheritedChannelIds" : [ "...", "..." ],
    "disinheritDefault" : true,
    "excluded" : true,
    "name" : "...",
    "id" : "..."
  } ],
  "pages" : {
    "property1" : [ {
      "errors" : [ {
        "error" : "...",
        "kind" : "NO_BINARY"
      }, {
        "error" : "...",
        "kind" : "MISMATCH"
      } ],
      "version" : {
        "timestamp" : 12345,
        "versionNumber" : "...",
        "type" : "scheduled",
        "publishAt" : 12345,
        "online" : true,
        "timeOff" : 12345
      },
      "niceUrl" : "...",
      "alternateUrls" : [ "...", "..." ],
      "fileName" : "...",
      "description" : "...",
      "template" : {
        "id" : "...",
        "hash" : "..."
      },
      "priority" : 12345,
      "language" : "...",
      "contentsetId" : "...",
      "contentId" : "...",
      "tags" : {
        "property1" : {
          "name" : "...",
          "construct" : { },
          "active" : true,
          "properties" : {
            "property1" : { },
            "property2" : { }
          },
          "type" : "TEMPLATETAG",
          "id" : "..."
        },
        "property2" : {
          "name" : "...",
          "construct" : { },
          "active" : true,
          "properties" : {
            "property1" : { },
            "property2" : { }
          },
          "type" : "CONTENTTAG",
          "id" : "..."
        }
      },
      "objectTags" : {
        "property1" : {
          "definition" : { },
          "name" : "...",
          "construct" : { },
          "active" : true,
          "properties" : {
            "property1" : { },
            "property2" : { }
          },
          "type" : "OBJECTTAG",
          "id" : "..."
        },
        "property2" : {
          "definition" : { },
          "name" : "...",
          "construct" : { },
          "active" : true,
          "properties" : {
            "property1" : { },
            "property2" : { }
          },
          "type" : "TEMPLATETAG",
          "id" : "..."
        }
      },
      "customCdate" : 12345,
      "customEdate" : 12345,
      "masterId" : "...",
      "disinheritedChannelIds" : [ "...", "..." ],
      "disinheritDefault" : true,
      "excluded" : true,
      "name" : "...",
      "id" : "..."
    }, {
      "errors" : [ {
        "error" : "...",
        "kind" : "MISMATCH"
      }, {
        "error" : "...",
        "kind" : "NO_BINARY"
      } ],
      "version" : {
        "timestamp" : 12345,
        "versionNumber" : "...",
        "type" : "published",
        "publishAt" : 12345,
        "online" : true,
        "timeOff" : 12345
      },
      "niceUrl" : "...",
      "alternateUrls" : [ "...", "..." ],
      "fileName" : "...",
      "description" : "...",
      "template" : {
        "id" : "...",
        "hash" : "..."
      },
      "priority" : 12345,
      "language" : "...",
      "contentsetId" : "...",
      "contentId" : "...",
      "tags" : {
        "property1" : {
          "name" : "...",
          "construct" : { },
          "active" : true,
          "properties" : {
            "property1" : { },
            "property2" : { }
          },
          "type" : "OBJECTTAG",
          "id" : "..."
        },
        "property2" : {
          "name" : "...",
          "construct" : { },
          "active" : true,
          "properties" : {
            "property1" : { },
            "property2" : { }
          },
          "type" : "CONTENTTAG",
          "id" : "..."
        }
      },
      "objectTags" : {
        "property1" : {
          "definition" : { },
          "name" : "...",
          "construct" : { },
          "active" : true,
          "properties" : {
            "property1" : { },
            "property2" : { }
          },
          "type" : "TEMPLATETAG",
          "id" : "..."
        },
        "property2" : {
          "definition" : { },
          "name" : "...",
          "construct" : { },
          "active" : true,
          "properties" : {
            "property1" : { },
            "property2" : { }
          },
          "type" : "TEMPLATETAG",
          "id" : "..."
        }
      },
      "customCdate" : 12345,
      "customEdate" : 12345,
      "masterId" : "...",
      "disinheritedChannelIds" : [ "...", "..." ],
      "disinheritDefault" : true,
      "excluded" : true,
      "name" : "...",
      "id" : "..."
    } ],
    "property2" : [ {
      "errors" : [ {
        "error" : "...",
        "kind" : "MISMATCH"
      }, {
        "error" : "...",
        "kind" : "OTHER"
      } ],
      "version" : {
        "timestamp" : 12345,
        "versionNumber" : "...",
        "type" : "published",
        "publishAt" : 12345,
        "online" : true,
        "timeOff" : 12345
      },
      "niceUrl" : "...",
      "alternateUrls" : [ "...", "..." ],
      "fileName" : "...",
      "description" : "...",
      "template" : {
        "id" : "...",
        "hash" : "..."
      },
      "priority" : 12345,
      "language" : "...",
      "contentsetId" : "...",
      "contentId" : "...",
      "tags" : {
        "property1" : {
          "name" : "...",
          "construct" : { },
          "active" : true,
          "properties" : {
            "property1" : { },
            "property2" : { }
          },
          "type" : "TEMPLATETAG",
          "id" : "..."
        },
        "property2" : {
          "name" : "...",
          "construct" : { },
          "active" : true,
          "properties" : {
            "property1" : { },
            "property2" : { }
          },
          "type" : "OBJECTTAG",
          "id" : "..."
        }
      },
      "objectTags" : {
        "property1" : {
          "definition" : { },
          "name" : "...",
          "construct" : { },
          "active" : true,
          "properties" : {
            "property1" : { },
            "property2" : { }
          },
          "type" : "OBJECTTAG",
          "id" : "..."
        },
        "property2" : {
          "definition" : { },
          "name" : "...",
          "construct" : { },
          "active" : true,
          "properties" : {
            "property1" : { },
            "property2" : { }
          },
          "type" : "OBJECTTAG",
          "id" : "..."
        }
      },
      "customCdate" : 12345,
      "customEdate" : 12345,
      "masterId" : "...",
      "disinheritedChannelIds" : [ "...", "..." ],
      "disinheritDefault" : true,
      "excluded" : true,
      "name" : "...",
      "id" : "..."
    }, {
      "errors" : [ {
        "error" : "...",
        "kind" : "NO_BINARY"
      }, {
        "error" : "...",
        "kind" : "NO_BINARY"
      } ],
      "version" : {
        "timestamp" : 12345,
        "versionNumber" : "...",
        "type" : "published",
        "publishAt" : 12345,
        "online" : true,
        "timeOff" : 12345
      },
      "niceUrl" : "...",
      "alternateUrls" : [ "...", "..." ],
      "fileName" : "...",
      "description" : "...",
      "template" : {
        "id" : "...",
        "hash" : "..."
      },
      "priority" : 12345,
      "language" : "...",
      "contentsetId" : "...",
      "contentId" : "...",
      "tags" : {
        "property1" : {
          "name" : "...",
          "construct" : { },
          "active" : true,
          "properties" : {
            "property1" : { },
            "property2" : { }
          },
          "type" : "TEMPLATETAG",
          "id" : "..."
        },
        "property2" : {
          "name" : "...",
          "construct" : { },
          "active" : true,
          "properties" : {
            "property1" : { },
            "property2" : { }
          },
          "type" : "TEMPLATETAG",
          "id" : "..."
        }
      },
      "objectTags" : {
        "property1" : {
          "definition" : { },
          "name" : "...",
          "construct" : { },
          "active" : true,
          "properties" : {
            "property1" : { },
            "property2" : { }
          },
          "type" : "OBJECTTAG",
          "id" : "..."
        },
        "property2" : {
          "definition" : { },
          "name" : "...",
          "construct" : { },
          "active" : true,
          "properties" : {
            "property1" : { },
            "property2" : { }
          },
          "type" : "CONTENTTAG",
          "id" : "..."
        }
      },
      "customCdate" : 12345,
      "customEdate" : 12345,
      "masterId" : "...",
      "disinheritedChannelIds" : [ "...", "..." ],
      "disinheritDefault" : true,
      "excluded" : true,
      "name" : "...",
      "id" : "..."
    } ]
  },
  "forms" : {
    "property1" : [ {
      "errors" : [ {
        "error" : "...",
        "kind" : "DUPLICATION"
      }, {
        "error" : "...",
        "kind" : "EXCEPTION"
      } ],
      "description" : "...",
      "languages" : [ "...", "..." ],
      "successPageId" : "...",
      "successNodeId" : "...",
      "data" : { },
      "version" : {
        "timestamp" : 12345,
        "versionNumber" : "...",
        "type" : "current",
        "publishAt" : 12345,
        "online" : true,
        "timeOff" : 12345
      },
      "name" : "...",
      "id" : "..."
    }, {
      "errors" : [ {
        "error" : "...",
        "kind" : "MISMATCH"
      }, {
        "error" : "...",
        "kind" : "NO_BINARY"
      } ],
      "description" : "...",
      "languages" : [ "...", "..." ],
      "successPageId" : "...",
      "successNodeId" : "...",
      "data" : { },
      "version" : {
        "timestamp" : 12345,
        "versionNumber" : "...",
        "type" : "current",
        "publishAt" : 12345,
        "online" : true,
        "timeOff" : 12345
      },
      "name" : "...",
      "id" : "..."
    } ],
    "property2" : [ {
      "errors" : [ {
        "error" : "...",
        "kind" : "DUPLICATION"
      }, {
        "error" : "...",
        "kind" : "OTHER"
      } ],
      "description" : "...",
      "languages" : [ "...", "..." ],
      "successPageId" : "...",
      "successNodeId" : "...",
      "data" : { },
      "version" : {
        "timestamp" : 12345,
        "versionNumber" : "...",
        "type" : "current",
        "publishAt" : 12345,
        "online" : true,
        "timeOff" : 12345
      },
      "name" : "...",
      "id" : "..."
    }, {
      "errors" : [ {
        "error" : "...",
        "kind" : "NO_BINARY"
      }, {
        "error" : "...",
        "kind" : "DUPLICATION"
      } ],
      "description" : "...",
      "languages" : [ "...", "..." ],
      "successPageId" : "...",
      "successNodeId" : "...",
      "data" : { },
      "version" : {
        "timestamp" : 12345,
        "versionNumber" : "...",
        "type" : "scheduled",
        "publishAt" : 12345,
        "online" : true,
        "timeOff" : 12345
      },
      "name" : "...",
      "id" : "..."
    } ]
  },
  "import" : {
    "running" : true,
    "progress" : {
      "done" : 12345,
      "total" : 12345,
      "started" : 12345,
      "finished" : 12345
    },
    "messages" : [ { }, { } ],
    "responseInfo" : {
      "responseCode" : "OK",
      "responseMessage" : "...",
      "property" : "..."
    }
  },
  "messages" : [ { }, { } ],
  "responseInfo" : {
    "responseCode" : "OK",
    "responseMessage" : "...",
    "property" : "..."
  }
}