localizationInfo element
Type: | localizationInfo |
Namespace: | http://www.gentics.com/rest |
XML Schema: | ns0.xsd |
REST Model for localization info
Example JSON
{
"channels" : [ {
"channelId" : ...,
"folder" : {
"inherited" : ...,
"localized" : ...,
"local" : ...
},
"page" : {
"inherited" : ...,
"localized" : ...,
"local" : ...
},
"image" : {
"inherited" : ...,
"localized" : ...,
"local" : ...
},
"file" : {
"inherited" : ...,
"localized" : ...,
"local" : ...
},
"template" : {
"inherited" : ...,
"localized" : ...,
"local" : ...
},
"inherited" : ...,
"localized" : ...,
"local" : ...
}, ... ],
"messages" : [ {
"message" : "...",
"type" : "CRITICAL",
"timestamp" : ...,
"image" : "...",
"sender" : {
"id" : ...,
"firstName" : "...",
"lastName" : "...",
"description" : "...",
"email" : "...",
"groups" : [ {
"id" : ...,
"name" : "...",
"description" : "...",
"children" : [ {
"..." : ...
}, ... ]
}, ... ],
"login" : "..."
},
"id" : ...
}, ... ],
"responseInfo" : {
"responseCode" : "OK",
"responseMessage" : "...",
"property" : "..."
}
}