REST API file from name
The REST API only allows to search a file by the external key, which you have to index, it's very sub-obtimal. We should be able to get files based on names.
3
votes
-
Piotr
commented
Right now there is ability to GET files based on filePath (Path together with file name) which is stored in fields in tables. We added:
- GET /v3/files/path/fileInfo - Returns file metadata
- GET /v3/files/path - Returns a file
Is then this request resolved OR you need to find how many times (in which folders) exact file is uploaded?
