A viewset for viewing and editing Sections.

GET /api/core/sections/
HTTP 200 OK
Allow: GET, POST, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "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"
        }
    ]
}