Skip to main content



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

ParameterDescriptionParameter TypeData Type
folderNameName of the folder. An alphanumeric string: [A-Za-z0-9-_]+.querystring
numberOfLinesNumber of lines to get from the file. If you sent -1, than all the lines will be returned.queryInteger
useruser's authenticationheader (authorization)basic authentication