PossiblePartMappingsResponse Data Type

Response for possible part type mapping requests

Properties
name data type description
possibleMappings map of array of Part Returns the map of possible parts per part id
Properties inherited from GenericResponse
messages array of Message Messages contained in the response (which should be shown to the user)
responseInfo ResponseInfo

Example

{
  "possibleMappings" : {
    "property1" : [ {
      "name" : "...",
      "keyword" : "...",
      "hidden" : true,
      "editable" : true,
      "liveEditable" : true,
      "mandatory" : true,
      "type" : "FOLDER",
      "typeId" : 12345,
      "id" : 12345,
      "globalId" : "...",
      "defaultProperty" : {
        "type" : "NAVIGATION",
        "stringValue" : "...",
        "booleanValue" : true,
        "fileId" : 12345,
        "imageId" : 12345,
        "folderId" : 12345,
        "pageId" : 12345,
        "formId" : 12345,
        "stringValues" : [ "...", "..." ],
        "options" : [ { }, { } ],
        "selectedOptions" : [ { }, { } ],
        "datasourceId" : 12345,
        "overview" : { },
        "templateId" : 12345,
        "contentTagId" : 12345,
        "templateTagId" : 12345,
        "nodeId" : 12345,
        "partId" : 12345,
        "id" : 12345,
        "globalId" : "..."
      },
      "regex" : {
        "id" : 12345,
        "name" : "...",
        "description" : "...",
        "expression" : "..."
      },
      "hideInEditor" : true,
      "externalEditorUrl" : "...",
      "options" : [ {
        "id" : 12345,
        "key" : "...",
        "value" : "..."
      }, {
        "id" : 12345,
        "key" : "...",
        "value" : "..."
      } ],
      "overviewSettings" : {
        "listTypes" : [ "FOLDER", "FOLDER" ],
        "selectTypes" : [ "UNDEFINED", "FOLDER" ],
        "hideSortOptions" : true,
        "stickyChannel" : true
      },
      "selectSettings" : {
        "datasourceId" : 12345,
        "template" : "...",
        "options" : [ { }, { } ]
      },
      "markupLanguageId" : 12345,
      "htmlClass" : "...",
      "partOrder" : 12345,
      "policy" : "...",
      "nameI18n" : {
        "property1" : "...",
        "property2" : "..."
      }
    }, {
      "name" : "...",
      "keyword" : "...",
      "hidden" : true,
      "editable" : true,
      "liveEditable" : true,
      "mandatory" : true,
      "type" : "FOLDER",
      "typeId" : 12345,
      "id" : 12345,
      "globalId" : "...",
      "defaultProperty" : {
        "type" : "LOCALFILE",
        "stringValue" : "...",
        "booleanValue" : true,
        "fileId" : 12345,
        "imageId" : 12345,
        "folderId" : 12345,
        "pageId" : 12345,
        "formId" : 12345,
        "stringValues" : [ "...", "..." ],
        "options" : [ { }, { } ],
        "selectedOptions" : [ { }, { } ],
        "datasourceId" : 12345,
        "overview" : { },
        "templateId" : 12345,
        "contentTagId" : 12345,
        "templateTagId" : 12345,
        "nodeId" : 12345,
        "partId" : 12345,
        "id" : 12345,
        "globalId" : "..."
      },
      "regex" : {
        "id" : 12345,
        "name" : "...",
        "description" : "...",
        "expression" : "..."
      },
      "hideInEditor" : true,
      "externalEditorUrl" : "...",
      "options" : [ {
        "id" : 12345,
        "key" : "...",
        "value" : "..."
      }, {
        "id" : 12345,
        "key" : "...",
        "value" : "..."
      } ],
      "overviewSettings" : {
        "listTypes" : [ "FILE", "FOLDER" ],
        "selectTypes" : [ "FOLDER", "FOLDER" ],
        "hideSortOptions" : true,
        "stickyChannel" : true
      },
      "selectSettings" : {
        "datasourceId" : 12345,
        "template" : "...",
        "options" : [ { }, { } ]
      },
      "markupLanguageId" : 12345,
      "htmlClass" : "...",
      "partOrder" : 12345,
      "policy" : "...",
      "nameI18n" : {
        "property1" : "...",
        "property2" : "..."
      }
    } ],
    "property2" : [ {
      "name" : "...",
      "keyword" : "...",
      "hidden" : true,
      "editable" : true,
      "liveEditable" : true,
      "mandatory" : true,
      "type" : "RICHTEXT",
      "typeId" : 12345,
      "id" : 12345,
      "globalId" : "...",
      "defaultProperty" : {
        "type" : "RICHTEXT",
        "stringValue" : "...",
        "booleanValue" : true,
        "fileId" : 12345,
        "imageId" : 12345,
        "folderId" : 12345,
        "pageId" : 12345,
        "formId" : 12345,
        "stringValues" : [ "...", "..." ],
        "options" : [ { }, { } ],
        "selectedOptions" : [ { }, { } ],
        "datasourceId" : 12345,
        "overview" : { },
        "templateId" : 12345,
        "contentTagId" : 12345,
        "templateTagId" : 12345,
        "nodeId" : 12345,
        "partId" : 12345,
        "id" : 12345,
        "globalId" : "..."
      },
      "regex" : {
        "id" : 12345,
        "name" : "...",
        "description" : "...",
        "expression" : "..."
      },
      "hideInEditor" : true,
      "externalEditorUrl" : "...",
      "options" : [ {
        "id" : 12345,
        "key" : "...",
        "value" : "..."
      }, {
        "id" : 12345,
        "key" : "...",
        "value" : "..."
      } ],
      "overviewSettings" : {
        "listTypes" : [ "PAGE", "UNDEFINED" ],
        "selectTypes" : [ "UNDEFINED", "FOLDER" ],
        "hideSortOptions" : true,
        "stickyChannel" : true
      },
      "selectSettings" : {
        "datasourceId" : 12345,
        "template" : "...",
        "options" : [ { }, { } ]
      },
      "markupLanguageId" : 12345,
      "htmlClass" : "...",
      "partOrder" : 12345,
      "policy" : "...",
      "nameI18n" : {
        "property1" : "...",
        "property2" : "..."
      }
    }, {
      "name" : "...",
      "keyword" : "...",
      "hidden" : true,
      "editable" : true,
      "liveEditable" : true,
      "mandatory" : true,
      "type" : "BREADCRUMB",
      "typeId" : 12345,
      "id" : 12345,
      "globalId" : "...",
      "defaultProperty" : {
        "type" : "STRING",
        "stringValue" : "...",
        "booleanValue" : true,
        "fileId" : 12345,
        "imageId" : 12345,
        "folderId" : 12345,
        "pageId" : 12345,
        "formId" : 12345,
        "stringValues" : [ "...", "..." ],
        "options" : [ { }, { } ],
        "selectedOptions" : [ { }, { } ],
        "datasourceId" : 12345,
        "overview" : { },
        "templateId" : 12345,
        "contentTagId" : 12345,
        "templateTagId" : 12345,
        "nodeId" : 12345,
        "partId" : 12345,
        "id" : 12345,
        "globalId" : "..."
      },
      "regex" : {
        "id" : 12345,
        "name" : "...",
        "description" : "...",
        "expression" : "..."
      },
      "hideInEditor" : true,
      "externalEditorUrl" : "...",
      "options" : [ {
        "id" : 12345,
        "key" : "...",
        "value" : "..."
      }, {
        "id" : 12345,
        "key" : "...",
        "value" : "..."
      } ],
      "overviewSettings" : {
        "listTypes" : [ "PAGE", "FOLDER" ],
        "selectTypes" : [ "FOLDER", "UNDEFINED" ],
        "hideSortOptions" : true,
        "stickyChannel" : true
      },
      "selectSettings" : {
        "datasourceId" : 12345,
        "template" : "...",
        "options" : [ { }, { } ]
      },
      "markupLanguageId" : 12345,
      "htmlClass" : "...",
      "partOrder" : 12345,
      "policy" : "...",
      "nameI18n" : {
        "property1" : "...",
        "property2" : "..."
      }
    } ]
  },
  "messages" : [ { }, { } ],
  "responseInfo" : {
    "responseCode" : "OK",
    "responseMessage" : "...",
    "property" : "..."
  }
}