v2
latestOpenAPI 3.0.12026-07-262352981007.0 KBFees
Get a fee
Retrieves a specified fee.
get/matters/{matterId}/fees/{id}
Path parameters
idstring required
matterIdstring required
Response
When request is successful. Returns a 'Fee' object.
Example response
{
"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"
}