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
-
The uuid of the Firm.
-
The uuid of the Life Stage Section.
GET
/api/v1/expenditure-structure/field
curl \
-X GET https://api.plannrcrm.com/api/v1/expenditure-structure/field \
-H "Authorization: Bearer {OAUTH_ACCESS_TOKEN or PERSONAL_ACCESS_TOKEN}" \
-H "Content-Type: application/json" \
-H "Accept: application/json"
Response examples (200)
{
"data": [
{
"name": "Electricity",
"uuid": "4d7a8b07-e2dd-4e01-88bf-d3f137d03767",
"section": "Housekeeping Expenses",
"created_at": "2025-01-17T11:18:27+00:00",
"updated_at": "2025-01-17T11:18:27+00:00"
}
]
}