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 = "2019-09-02-5f2cbd10-11032-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
3fa57b541758f735f9b4d74ca29f5ae5bcf3740b Solicitor (non-practising). Miscellaneous 5f2cbd10 2019-09-02   Norman Lamb uk.org.publicwhip/person/11032 0 2019-09-02-5f2cbd10-11032-0
c804544d7a36b009b8d094c4dc5945a95e90e2bc From 1 April 2016, Policy Advisory Board Member, Money and Mental Health Policy Institute, King's Policy Institute. This is an unremunerated post. (Registered 02 November 2016) Miscellaneous 5f2cbd10 2019-09-02   Norman Lamb uk.org.publicwhip/person/11032 1 2019-09-02-5f2cbd10-11032-0
d5a201cddd37051ad7fcf354a4698208cbfead82 From 8 September 2016, Parliamentary Champion for Headway. This is an unremunerated post. (Registered 02 November 2016) Miscellaneous 5f2cbd10 2019-09-02   Norman Lamb uk.org.publicwhip/person/11032 2 2019-09-02-5f2cbd10-11032-0
89da5f472ffc42bee4ce57e8436565fa6a154cf3 From 12 September 2016, Ambassador for Young Minds. This is an unremunerated post. (Registered 02 November 2016) Miscellaneous 5f2cbd10 2019-09-02   Norman Lamb uk.org.publicwhip/person/11032 3 2019-09-02-5f2cbd10-11032-0
d6a25659495df846e72484a8563065ece1651329 From 1 October 2016, Trustee of Think Ahead. This is an unremunerated post. (Registered 02 November 2016) Miscellaneous 5f2cbd10 2019-09-02   Norman Lamb uk.org.publicwhip/person/11032 4 2019-09-02-5f2cbd10-11032-0
6f412d6c1535bc0f0a7c0cae50a5a751431e2bff From December 2017, Vice President of the British Fluoridation Society. This is an unremunerated position. (Registered 17 January 2018) Miscellaneous 5f2cbd10 2019-09-02   Norman Lamb uk.org.publicwhip/person/11032 5 2019-09-02-5f2cbd10-11032-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 126.05ms · Data source: mySociety Data · About: simonw/register-of-members-interests-datasette