name | data type | constraints | description |
---|---|---|---|
list | array of VirtualFolder | ||
totalCount | number | required |
Example
{ "list" : [ { "rootFolder" : true, "logicalFolderContext" : "...", "canRunJob" : true, "dataSourceRef" : "...", "parentKey" : "...", "name" : "...", "experts" : [ "...", "..." ], "pathSpecifications" : [ { "sourcePath" : "...", "excludePattern" : "...", "includePattern" : "..." }, { "sourcePath" : "...", "excludePattern" : "...", "includePattern" : "..." } ], "dataSourceName" : "...", "skipValidateVF" : true, "resourcePath" : "...", "systemName" : "...", "timeOfLastChange" : 12345, "timeOfCreation" : 12345, "key" : "...", "description" : "...", "type" : "...", "restricted" : [ "...", "..." ], "viewAble" : [ "...", "..." ], "updateable" : [ "...", "..." ], "richDescription" : "...", "score" : 12345.0, "customProperties" : [ { "description" : "...", "value" : { }, "facetAble" : true, "name" : "...", "type" : "...", "displayName" : "..." }, { "description" : "...", "value" : { }, "facetAble" : true, "name" : "...", "type" : "...", "displayName" : "..." } ] }, { "rootFolder" : true, "logicalFolderContext" : "...", "canRunJob" : true, "dataSourceRef" : "...", "parentKey" : "...", "name" : "...", "experts" : [ "...", "..." ], "pathSpecifications" : [ { "sourcePath" : "...", "excludePattern" : "...", "includePattern" : "..." }, { "sourcePath" : "...", "excludePattern" : "...", "includePattern" : "..." } ], "dataSourceName" : "...", "skipValidateVF" : true, "resourcePath" : "...", "systemName" : "...", "timeOfLastChange" : 12345, "timeOfCreation" : 12345, "key" : "...", "description" : "...", "type" : "...", "restricted" : [ "...", "..." ], "viewAble" : [ "...", "..." ], "updateable" : [ "...", "..." ], "richDescription" : "...", "score" : 12345.0, "customProperties" : [ { "description" : "...", "value" : { }, "facetAble" : true, "name" : "...", "type" : "...", "displayName" : "..." }, { "description" : "...", "value" : { }, "facetAble" : true, "name" : "...", "type" : "...", "displayName" : "..." } ] } ], "totalCount" : 12345 }