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 = "2017-04-10-5f2cbd10-10577-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
ede39f4193d5f7e923ccc53437b063fb79376e0c Unremunerated trustee of Reading Force, a charity which supports service families. (Registered 02 June 2014) Miscellaneous 5f2cbd10 2017-04-10   Gisela Stuart uk.org.publicwhip/person/10577 0 2017-04-10-5f2cbd10-10577-0
63ae28c6f1014d6518fd61dedda9eef4ffdfee58 From 13 March 2016 until 7 July 2016, unremunerated Chair of the Board of Vote Leave, Westminster Tower, 3 Albert Embankment, London SE1 7SP; a company set up to campaign in the referendum on EU membership for a Leave vote. (Registered 16 May 2016; updated 5 July 2016) Miscellaneous 5f2cbd10 2017-04-10   Gisela Stuart uk.org.publicwhip/person/10577 1 2017-04-10-5f2cbd10-10577-0
60a5b57f3705700aa6facc86dfd2e7b2038f5216 From April 2016, an unremunerated director of Living and Dying Well. (Registered 18 July 2016) Miscellaneous 5f2cbd10 2017-04-10   Gisela Stuart uk.org.publicwhip/person/10577 2 2017-04-10-5f2cbd10-10577-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.081ms · Data source: mySociety Data · About: simonw/register-of-members-interests-datasette