fileUsageListResponse element

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

Response for a file/image usage request.

Example JSON

{ "withoutPermission" : ..., "total" : ..., "files" : [ { "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" }, ... ], "numItems" : ..., "messages" : [ { "message" : "...", "type" : "CRITICAL", "timestamp" : ..., "image" : "...", "sender" : { "id" : ..., "firstName" : "...", "lastName" : "...", "description" : "...", "email" : "...", "groups" : [ { "id" : ..., "name" : "...", "description" : "...", "children" : [ { "..." : ... }, ... ] }, ... ], "login" : "..." }, "id" : ... }, ... ], "responseInfo" : { "responseCode" : "OK", "responseMessage" : "..." } }