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

{
    "count": 1,
    "next": null,
    "previous": null,
    "results": [
        {
            "url": "http://elections.democracyclub.org.uk/api/organisations/local-authority/LND/1189-01-01/?format=api",
            "official_identifier": "LND",
            "organisation_type": "local-authority",
            "organisation_subtype": "CC",
            "official_name": "City of London Corporation (Common Council)",
            "common_name": "City of London",
            "slug": "city-of-london",
            "territory_code": "ENG",
            "election_name": "City of London local election",
            "start_date": "1189-01-01",
            "end_date": null,
            "created": "1994-01-01T00:00:00Z",
            "modified": "2023-11-14T15:56:22.961121Z"
        }
    ]
}