folderListResponse element
Type: | folderListResponse |
Namespace: | http://www.gentics.com/rest |
XML Schema: | ns0.xsd |
Example JSON
{
"folders" : [ {
"inheritedFrom" : "...",
"masterNode" : "...",
"motherId" : ...,
"publishDir" : "...",
"description" : "...",
"nodeId" : ...,
"inherited" : false,
"atposidx" : "...",
"startPageId" : {
},
"tags" : [ {
"..." : ...
}, {
} ],
"subfolders" : [ {
"..." : ...,
"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"
}, ... ],
"hasSubfolders" : false,
"privileges" : [ "viewfolder", ... ],
"privilegeBits" : "...",
"path" : "...",
"masterId" : ...,
"channelsetId" : ...,
"channelId" : ...,
"isMaster" : false,
"disinheritedChannels" : [ {
"folderId" : ...,
"publishDir" : "...",
"binaryPublishDir" : "...",
"https" : false,
"host" : "...",
"utf8" : false,
"publishFs" : false,
"publishContentMap" : false,
"contentRepositoryId" : ...,
"disablePublish" : false,
"contentEditor" : "AlohaEditor",
"defaultFileFolderId" : ...,
"defaultImageFolderId" : ...,
"languagesId" : [ ..., ... ],
"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"
}, ... ],
"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"
}, ... ],
"numItems" : ...,
"deleted" : [ "...", ... ],
"messages" : [ {
"message" : "...",
"type" : "CRITICAL",
"timestamp" : ...,
"image" : "...",
"sender" : {
"id" : ...,
"firstName" : "...",
"lastName" : "...",
"description" : "...",
"email" : "...",
"groups" : [ {
"id" : ...,
"name" : "...",
"description" : "...",
"children" : [ {
"..." : ...
}, ... ]
}, ... ],
"login" : "..."
},
"id" : ...
}, ... ],
"responseInfo" : {
"responseCode" : "OK",
"responseMessage" : "...",
"property" : "..."
}
}