Get the Number of Files in a Folder
Get the Number of Files in a Folder
GET /cloud/filesCount
Implementation Notes
Return a json containing the number of files in a folder and the name of the folder.
Parameters
| Parameter | Description | Parameter Type | Data Type |
|---|---|---|---|
| folderName | Name of the folder. An alphanumeric string: [A-Za-z0-9-_]+. | query | string |
| user | user's authentication | header (authorization) | basic authentication |