file element

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

File object, represents a File in GCN

Example JSON

{ "typeId" : ..., "inheritedFrom" : "...", "folderName" : "...", "channelId" : { }, "text" : "...", "leaf" : false, "cls" : "...", "iconCls" : "...", "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" }