attachmentWithEditorData
Type: | attachmentWithEditorData |
Namespace: | http://fico.com/xpress/insight/rest/v1 |
Example JSON
{ "attachmentInfo" : { "dataUrl" : "...", "filename" : "...", "description" : "...", "size" : ..., "lastModifiedUser" : "...", "lastModifiedDate" : "...", "tags" : [ "...", ... ], "editors" : [ { "id" : "...", "displayName" : "...", "url" : "...", "hasDirtyFlag" : false, "canCreateNewFiles" : false, "goodExtensions" : [ "...", ... ], "badExtensions" : [ "...", ... ] }, ... ], "path" : "...", "ownerId" : "...", "shareStatus" : "...", "parent" : { "objectType" : "SCENARIO", "id" : "...", "displayName" : "...", "url" : "..." }, "project" : { "objectType" : "SCENARIO", "id" : "...", "displayName" : "...", "url" : "..." }, "objectType" : "SCENARIO", "id" : "...", "displayName" : "...", "url" : "..." }, "attachmentEditorPropertiesJson" : "...", "editorId" : "..." }