Skip to main content
GET
List company expenses

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Query Parameters

employeeId
string<uuid>

Filter expenses by employee id

from
string<date>

From date

to
string<date>

To date

paymentMethodIds
string

Payment method

status
enum<string>

Expense status

Available options:
pending,
accepted,
rejected,
pending_info,
personal
limit
integer
default:20

Limit work entries

page
integer
default:1

Request a specific page

Response

200 - application/json

Expenses

expenses
object[]