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-11-05-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
07783419c2d19f9b766913696718a0945b997198 Solicitor (non-practising). Miscellaneous 5f2cbd10 2019-11-05   Norman Lamb uk.org.publicwhip/person/11032 0 2019-11-05-5f2cbd10-11032-0
8f8b870c60d7531dcc344df39165877237154179 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-11-05   Norman Lamb uk.org.publicwhip/person/11032 1 2019-11-05-5f2cbd10-11032-0
c8ff7e52760bd595dc9d0a0bbe3133647d32ca7d From 8 September 2016, Parliamentary Champion for Headway. This is an unremunerated post. (Registered 02 November 2016) Miscellaneous 5f2cbd10 2019-11-05   Norman Lamb uk.org.publicwhip/person/11032 2 2019-11-05-5f2cbd10-11032-0
c74165b5f15ed47a136daeb00bdaf9f01360068c From 12 September 2016, Ambassador for Young Minds. This is an unremunerated post. (Registered 02 November 2016) Miscellaneous 5f2cbd10 2019-11-05   Norman Lamb uk.org.publicwhip/person/11032 3 2019-11-05-5f2cbd10-11032-0
479bfb4cbdf27586d068fc1bcf19a5955c72dcbb From 1 October 2016, Trustee of Think Ahead. This is an unremunerated post. (Registered 02 November 2016) Miscellaneous 5f2cbd10 2019-11-05   Norman Lamb uk.org.publicwhip/person/11032 4 2019-11-05-5f2cbd10-11032-0
cf5583b39541dc2638c00ddc8e41bf460d280aa3 From December 2017, Vice President of the British Fluoridation Society. This is an unremunerated position. (Registered 17 January 2018) Miscellaneous 5f2cbd10 2019-11-05   Norman Lamb uk.org.publicwhip/person/11032 5 2019-11-05-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 356.755ms · Data source: mySociety Data · About: simonw/register-of-members-interests-datasette