A viewset for viewing and editing Subsections.

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

{
    "count": 11,
    "next": "https://seshatdata.com/api/core/subsections/?page=2",
    "previous": null,
    "results": [
        {
            "id": 1,
            "name": "Productivity",
            "section": {
                "id": 1,
                "name": "Economy Variables"
            }
        },
        {
            "id": 2,
            "name": "State Finances",
            "section": {
                "id": 1,
                "name": "Economy Variables"
            }
        },
        {
            "id": 3,
            "name": "Social Scale",
            "section": {
                "id": 2,
                "name": "Social Complexity Variables"
            }
        },
        {
            "id": 4,
            "name": "Biological Well-Being",
            "section": {
                "id": 3,
                "name": "Well Being"
            }
        },
        {
            "id": 5,
            "name": "Instability",
            "section": {
                "id": 4,
                "name": "Instability"
            }
        },
        {
            "id": 6,
            "name": "Natural Disaster",
            "section": {
                "id": 6,
                "name": "Population"
            }
        },
        {
            "id": 7,
            "name": "Fiscal",
            "section": {
                "id": 5,
                "name": "State"
            }
        },
        {
            "id": 8,
            "name": "Population",
            "section": {
                "id": 6,
                "name": "Population"
            }
        },
        {
            "id": 9,
            "name": "Military",
            "section": {
                "id": 5,
                "name": "State"
            }
        },
        {
            "id": 10,
            "name": "Well-Being",
            "section": {
                "id": 6,
                "name": "Population"
            }
        }
    ]
}