v1
latestOpenAPI 3.1.02026-07-26549156879.0 KBReads all Expenses
Reads all Expenses
Query parameters
The ids of the expenses to filter by
The ids of the expenses to filter by
The ids of the expensables to filter by
The ids of the expensables to filter by
Whether to include manual drafts
Whether to include manual drafts
The ids of the employees to filter by
The ids of the employees to filter by
The ids of the external authorizations to filter by
The ids of the external authorizations to filter by
The ids of the cards to filter by
The ids of the cards to filter by
The ids of the card payments to filter by
The ids of the card payments to filter by
Wether to include the attachments
Wether to include the attachments
The time from which to filter expenses
The time from which to filter expenses
The time to which to filter expenses
The time to which to filter expenses
The ids of the disputes to filter by
The ids of the disputes to filter by
Response
OK
Example response
{
"data": [
{
"id": "1",
"employee_id": "1",
"company_id": "1",
"card_payment_id": "1",
"dispute_id": "1",
"expenses_expensable_id": "1",
"merchant_name": "Example Merchant",
"user_merchant": "Example User Merchant",
"subcategory": "Subcategory",
"reference": "1414PX",
"amount": 1000,
"currency": "EUR",
"status": "draft",
"description": "Example Description",
"effective_on": "2020-01-01",
"review_request_at": "2020-01-01T00:00:000Z",
"status_updated_at": "2020-01-01T00:00:000Z",
"expenses_card_id": "1",
"document_id": "1",
"paid_at": "2020-01-01T00:00:000Z",
"document_type": "invoice",
"reimbursable_currency": "EUR",
"reimbursable_amount": 1000,
"ledger_account_id": "1",
"budget_id": "1",
"project_id": "1",
"cost_center_ids": [
"1",
"2"
]
}
]
}