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-09-18-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
85ade650451be60c75655cc16863b16d9adf962b 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-09-18   Chris Bryant uk.org.publicwhip/person/10761 0 2023-09-18-5f2cbd10-10761-0
96726f82f72813c00d527d2c7ea98e84e5256044 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-09-18   Chris Bryant uk.org.publicwhip/person/10761 1 2023-09-18-5f2cbd10-10761-0
52bab9254da1eb2bd270674c9024a9bdc518d0a5 From 31 December 2020, a trustee of the History of Parliament Trust. This is an unpaid role. (Registered 27 February 2023) Miscellaneous 5f2cbd10 2023-09-18   Chris Bryant uk.org.publicwhip/person/10761 2 2023-09-18-5f2cbd10-10761-0
4e7ee7d077e925b9a3ef8cf3654a7eabcd60061e 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-09-18   Chris Bryant uk.org.publicwhip/person/10761 3 2023-09-18-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 22.898ms · Data source: mySociety Data · About: simonw/register-of-members-interests-datasette