Get Folder File Data by Column
Get Folder File Data by Column
GET /cloud/fileViewByColumn
Implementation Notes
Return a json containing the data in the files of a folder by columns. The json has the following structure:
{"dataByColumnMap": { "colName": [colRow1, colRow2...]... }}
Parameters
| Parameter | Description | Parameter Type | Data Type |
|---|---|---|---|
| folderName | Name of the folder. An alphanumeric string: [A-Za-z0-9-_]+. | query | string |
| modelType | Type of the model. One of the following values: simSearch, simClassify, simClassify%2B, simCluster, or simRecommend | query | string |
| user | user's authentication | header (authorization) | basic authentication |