Get Sections for Life Stages for a Firm

GET /api/v1/expenditure-structure/section

Responses

  • 200 application/json
    Hide response attribute Show response attribute object
GET /api/v1/expenditure-structure/section
curl \
 -X GET https://api.plannrcrm.com/api/v1/expenditure-structure/section \
 -H "Authorization: Bearer {OAUTH_ACCESS_TOKEN or PERSONAL_ACCESS_TOKEN}" \
 -H "Content-Type: application/json" \
 -H "Accept: application/json"
Response examples (200)
{
  "data": [
    {
      "name": "House Keeping",
      "uuid": "be37c8cd-d751-4592-bbe9-88d1b8db0e6a",
      "fields": {
        "name": "Electricity",
        "uuid": "d88e6ab8-ade3-4c78-8f08-66a4588acdc8",
        "section": "Housekeeping Expenses",
        "created_at": "2024-10-16T11:10:12+01:00",
        "updated_at": "2024-10-16T11:10:12+01:00"
      },
      "position": "1",
      "created_at": "2023-06-16T15:25:06+01:00",
      "updated_at": "2023-06-16T15:25:06+01:00"
    }
  ]
}