GET /api/organisations/parl/parl-hoc/?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/parl/parl-hoc/1832-06-07/?format=api",
            "official_identifier": "parl-hoc",
            "organisation_type": "parl",
            "organisation_subtype": "",
            "official_name": "House of Commons of the United Kingdom",
            "common_name": "House of Commons",
            "slug": "parl",
            "territory_code": "GBN",
            "election_name": "UK general election",
            "start_date": "1832-06-07",
            "end_date": null,
            "created": "1832-06-07T00:00:00Z",
            "modified": "2021-10-11T14:59:26.370579Z"
        }
    ]
}