Only return expenses belonging to the client with the given ID. Type: integer.
Only return expenses with an issue_date on or after the given date. Type: date
Pass true to only return expenses that have been invoiced and false to return expenses that have not been invoiced.
The page number to use in pagination. Type: integer Default: 1 Range: 1 or more
The number of records to return per page. Type: integer Default: 100 Range: 1 to 100
Only return expenses associated with the project with the given ID. Type: integer.
Only return expenses with an issue_date on or before the given date. Type: date
Pass true to only return active expenses and false to return inactive expenses Type: datetime.
Only return expenses belonging to the user with the given ID. Type: integer.
Generated using TypeDoc
Expenses query parameters