home / regmem

Menu
  • GraphQL API

items

Table actions
  • GraphQL API for items

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

11 rows where record_id = "2004-10-22-84642823-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
5e1f3191d17a361a82288e817fe7db7b34d7533e To facilitate my travel in my capacity as Leader of the Opposition, I have received helicopter travel from the following: Gifts, benefits and hospitality (UK) 84642823 2004-10-22 Michael Howard uk.org.publicwhip/member/974 Michael Howard uk.org.publicwhip/person/10290 0 2004-10-22-84642823-10290-0
cdcc5f3529178f79ccbd01f8e74d91353b261573 JC Bamford Excavators Ltd., Rocester, Staffordshire. Gifts, benefits and hospitality (UK) 84642823 2004-10-22 Michael Howard uk.org.publicwhip/member/974 Michael Howard uk.org.publicwhip/person/10290 1 2004-10-22-84642823-10290-0
cb3104cf7ca0af1e0beac22a4a92174555e62c0c JCB Research Ltd. Rocester. Gifts, benefits and hospitality (UK) 84642823 2004-10-22 Michael Howard uk.org.publicwhip/member/974 Michael Howard uk.org.publicwhip/person/10290 2 2004-10-22-84642823-10290-0
cb999860713ba77e6715c79d126d77f41addbc99 Mr. John Scurr, of London. Gifts, benefits and hospitality (UK) 84642823 2004-10-22 Michael Howard uk.org.publicwhip/member/974 Michael Howard uk.org.publicwhip/person/10290 3 2004-10-22-84642823-10290-0
59d38d44cd4fb4750fb06f649ca06e8512df29d7 Lord Haughey, Chairman, Norbrook Laboratories (GB) Ltd., County Down. Gifts, benefits and hospitality (UK) 84642823 2004-10-22 Michael Howard uk.org.publicwhip/member/974 Michael Howard uk.org.publicwhip/person/10290 4 2004-10-22-84642823-10290-0
163eaff81352d8d135e1df16052e3e93775fa706 Johann Eliasch, ECJ Investments, London (use of private plane). Gifts, benefits and hospitality (UK) 84642823 2004-10-22 Michael Howard uk.org.publicwhip/member/974 Michael Howard uk.org.publicwhip/person/10290 5 2004-10-22-84642823-10290-0
b88b3eb2fcbabd2a706b0cd5ba418eb336f95670 Lord Hesketh. Gifts, benefits and hospitality (UK) 84642823 2004-10-22 Michael Howard uk.org.publicwhip/member/974 Michael Howard uk.org.publicwhip/person/10290 6 2004-10-22-84642823-10290-0
b20d03bd9d60072f96696e623ffe8d412ee3186f Marquess of Milford-Haven. Gifts, benefits and hospitality (UK) 84642823 2004-10-22 Michael Howard uk.org.publicwhip/member/974 Michael Howard uk.org.publicwhip/person/10290 7 2004-10-22-84642823-10290-0
f59e67a94ceb47b0962d0eba25b203182f208db8 Viking Office Supplies Ltd., Staffordshire. Gifts, benefits and hospitality (UK) 84642823 2004-10-22 Michael Howard uk.org.publicwhip/member/974 Michael Howard uk.org.publicwhip/person/10290 8 2004-10-22-84642823-10290-0
8883de26935ff640c3c4dda06164a2088013c428 Mr. D. Instance, Sellindge, Ashford (use of private plane). Gifts, benefits and hospitality (UK) 84642823 2004-10-22 Michael Howard uk.org.publicwhip/member/974 Michael Howard uk.org.publicwhip/person/10290 9 2004-10-22-84642823-10290-0
9d6521ba4ea2b861ecb97b83c7f5494852ada2cf The details of the travel provided have been provided to the office of the Parliamentary Commissioner for Standards. Gifts, benefits and hospitality (UK) 84642823 2004-10-22 Michael Howard uk.org.publicwhip/member/974 Michael Howard uk.org.publicwhip/person/10290 10 2004-10-22-84642823-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 63.749ms · Data source: mySociety Data · About: simonw/register-of-members-interests-datasette