Request to load multiple pages.
| name | data type | description | 
|---|---|---|
| ids | array of number | The ids of the folders to load. | 
| forUpdate | boolean | Whether the folders are to be loaded for update. | 
| template | boolean | Indicates whether information about the template should be included in the response. | 
| nodeId | number | The id of the node to load the folders from. | 
| folder | boolean | Indicates whether information about the folder should be included in the response. | 
| package | string | Get a content staging package name. If set, the object is checked against the package for a sync status. | 
| languageVariants | boolean | Indicates whether information about language variants should be included in the response. | 
| pageVariants | boolean | Indicates whether information about variants should be included in the response. | 
| workflow | boolean | Indicates whether information about the workflow should be included in the response. | 
| translationStatus | boolean | Indicates whether information about the translation status should be included in the response. | 
| versionInfo | boolean | Indicates whether version information should be included in the response. | 
| disinherited | boolean | Indicates whether disinheriting information should be included in the response. | 
Example
{
  "ids" : [ 12345, 12345 ],
  "forUpdate" : true,
  "template" : true,
  "nodeId" : 12345,
  "folder" : true,
  "package" : "...",
  "languageVariants" : true,
  "pageVariants" : true,
  "workflow" : true,
  "translationStatus" : true,
  "versionInfo" : true,
  "disinherited" : true
}