Get Sections for Life Stages for a Firm Run in API Explorer
Ask AI
GET
/api/v1/expenditure-structure/section
curl \
--request GET 'https://api.plannrcrm.com/api/v1/expenditure-structure/section' \
--header "Authorization: Bearer $ACCESS_TOKEN"
Response examples (200)
{
"data": [
{
"name": "House Keeping",
"uuid": "be37c8cd-d751-4592-bbe9-88d1b8db0e6a",
"fields": {
"name": "Electricity",
"uuid": "f9a91c93-a80d-4417-893f-38fe70b512b6",
"section": "Housekeeping Expenses",
"created_at": "2026-04-08T15:40:46+01:00",
"updated_at": "2026-04-08T15:40:46+01:00"
},
"position": "1",
"created_at": "2023-06-16T15:25:06+01:00",
"updated_at": "2023-06-16T15:25:06+01:00"
}
]
}