deleteInfo element
Type: | deleteInfo |
Namespace: | http://www.gentics.com/rest |
XML Schema: | ns0.xsd |
Example JSON
{
"at" : ...,
"by" : {
"id" : ...,
"firstName" : "...",
"lastName" : "...",
"description" : "...",
"email" : "...",
"groups" : [ {
"id" : ...,
"name" : "...",
"description" : "...",
"children" : [ {
"..." : ...
}, ... ]
}, ... ],
"login" : "..."
}
}