List All Files in a Folder
List all files in a folder
GET /cloud/listFiles
Implementation Notes
List all the files in a specific folder in json format. You can download each file in the folder using the link that each file returned contains.
Parameters
| Parameter | Description | Parameter Type | Data Type | 
|---|---|---|---|
| folderName | name of the folder. | query | string | 
| user | user's authentication | header (authorization) | basic authentication |