pageCreateRequest

Namespace: http://www.gentics.com/rest
XML Schema: ns0.xsd

Page create request

XML

Elements

name (type) min/max
occurs
description
folderId (string) 0/1 The ID of the folder, where the page shall be created. This may either be the local or the global folder id.
templateId (int) 0/1
variantId (int) 0/1
language (string) 0/1
nodeId (int) 0/1 Return the node id of the page
pageName (string) 0/1 Return the pagename
fileName (string) 0/1 Return the filename
forceExtension (boolean) 1/1 If true, a filename extension matching the template is generated
description (string) 0/1
priority (int) 0/1
contentSetId (int) 0/1
failOnDuplicate (boolean) 0/1 True if creating the page with a duplicate name will fail. If false (default) the name will be made unique before saving
variantChannelId (int) 0/1 If a variant is created, the source page and its translation are taken from this channel. If not specified, the channel in which the page specified by variantId was created is used instead.

JSON

property type description
folderId folderId (string) The ID of the folder, where the page shall be created. This may either be the local or the global folder id.
templateId templateId (int)
variantId variantId (int)
language language (string)
nodeId nodeId (int) Return the node id of the page
pageName pageName (string) Return the pagename
fileName fileName (string) Return the filename
forceExtension forceExtension (boolean) If true, a filename extension matching the template is generated
description description (string)
priority priority (int)
contentSetId contentSetId (int)
failOnDuplicate failOnDuplicate (boolean) True if creating the page with a duplicate name will fail. If false (default) the name will be made unique before saving
variantChannelId variantChannelId (int) If a variant is created, the source page and its translation are taken from this channel. If not specified, the channel in which the page specified by variantId was created is used instead.