This method permits to enumerate all or selected files in the document library of a company.
URL
(GET) companies/{companyid}/files
PARAMETERS
token | The connection token | Required |
companyid | The company | Required |
namepattern | Optional filter on the file path or name. E.g. "*.htm" will show web pages in all folders and subfolders. "folder1\*.*" will show all files in a folder. | 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 file names
...