constructCategory element
Type: | constructCategory |
Namespace: | http://www.gentics.com/rest |
XML Schema: | ns0.xsd |
Construct Category
Example JSON
{
"name" : "...",
"visibleInMenu" : false,
"constructs" : {
"..." : {
"keyword" : "...",
"mayBeSubtag" : false,
"mayContainSubtags" : false,
"constructId" : ...,
"id" : ...,
"name" : "...",
"description" : "...",
"icon" : "...",
"creator" : {
"id" : ...,
"firstName" : "...",
"lastName" : "...",
"description" : "...",
"email" : "...",
"groups" : [ {
"id" : ...,
"name" : "...",
"description" : "...",
"children" : [ {
"..." : ...
}, ... ]
}, ... ],
"login" : "...",
"password" : "..."
},
"cdate" : ...,
"editor" : {
"id" : ...,
"firstName" : "...",
"lastName" : "...",
"description" : "...",
"email" : "...",
"groups" : [ {
"id" : ...,
"name" : "...",
"description" : "...",
"children" : [ {
"..." : ...
}, ... ]
}, ... ],
"login" : "...",
"password" : "..."
},
"edate" : ...,
"editdo" : ...,
"category" : "...",
"categorySortorder" : ...,
"parts" : [ {
"name" : "...",
"keyword" : "...",
"hidden" : false,
"editable" : false,
"liveEditable" : false,
"type" : "STRING",
"id" : ...
}, ... ],
"visibleInMenu" : false
},
"---" : ...
}
}