Get all the Fields for a Life Stage Section for a Firm
The Fields are ordered by their position values in ascending order
Headers
-
Content-Type
string -
Accept
string
Path parameters
-
firm_uuid
string Required The uuid of the Firm.
-
lifeStageSection_uuid
string Required The uuid of the Life Stage Section.
GET
/api/v1/expenditure-structure/field
curl \
--request GET 'https://api.plannrcrm.com/api/v1/expenditure-structure/field' \
--header "Authorization: Bearer {OAUTH_ACCESS_TOKEN or PERSONAL_ACCESS_TOKEN}" \
--header "Content-Type: application/json" \
--header "Accept: application/json"
Response examples (200)
{
"data": [
{
"name": "Electricity",
"uuid": "1a3ff469-ea07-485e-b329-61944659ce26",
"section": "Housekeeping Expenses",
"created_at": "2025-04-02T13:27:53+01:00",
"updated_at": "2025-04-02T13:27:53+01:00"
}
]
}