home / regmem

Menu
  • GraphQL API

items

Table actions
  • GraphQL API for items

Data source: mySociety Data · About: simonw/register-of-members-interests-datasette

3 rows where record_id = "2023-10-16-5f2cbd10-24860-0" sorted by date descending

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: date (date)

hash item category_id date ▲ member_id person_id sort_order record_id
b31d6cc7680d34e8208aea2d93771c32a8066f83 From 10 August 2020 until 6 September 2022, and from 20 February 2023, an unpaid director of Ford Bridge Farm Ltd, in which I had a holding below the registrable threshold. (Registered 03 September 2020; updated 14 March 2022, 20 September 2022 and 22 February 2023) Miscellaneous 5f2cbd10 2023-10-16   Jake Berry uk.org.publicwhip/person/24860 0 2023-10-16-5f2cbd10-24860-0
54637298daaafa77d8de24afa8a6e58172b53db2 From 6 September 2022 until 25 October 2022, Chairman of the Conservative Party (salaried). (Registered 15 September 2022; updated 10 November 2022) Miscellaneous 5f2cbd10 2023-10-16   Jake Berry uk.org.publicwhip/person/24860 1 2023-10-16-5f2cbd10-24860-0
cae29642d71d2f24c2910158682d7fc977fe0db1 From 27 February 2023, unpaid director of Palatine Power Limited. (Registered 27 February 2023) Miscellaneous 5f2cbd10 2023-10-16   Jake Berry uk.org.publicwhip/person/24860 2 2023-10-16-5f2cbd10-24860-0

Advanced export

JSON shape: default, array, newline-delimited, object

CSV options:

CREATE TABLE items (
        hash VARCHAR(40) NOT NULL,
        item TEXT,
        category_id TEXT,
        date TEXT,
        member_id TEXT,
        person_id TEXT,
        sort_order INTEGER,
        record_id TEXT,
        PRIMARY KEY (hash),
        FOREIGN KEY ("category_id") REFERENCES [categories](id),
        FOREIGN KEY ("member_id") REFERENCES [members](id),
        FOREIGN KEY ("person_id") REFERENCES [people](id)
    );
CREATE INDEX items_date ON items("date");
CREATE INDEX items_category_id ON items("category_id");
CREATE INDEX items_member_id ON items("member_id");
CREATE INDEX items_person_id ON items("person_id");
CREATE INDEX items_record_id ON items("record_id");
Powered by Datasette · Queries took 15.247ms · Data source: mySociety Data · About: simonw/register-of-members-interests-datasette