Reads all Expense records

What does it do?

This endpoint reads and retrieves a list of expense records. You can utilize URL parameters to filter the results.

What params does it accept?
  • ids: retrieve only the expenses records that matches the ids passed in the request.
  • project_ids: Retrieve only the expenses records related to any project_ids passed in the request.
  • subproject_ids: retrieve only the expenses records related with any subproject_ids passed in the request.
  • expense_ids: retrieve only the expenses records related with any expense_ids passed in the request.
  • start_date and end_date: this parameter is needed to filter expenses records created in a particular time range.
  • updated_after: this parameter is needed to filter expense records updated after the given date.
Is it related to other entities?

A expense_record is related to a project_worker and a expense. Optionally, it can be related to a subproject.

Who can use it?

Only companies who have enabled projects_management feature, expenses bundle and users with the permission to read expense_record.

Language
Authorization
URL
Click Try It! to start a request and see the response here!