Section List
A viewset for viewing and editing Sections.
GET /api/core/sections/
{ "count": 6, "next": null, "previous": null, "results": [ { "id": 1, "name": "Economy Variables" }, { "id": 2, "name": "Social Complexity Variables" }, { "id": 3, "name": "Well Being" }, { "id": 4, "name": "Instability" }, { "id": 5, "name": "State" }, { "id": 6, "name": "Population" } ] }