Show an individual Expenditure Run in API Explorer
Ask AI
This endpoint allows you to view an individual expenditure.
GET
/api/v1/client/{client_uuid}/expenditure/{id}
curl \
--request GET 'https://api.plannrcrm.com/api/v1/client/f6aa1670-dcf0-484e-a0c5-08590fe89a84/expenditure/architecto' \
--header "Authorization: Bearer $ACCESS_TOKEN"
Response examples (200)
[
{
"uuid": "2f7d4fa2-d41d-43d2-9e7a-eee0d344e618",
"created_at": "2026-07-20T16:16:36+01:00",
"updated_at": "2026-07-20T16:16:36+01:00",
"name": "Electricity",
"section": "Housekeeping Expenses",
"amount": {
"amount": {
"example": "4000",
"description": "Money amount at their lowest denominator (for example: pennies)"
},
"formatted": {
"example": "£40.00",
"description": "Money amount formatted with currency"
},
"currency": {
"example": "GBP",
"description": "Currency of the money"
}
},
"position": "1",
"life_stage_uuid": "d2382018-9d24-4c40-939d-d5a7a54fce61",
"life_stage_section_uuid": "b29bd1fe-5a41-4b1b-b60f-8c3ffe2d047d",
"life_stage_field_uuid": "f0da4403-ae49-4890-b062-bfb5d8b75bfb",
"accounts": "[]"
}
]