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