Skip to main content
GET
List Project Expenses

Authorizations

Authorization
string
header
required

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

Query Parameters

projectId
string

The identifier of the project whose expenses should be returned.

projectCode
string

The code of the project whose expenses should be returned. Use this instead of projectId when you only store the project code.

filter
string

An optional filter applied to the returned project expenses.

take
string

The number of records to take. Default = 10.

count
string

Response

OK

list
object[]

The page of records matching the request.

total
string

The total number of records matching the request, across all pages. Use it with skip and take to page through the results.

Last modified on July 24, 2026