GET
/api/v1/expenditure-structure/section/{lifeStageSection_uuid}
curl \
--request GET 'https://api.plannrcrm.com/api/v1/expenditure-structure/section/dc329ca6-bf88-43ad-a398-b2507569c941' \
--header "Authorization: Bearer $ACCESS_TOKEN"
Response examples (200)
{
"name": "House Keeping",
"uuid": "be37c8cd-d751-4592-bbe9-88d1b8db0e6a",
"fields": {
"name": "Electricity",
"uuid": "7a054678-26dd-4ee5-85a8-58d01b9913b2",
"section": "Housekeeping Expenses",
"created_at": "2025-06-26T11:37:01+01:00",
"updated_at": "2025-06-26T11:37:01+01:00"
},
"position": "1",
"created_at": "2023-06-16T15:25:06+01:00",
"updated_at": "2023-06-16T15:25:06+01:00"
}