GET
/api/v1/expenditure-structure/field/{lifeStageField_uuid}
curl \
--request GET 'https://api.plannrcrm.com/api/v1/expenditure-structure/field/dcf0-484e-a0c5-08590fe89a84-f6aa1670' \
--header "Authorization: Bearer $ACCESS_TOKEN"
Response examples (200)
{
"name": "Electricity",
"uuid": "0becde3e-e4c1-4af8-a095-cecfceb6f6c9",
"section": "Housekeeping Expenses",
"created_at": "2025-06-26T11:37:01+01:00",
"updated_at": "2025-06-26T11:37:01+01:00"
}