v2
latestOpenAPI 3.0.12026-07-262352981007.0 KBFees
Get fees
Returns a list of fees for the specified matter.
get/matters/{matterId}/fees
Path parameters
matterIdstring required
Query parameters
Offsetinteger
Limitinteger
UpdatedSinceinteger
Returns fees updated since a specified time (.net ticks representation of the UTC datetime).
Response
When request is successful. Returns a paged collection of 'Fee' objects.
Example response
{
"value": [
{
"id": "b471682e-fa17-4e46-b7fe-9b2b8fdcb3c2",
"versionId": "750eb5c5-ac0b-7d11-4997-e0ce9d8896c8",
"createdByUserId": "750eb5c5-ac0b-7d11-4997-e0ce9d8896c8",
"createdDate": "2026-04-13T11:00:00Z",
"lastUpdatedByUserId": "750eb5c5-ac0b-7d11-4997-e0ce9d8896c8",
"invoiceId": "750eb5c5-ac0b-7d11-4997-e0ce9d8896c8",
"activityCode": "PRT",
"utbmsTaskCode": "L110",
"subject": "Review contract",
"description": "Print documents",
"feeDate": "2022-07-01",
"tax": 35,
"duration": 60,
"durationWorked": 50,
"rate": 350,
"amount": 350,
"amountExcTax": 315,
"amountIncTax": 350,
"billableAmountExcTax": 315,
"billableTax": 35,
"createdFromActivityId": "504b9f77-20c7-4dee-8227-d3007c8f6cea"
}
]
}