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
|
|
globalId (string)
|
0/1 |
Global 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
|
|
deleted (deleteInfo)
|
0/1 |
Deletion information, if object was deleted
|
|
masterDeleted (deleteInfo)
|
0/1 |
Deletion information about the master (if the object is not a master itself).
|
|
folderDeleted (deleteInfo)
|
0/1 |
Deletion information about the containing folder.
|
JSON
| property |
type |
description |
| id |
id (int)
|
ID of the item
|
| globalId |
globalId (string)
|
Global 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
|
| deleted |
deleted (deleteInfo)
|
Deletion information, if object was deleted
|
| masterDeleted |
masterDeleted (deleteInfo)
|
Deletion information about the master (if the object is not a master itself).
|
| folderDeleted |
folderDeleted (deleteInfo)
|
Deletion information about the containing folder.
|