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-30-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
9a0b8e7db37e8537db15518b7c2857d7cd0b18a8 Solicitor (non-practising). Miscellaneous 5f2cbd10 2019-09-30   Norman Lamb uk.org.publicwhip/person/11032 0 2019-09-30-5f2cbd10-11032-0
4db76d442323a35144faa0cf4ad57879af0d5a14 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-30   Norman Lamb uk.org.publicwhip/person/11032 1 2019-09-30-5f2cbd10-11032-0
cb323e063be6b5054f65d2d5aa0ff7fcf91c35f2 From 8 September 2016, Parliamentary Champion for Headway. This is an unremunerated post. (Registered 02 November 2016) Miscellaneous 5f2cbd10 2019-09-30   Norman Lamb uk.org.publicwhip/person/11032 2 2019-09-30-5f2cbd10-11032-0
b0bcbbfe7e2603d02636c57392f9ff3fca3ea66d From 12 September 2016, Ambassador for Young Minds. This is an unremunerated post. (Registered 02 November 2016) Miscellaneous 5f2cbd10 2019-09-30   Norman Lamb uk.org.publicwhip/person/11032 3 2019-09-30-5f2cbd10-11032-0
ff68f16d6cb2744ba86627edeba158fc75b1c374 From 1 October 2016, Trustee of Think Ahead. This is an unremunerated post. (Registered 02 November 2016) Miscellaneous 5f2cbd10 2019-09-30   Norman Lamb uk.org.publicwhip/person/11032 4 2019-09-30-5f2cbd10-11032-0
e9fa31bb384bb4602909d2b1a6717888acf0f984 From December 2017, Vice President of the British Fluoridation Society. This is an unremunerated position. (Registered 17 January 2018) Miscellaneous 5f2cbd10 2019-09-30   Norman Lamb uk.org.publicwhip/person/11032 5 2019-09-30-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 54.196ms · Data source: mySociety Data · About: simonw/register-of-members-interests-datasette