home / regmem

Menu
  • GraphQL API

items

Table actions
  • GraphQL API for items

Data source: mySociety Data · About: simonw/register-of-members-interests-datasette

2 rows where record_id = "2019-07-01-10057ffd-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
973f9b6e8dafe3e0e2cb3a8d57c41543d27d15f3 12 October 2018, received £150 from the BBC, Contributor Payments, PO Box 745, Redhill RH1 9GB, for being a panellist on Any Questions. Hours: 1 hr. (Registered 07 November 2018) Employment and earnings 10057ffd 2019-07-01   Norman Lamb uk.org.publicwhip/person/11032 0 2019-07-01-10057ffd-11032-0
c47f1e9c046b191f67035913b95085e01b10d8bc From 1 March 2019, chair of the Advisory Board of XenZone group of companies, of Peninsular House, 30-36 Monument St, London EC3R 8NB, company registration number: 09795273 which is a digital provider of mental health support and treatment for people of all ages. My role is to help shape XenZone’s strategy and direction, and to provide practical support to management. I receive fees of £42,000 a year, paid monthly, in return for a monthly commitment of 16 hours. (Registered 06 March 2019) Employment and earnings 10057ffd 2019-07-01   Norman Lamb uk.org.publicwhip/person/11032 1 2019-07-01-10057ffd-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 171.472ms · Data source: mySociety Data · About: simonw/register-of-members-interests-datasette