How to get all the files under /file/ folder
Summary:
We need all the files uploaded under /file/ folder.
https://{{env}}.com/ccadmin/v1/files/?folder=/
{ "errorCode": "33110", "message": "The \"folder\" parameter must start with one of: /thirdparty, /import, /crashreports, /general, /collections, /export, /products, /static, /.", "status": "500"}
We tried all the option above '/' gives us all the files, although data is huge and making call for 250 records take 5-9 and filter times out after 10 min. Please suggest if there is any other way to retrieve files uploaded under /file/ folder
Tagged:
0