imageLoadResponse element

Type: imageLoadResponse
Namespace: http://www.gentics.com/rest
XML Schema: ns0.xsd

Response object for responses containing an Image

Example JSON

{ "image" : { "sizeX" : ..., "sizeY" : ..., "dpiX" : ..., "dpiY" : ..., "inheritedFrom" : "...", "folderName" : "...", "channelId" : { }, "fileType" : "...", "description" : "...", "folderId" : ..., "fileSize" : ..., "tags" : [ { "..." : ... }, { } ], "url" : "...", "inherited" : false, "path" : "...", "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" }, "messages" : [ { "message" : "...", "type" : "CRITICAL", "timestamp" : ..., "image" : "...", "sender" : { "id" : ..., "firstName" : "...", "lastName" : "...", "description" : "...", "email" : "...", "groups" : [ { "id" : ..., "name" : "...", "description" : "...", "children" : [ { "..." : ... }, ... ] }, ... ], "login" : "..." }, "id" : ... }, ... ], "responseInfo" : { "responseCode" : "OK", "responseMessage" : "..." } }