Get Report File Hub uploads

This request retrieves uploads stored within your environment's Report File Hub.

   Click here to learn more about this request

LoanPro's Report File Hub is a native file and report storage location within your environment. The Report File Hub is typically used to securely store encrypted files and reports with sensitive data. Note the following when using this request:

This endpoint provides filtering options for retrieving specific results. Use the optional $filter parameter to do so. Results can be filtered by the following characteristics:

title

userName

tag

date

Here are a few filtering examples:

{baseUrl}/odata.svc/ReportFileHub?$filter=created ge datetime2025-03-07 07:00:00 and created le datetime 2025-03-14 05:59:59&$expand=FileAttachment
{baseUrl}/odata.svc/ReportFileHub?$filter=substringof('John Doe', userName)&$expand=FileAttachment
{baseUrl}/odata.svc/ReportFileHub?$filter=substringof('Credit Reporting', tag)&$expand=FileAttachment
{baseUrl}/odata.svc/ReportFileHub?$filter=substringof('Transactions Report 03.06.2025', title)&$expand=FileAttachment
Query Params
string
Defaults to FileAttachment

Expands objects stored within the ReportFileHub entity. Expanding the FileAttachment object is recommended for retrieving file details.

string

Filters results by a specific characteristic.
> Results can be filtered by the following parameters: title, userName, tag, date

string
Defaults to title asc

Orders results by a specific characteristic in either ascending (asc) or descending (desc) order.

Headers
string
enum
Defaults to application/json

Generated from available response content types

Allowed:
Responses

Language
Credentials
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json