home / regmem

Menu
  • GraphQL API

items

Table actions
  • GraphQL API for items

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

6 rows where record_id = "2023-09-04-5f2cbd10-24843-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
50f1adaf9397043924a291b0da3ea882d60f34e7 From 6 January 2020, member of Swindon Towns Fund Board. This is an unpaid role. (Registered 22 January 2020) Miscellaneous 5f2cbd10 2023-09-04   Robert Buckland uk.org.publicwhip/person/24843 0 2023-09-04-5f2cbd10-24843-0
1e4bab80ed8c85ef220c5eec7b96128e2b7be6f0 From 1 February 2022 until 7 September 2022, and again from 25 January 2023, Member of the Advisory Council of JUSTICE, a legal charity. This is an unpaid role. (Registered 02 February 2022; updated 30 September 2022 and 03 February 2023) Miscellaneous 5f2cbd10 2023-09-04   Robert Buckland uk.org.publicwhip/person/24843 1 2023-09-04-5f2cbd10-24843-0
b678a98fc75f4382610ea20554198f5141c041d7 From 8 February 2022 until 7 September 2022, Trustee of the Social Market Foundation. This was an unpaid role. (Registered 08 February 2022; updated 30 September 2022) Miscellaneous 5f2cbd10 2023-09-04   Robert Buckland uk.org.publicwhip/person/24843 2 2023-09-04-5f2cbd10-24843-0
d9e012a19ec76ab9be7ac42cac25a92b6fa1ace3 From 23 May 2022, a Director of the Conservative Friends of America. This is an unpaid role. (Registered 20 June 2022) Miscellaneous 5f2cbd10 2023-09-04   Robert Buckland uk.org.publicwhip/person/24843 3 2023-09-04-5f2cbd10-24843-0
a726f05b2bf10083621c0049c6b021b736a16826 From 25 January 2023, a Senior Fellow at the Mossavar-Rahmani Center for Business & Government at Harvard Kennedy School. This is an unpaid role. (Registered 03 February 2023) Miscellaneous 5f2cbd10 2023-09-04   Robert Buckland uk.org.publicwhip/person/24843 4 2023-09-04-5f2cbd10-24843-0
8c13b1b5adcede9c1529e7c348e5582983f67971 From 2 April 2023, I have been appointed to lead an independent review for the Government into autism and employment. This is an unpaid role. (Registered 05 April 2023) Miscellaneous 5f2cbd10 2023-09-04   Robert Buckland uk.org.publicwhip/person/24843 5 2023-09-04-5f2cbd10-24843-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 176.312ms · Data source: mySociety Data · About: simonw/register-of-members-interests-datasette