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-08-07-5f2cbd10-11859-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
1a265778df12d68b99c828568d89016378289341 Portfolio of shares held in a blind trust. (Registered 29 October 2019) Miscellaneous 5f2cbd10 2023-08-07   Jeremy Hunt uk.org.publicwhip/person/11859 0 2023-08-07-5f2cbd10-11859-0
916e1ae0c5b9e99a3a3ff5a4ae42d9a5400a6a43 From 18 December 2019, a Trustee of the charity Patient Safety Watch, an organisation which carries out and commissions research into patient safety issues. (Registered 10 January 2020) Miscellaneous 5f2cbd10 2023-08-07   Jeremy Hunt uk.org.publicwhip/person/11859 1 2023-08-07-5f2cbd10-11859-0
bcfb25c8fcc66cbbc970951933a8ca53495fda06 From 4 February 2020, temporary representative board member (unpaid) of Soak and Sleep Ltd. I consulted ACoBA about this appointment. (Registered 11 February 2020) Miscellaneous 5f2cbd10 2023-08-07   Jeremy Hunt uk.org.publicwhip/person/11859 2 2023-08-07-5f2cbd10-11859-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 18.525ms · Data source: mySociety Data · About: simonw/register-of-members-interests-datasette