home / regmem

Menu
  • GraphQL API

items

Table actions
  • GraphQL API for items

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

5 rows where record_id = "2022-10-17-5f2cbd10-24912-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
aa9b93125e73f2a3587e6a288efc1c2d1b93d512 Until 31 October 2021, non-practising member of Law Society of England and Wales. (Updated 12 November 2021) Miscellaneous 5f2cbd10 2022-10-17   Anne Marie Morris uk.org.publicwhip/person/24912 0 2022-10-17-5f2cbd10-24912-0
a1ad3b44c9b4b682bfd9224d444b49532865d667 Non-practising member of Chartered Institute of Marketing. Miscellaneous 5f2cbd10 2022-10-17   Anne Marie Morris uk.org.publicwhip/person/24912 1 2022-10-17-5f2cbd10-24912-0
1536fb26d5fd3a3e9a64298b311e5cb0b0bf7001 Until 31 October 2021, non-practising member of European Mentoring and Coaching Council. (Updated 12 November 2021) Miscellaneous 5f2cbd10 2022-10-17   Anne Marie Morris uk.org.publicwhip/person/24912 2 2022-10-17-5f2cbd10-24912-0
8178d93bd7def3420979c4b872b8bb1329e25fbc Until 1 March 2022, unremunerated director of the Small Business Bureau. (Registered 12 November 2012, updated 03 March 2022) Miscellaneous 5f2cbd10 2022-10-17   Anne Marie Morris uk.org.publicwhip/person/24912 3 2022-10-17-5f2cbd10-24912-0
961429a190b42f0c4a8acc3d050121273a30e1a5 From March 2017 until 1 March 2022, an unremunerated director of the Genesis Initiative; a body that seeks to represent small business interests of European businesses primarily by lobbying in the U.K. (Registered 21 June 2017, updated 03 March 2022) Miscellaneous 5f2cbd10 2022-10-17   Anne Marie Morris uk.org.publicwhip/person/24912 4 2022-10-17-5f2cbd10-24912-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 26.842ms · Data source: mySociety Data · About: simonw/register-of-members-interests-datasette