This method permits to enumerate all or selected folders in the document library of a company.
Child pages (Children Display) |
---|
URL
(GET) companies/{companyid}/folders
PARAMETERS
token | okenThe The connection token | Required |
companyid | The company | Required |
namepattern_ | Optional filter on the file path or name. E.g. "*dir*" will show all folders whose name contains “dir”. | Optional |
From | The first record to show starting with index 0. Default is 0 | Optional |
Count | The number of records to show, up to 100 at a time. Default is 100. | Optional |
RESULTS
Returns a list of folder names
...