This page will show documents belongs to companies which logged-in contact has access to.
Implementing filtering using OData queries.
Getting documents with specific file name :
GET ~/api/DbFileView?$filter=file_name+eq+'1750-2353372479.png'
GET ~/api/DbFileView/GetFileThumbnail/?id={db_file_id}
GET ~/api/DbFileView/GetFileThumbnail/?id={db_file_id}&maxWidth={Max_Width_Int}&maxHeight={Max_Height_Int}
GET ~/api/DbFileView/GetFileContent/?id={db_file_id}