Skip to main content



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

ParameterDescriptionParameter TypeData Type
folderNameName of the folder. An alphanumeric string: [A-Za-z0-9-_]+.querystring
useruser's authenticationheader (authorization)basic authentication