home / regmem

Menu
  • GraphQL API

items

Table actions
  • GraphQL API for items

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

3 rows where record_id = "2002-11-26-1fdbe1e1-10290-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
25db5ba2de0e875f7c52cb3bc9a465bca2b01351 Queen's Counsel (non-practising). Remunerated employment, office, profession, etc 1fdbe1e1 2002-11-26 Michael Howard uk.org.publicwhip/member/974 Michael Howard uk.org.publicwhip/person/10290 0 2002-11-26-1fdbe1e1-10290-0
c286464ae2dc5b5174467c87187f10e02d1896a2 Member of the Advisory Council of Consort Resources Limited, which is engaged in gas exploration and production. Remunerated employment, office, profession, etc 1fdbe1e1 2002-11-26 Michael Howard uk.org.publicwhip/member/974 Michael Howard uk.org.publicwhip/person/10290 1 2002-11-26-1fdbe1e1-10290-0
a01e80bc722059870b940224aebfbba3c4e21de9 7-8 July 2002, fee for addressing conference, travel and hotel accommodation for my wife and myself in Spain paid by Casa Madrid. (Registered 28 September 2002) Remunerated employment, office, profession, etc 1fdbe1e1 2002-11-26 Michael Howard uk.org.publicwhip/member/974 Michael Howard uk.org.publicwhip/person/10290 2 2002-11-26-1fdbe1e1-10290-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 15.639ms · Data source: mySociety Data · About: simonw/register-of-members-interests-datasette