Get Folder File Data
Get Folder File Data
GET /cloud/fileView
Implementation Notes
Return a json containing the data in the files of a folder with the following structure:
{ "header": [...], "list": [[col1, col2...]...] }
Parameters
| Parameter | Description | Parameter Type | Data Type |
|---|---|---|---|
| folderName | Name of the folder. An alphanumeric string: [A-Za-z0-9-_]+. | query | string |
| numberOfLines | Number of lines to get from the file. If you sent -1, than all the lines will be returned. | query | Integer |
| user | user's authentication | header (authorization) | basic authentication |