Retrieve a list of documents in the user's library. Optionally specify a
filter to find only files with matching labels or paths. This method
returns only metadata about files; to download a file, call
GET .../files/{file_id}/download
When specifying qualifiers with your request, only files that match
all qualifiers will be returns. So, for example, if you specify
label='financial'
and status='UPLOADED'
, only files with the label
"financial" AND status UPLOADED will be returned.
1 | |
2 | |
3 | |
4 | |
5 | |
6 | |
7 | |
8 | |
9 | |
10 | |
11 | |
12 | |
13 | |
14 | |
15 | |
16 | |
17 | |
18 | |
19 | |
20 | |
21 | |
22 | |
23 | |
24 | |
25 | |
26 | |
27 | |
28 | |
29 | |
30 | |
31 | |
32 | |
33 | |
34 | |
35 | |