A viewset for viewing and editing Subsections.

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

{
    "count": 8,
    "next": null,
    "previous": null,
    "results": [
        {
            "id": 12,
            "name": "Writing Systems",
            "sort_order": 1010,
            "section": 22
        },
        {
            "id": 13,
            "name": "Kinds of Written Documents",
            "sort_order": 1020,
            "section": 22
        },
        {
            "id": 14,
            "name": "Forms of Money",
            "sort_order": 1040,
            "section": 22
        },
        {
            "id": 15,
            "name": "Postal Systems",
            "sort_order": 1050,
            "section": 22
        },
        {
            "id": 16,
            "name": "Measurement System",
            "sort_order": 1000,
            "section": 22
        },
        {
            "id": 17,
            "name": "Money",
            "sort_order": 1030,
            "section": 22
        },
        {
            "id": 18,
            "name": "Government Restrictions",
            "sort_order": 2000,
            "section": 26
        },
        {
            "id": 19,
            "name": "Societal Restrictions",
            "sort_order": 2020,
            "section": 26
        }
    ]
}