pageRenderResponse element
Type: | pageRenderResponse |
Namespace: | http://www.gentics.com/rest |
XML Schema: | ns0.xsd |
Response for request to render a page
Example JSON
{
"content" : "...",
"properties" : [ {
"..." : ...
}, {
} ],
"tags" : [ {
"element" : "...",
"tagname" : "...",
"onlyeditables" : false,
"editables" : [ {
"element" : "...",
"partname" : "...",
"readonly" : false
}, ... ]
}, ... ],
"metaeditables" : [ {
"element" : "...",
"metaproperty" : "..."
}, ... ],
"time" : ...,
"inheritedContent" : "...",
"inheritedProperties" : [ {
"..." : ...
}, {
} ],
"messages" : [ {
"message" : "...",
"type" : "CRITICAL",
"timestamp" : ...,
"image" : "...",
"sender" : {
"id" : ...,
"firstName" : "...",
"lastName" : "...",
"description" : "...",
"email" : "...",
"groups" : [ {
"id" : ...,
"name" : "...",
"description" : "...",
"children" : [ {
"..." : ...
}, ... ]
}, ... ],
"login" : "..."
},
"id" : ...
}, ... ],
"responseInfo" : {
"responseCode" : "OK",
"responseMessage" : "..."
}
}