|Mission:|FILES MASTER|
|Task:|Get file count using API|
The REST API documented example is missing the syntax for the pattern, it reads:
Example
Get a count of files matching the *.html pattern in the /web directory:
GET https://api.backendless.com///files/web?action=count
it should read:
GET https://api.backendless.com///files/web?action=count&pattern=*.html