exportSelectionRequest
Namespace: |
http://www.gentics.com/rest |
XML Schema: |
ns0.xsd |
Request containing the objects selected for export
XML
Elements
name (type) |
min/max occurs |
description |
pages (int)
|
0/unbounded |
Get selected pages
|
images (int)
|
0/unbounded |
Get selected images
|
files (int)
|
0/unbounded |
Get selected files
|
folders (int)
|
0/unbounded |
Get selected folders
|
inheritedFolders ((anonymous))
|
0/1 |
Get the inherited folders
|
JSON
property |
type |
description |
pages |
array of pages (int)
|
Get selected pages
|
images |
array of images (int)
|
Get selected images
|
files |
array of files (int)
|
Get selected files
|
folders |
array of folders (int)
|
Get selected folders
|
inheritedFolders |
inheritedFolders ((anonymous))
|
Get the inherited folders
|