v1
latestOpenAPI 3.1.02026-08-06236494759.4 KBSearch Expense Reports
Endpoint to search ExpenseReport using filtering parameters.
Query parameters
The ExpenseReport number.
The ExpenseReport number.
The ID of the User who made the expenses included in the ExpenseReport.
The ID of the User who made the expenses included in the ExpenseReport.
The beginning of the period of the search fromDate included (i.e. greater than or equal to) (Formats: yyyy-MM-dd, yyyy-MM-ddThh:mm:ss, yyyy-MM-ddThh:mm:ssZ).
The beginning of the period of the search fromDate included (i.e. greater than or equal to) (Formats: yyyy-MM-dd, yyyy-MM-ddThh:mm:ss, yyyy-MM-ddThh:mm:ssZ).
The ExpenseReport status.
The ExpenseReport status.
The ExpenseReport type.
The ExpenseReport type.
It determines whether only reports with or without an amount to be reimbursed should be returned.
It determines whether only reports with or without an amount to be reimbursed should be returned.
The date when the ExpenseReport got exported (Formats: yyyy-MM-dd, yyyy-MM-ddThh:mm:ss, yyyy-MM-ddThh:mm:ssZ).
It indicates the specific page to display (the counter starts from zero).
It indicates the specific page to display (the counter starts from zero).
It indicates the number of items per page.
It indicates the number of items per page.
It indicates how the pages are ordered.
It indicates how the pages are ordered.
It indicates the sorting direction applied to the above parameters. To apply a sorting on multiple parameters, set as many times the props parameter in the request.
It indicates the sorting direction applied to the above parameters. To apply a sorting on multiple parameters, set as many times the props parameter in the request.
[ "creationTime" ]
Response
The result is an array containing ExpenseReport.
Example response
{
"total": 168,
"pages": 7,
"page_size": 25,
"results_size": 25,
"results": [
{
"id": "7bf79328-a7ae-4222-aa54-091ff7f429a7"
}
]
}