contentNodeItem
Namespace: |
http://www.gentics.com/rest |
XML Schema: |
ns0.xsd |
ContentNodeItem which can be a Page, File, Image or Folder
XML
Elements
name (type) |
min/max occurs |
description |
id (int)
|
0/1 |
ID of the item
|
name (string)
|
0/1 |
Name of the item
|
creator (user)
|
0/1 |
Creator of the item
|
cdate (int)
|
1/1 |
Creation date of the item
|
editor (user)
|
0/1 |
Last editor of the item
|
edate (int)
|
1/1 |
Last Edit Date of the item
|
type (itemType)
|
0/1 |
Item type
|
JSON
property |
type |
description |
id |
id (int)
|
ID of the item
|
name |
name (string)
|
Name of the item
|
creator |
creator (user)
|
Creator of the item
|
cdate |
cdate (int)
|
Creation date of the item
|
editor |
editor (user)
|
Last editor of the item
|
edate |
edate (int)
|
Last Edit Date of the item
|
type |
type (itemType)
|
Item type
|