GET /api/organisations/local-authority/SHE/?format=api
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "count": 2,
    "next": null,
    "previous": null,
    "results": [
        {
            "url": "http://elections.democracyclub.org.uk/api/organisations/local-authority/SHE/2018-04-01/?format=api",
            "official_identifier": "SHE",
            "organisation_type": "local-authority",
            "organisation_subtype": "NMD",
            "official_name": "Folkestone and Hythe Council",
            "common_name": "Folkestone & Hythe",
            "slug": "folkestone-hythe",
            "territory_code": "ENG",
            "election_name": "Folkestone & Hythe local election",
            "start_date": "2018-04-01",
            "end_date": null,
            "created": "2018-04-01T00:00:00Z",
            "modified": "2021-10-11T14:59:26.370579Z"
        },
        {
            "url": "http://elections.democracyclub.org.uk/api/organisations/local-authority/SHE/1974-04-01/?format=api",
            "official_identifier": "SHE",
            "organisation_type": "local-authority",
            "organisation_subtype": "NMD",
            "official_name": "Shepway District Council",
            "common_name": "Shepway",
            "slug": "shepway",
            "territory_code": "ENG",
            "election_name": "Shepway local election",
            "start_date": "1974-04-01",
            "end_date": "2018-03-31",
            "created": "1974-04-01T00:00:00Z",
            "modified": "2021-10-11T14:59:26.370579Z"
        }
    ]
}