Skip to main content



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

ParameterDescriptionParameter TypeData Type
folderNameName of the folder. An alphanumeric string: [A-Za-z0-9-_]+.querystring
modelTypeType of the model. One of the following values: simSearch, simClassify, simClassify%2B, simCluster, or simRecommendquerystring
useruser's authenticationheader (authorization)basic authentication