foundFilesListResponse element

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

Response for a file list request

Example JSON

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