node element
Type: | node |
Namespace: | http://www.gentics.com/rest |
XML Schema: | ns0.xsd |
REST Model for a Node
Example JSON
{
"folderId" : ...,
"publishDir" : "...",
"binaryPublishDir" : "...",
"https" : false,
"host" : "...",
"utf8" : false,
"publishFs" : false,
"publishContentMap" : false,
"contentRepositoryId" : ...,
"disablePublish" : false,
"contentEditor" : "AlohaEditor",
"defaultFileFolderId" : ...,
"defaultImageFolderId" : ...,
"id" : ...,
"name" : "...",
"creator" : {
"id" : ...,
"firstName" : "...",
"lastName" : "...",
"description" : "...",
"email" : "...",
"groups" : [ {
"id" : ...,
"name" : "...",
"description" : "...",
"children" : [ {
"..." : ...
}, ... ]
}, ... ],
"login" : "..."
},
"cdate" : ...,
"editor" : {
"id" : ...,
"firstName" : "...",
"lastName" : "...",
"description" : "...",
"email" : "...",
"groups" : [ {
"id" : ...,
"name" : "...",
"description" : "...",
"children" : [ {
"..." : ...
}, ... ]
}, ... ],
"login" : "..."
},
"edate" : ...,
"type" : "page"
}