home / regmem

Menu
  • GraphQL API

items

Table actions
  • GraphQL API for items

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

4 rows where record_id = "2023-10-30-5f2cbd10-10761-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
6ba06585fad21d40b8c76d3be8f60391596154f9 From 1 July 2022, a trustee of Rhondda Arts Festival in Treorchy (RAFT). This is an unpaid role. (Registered 17 August 2020; updated 27 February 2023) Miscellaneous 5f2cbd10 2023-10-30   Chris Bryant uk.org.publicwhip/person/10761 0 2023-10-30-5f2cbd10-10761-0
ede56849c6e134725cf90a6c1b96668aa435e30d From 13 October 2022, a Member of the National Institute for Healthcare Research (NIHR) Brain Injury MedTech Co-operative Advisory Board. This is an unpaid role. (Registered 19 October 2022) Miscellaneous 5f2cbd10 2023-10-30   Chris Bryant uk.org.publicwhip/person/10761 1 2023-10-30-5f2cbd10-10761-0
51864f57b0e5a5e1eca9ba272196c16e643bdd08 From 31 December 2020, a trustee of the History of Parliament Trust. This is an unpaid role. (Registered 27 February 2023) Miscellaneous 5f2cbd10 2023-10-30   Chris Bryant uk.org.publicwhip/person/10761 2 2023-10-30-5f2cbd10-10761-0
2082e27127c90c0b2605179ead6ee905280b44fe From 21 March 2021, a trustee of the Mabon Trust, which offers small grants to community projects, organisations, individuals and charities in the Rhondda. This is an unpaid role. (Registered 27 February 2023) Miscellaneous 5f2cbd10 2023-10-30   Chris Bryant uk.org.publicwhip/person/10761 3 2023-10-30-5f2cbd10-10761-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 32.016ms · Data source: mySociety Data · About: simonw/register-of-members-interests-datasette