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-10-21-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
8438135b46cf6b5db0390e344cd4c0eee2e22332 Solicitor (non-practising). Miscellaneous 5f2cbd10 2019-10-21   Norman Lamb uk.org.publicwhip/person/11032 0 2019-10-21-5f2cbd10-11032-0
6d2c6288403f3bc21c152ff7aa7a6563ba704957 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-10-21   Norman Lamb uk.org.publicwhip/person/11032 1 2019-10-21-5f2cbd10-11032-0
bb770ffe0a24e1fe0bddfad97a80ae5589dc2c01 From 8 September 2016, Parliamentary Champion for Headway. This is an unremunerated post. (Registered 02 November 2016) Miscellaneous 5f2cbd10 2019-10-21   Norman Lamb uk.org.publicwhip/person/11032 2 2019-10-21-5f2cbd10-11032-0
f183e0b4bdd7f49160313acd57d7fb0e057c2603 From 12 September 2016, Ambassador for Young Minds. This is an unremunerated post. (Registered 02 November 2016) Miscellaneous 5f2cbd10 2019-10-21   Norman Lamb uk.org.publicwhip/person/11032 3 2019-10-21-5f2cbd10-11032-0
18614397ca38c6fcba36115949de701faa634326 From 1 October 2016, Trustee of Think Ahead. This is an unremunerated post. (Registered 02 November 2016) Miscellaneous 5f2cbd10 2019-10-21   Norman Lamb uk.org.publicwhip/person/11032 4 2019-10-21-5f2cbd10-11032-0
ac09bfb7124a2525c5aa6c7873e368ac6c971c31 From December 2017, Vice President of the British Fluoridation Society. This is an unremunerated position. (Registered 17 January 2018) Miscellaneous 5f2cbd10 2019-10-21   Norman Lamb uk.org.publicwhip/person/11032 5 2019-10-21-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 21.81ms · Data source: mySociety Data · About: simonw/register-of-members-interests-datasette