IdTypeMapRequest Data Type

Request containing a map of objecttype-IDs.

Properties
name data type constraints description
languageVariants boolean required boolean true to add language variants to pages
ids map of array of string   Get the type-IDs map.

Example

{
  "languageVariants" : true,
  "ids" : {
    "property1" : [ "...", "..." ],
    "property2" : [ "...", "..." ]
  }
}