image element
Type: | image |
Namespace: | http://www.gentics.com/rest |
XML Schema: | ns0.xsd |
Image object, represents an Image in GCN
Example JSON
{
"sizeX" : ...,
"sizeY" : ...,
"dpiX" : ...,
"dpiY" : ...,
"typeId" : ...,
"inheritedFrom" : "...",
"masterNode" : "...",
"folderName" : "...",
"channelId" : {
},
"text" : "...",
"leaf" : false,
"cls" : "...",
"iconCls" : "...",
"fileType" : "...",
"description" : "...",
"folderId" : ...,
"fileSize" : ...,
"tags" : [ {
"..." : ...
}, {
} ],
"url" : "...",
"liveUrl" : "...",
"inherited" : false,
"path" : "...",
"online" : false,
"broken" : false,
"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"
}