v1

latestOpenAPI 3.1.02026-07-26549156879.0 KB
ProjectManagement > ExpenseRecord

Reads all Expense records

Reads all Expense records

get/api/2026-07-01/resources/project_management/expense_records

Query parameters

ids[]string[]

Retrieve only the expense records that matches the project ids provided in the request.

Retrieve only the expense records that matches the project ids provided in the request.

[
  "123",
  "456"
]
start_datestring

Retrieve only the expense records with end date greater than or equal to the start date provided in the request.

Example:2025-01-01

Retrieve only the expense records with end date greater than or equal to the start date provided in the request.

end_datestring

Retrieve only the expense records with start date less than or equal to the end date provided in the request.

Example:2025-01-01

Retrieve only the expense records with start date less than or equal to the end date provided in the request.

expense_ids[]string[]

Retrieve only the expense records that matches the expense ids provided in the request.

Retrieve only the expense records that matches the expense ids provided in the request.

[
  "123",
  "456"
]
project_ids[]string[]

Retrieve only the expense records that matches the project ids provided in the request.

Retrieve only the expense records that matches the project ids provided in the request.

[
  "123",
  "456"
]
subproject_ids[]string[]

Retrieve only the expense records that matches the subproject ids provided in the request.

Retrieve only the expense records that matches the subproject ids provided in the request.

[
  "123",
  "456"
]
updated_afterstring

Retrieve only the expense records that matches the updated after date provided in the request.

Example:2025-01-01

Retrieve only the expense records that matches the updated after date provided in the request.

employee_user_name_likestring

Retrieve only the expense records that matches the employee user name like provided in the request.

Example:John Doe

Retrieve only the expense records that matches the employee user name like provided in the request.

project_worker_ids[]string[]

Retrieve only the expense records that matches the project worker ids provided in the request.

Retrieve only the expense records that matches the project worker ids provided in the request.

[
  "123",
  "456"
]

Response

OK