home / regmem

Menu
  • GraphQL API

items

Table actions
  • GraphQL API for items

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

7 rows where record_id = "2015-03-09-84642823-10293-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
9fb88847009ead55a54ffddcb8cc4166f84dc471 Name of donor: JTI Gifts, benefits and hospitality (UK) 84642823 2015-03-09 Gerald Howarth uk.org.publicwhip/member/40039 Gerald Howarth uk.org.publicwhip/person/10293 0 2015-03-09-84642823-10293-0
ba3d82257fbc9beabdec86eeb2d806d33f68aa19 Address of donor: Members Hill, Brooklands Road, Weybridge, Surrey KT13 0QU Gifts, benefits and hospitality (UK) 84642823 2015-03-09 Gerald Howarth uk.org.publicwhip/member/40039 Gerald Howarth uk.org.publicwhip/person/10293 1 2015-03-09-84642823-10293-0
e123f999b098933937ba9545b0c51e30e10ef74d Amount of donation or nature and value if donation in kind: day pass and lunch at the Chelsea Flower Show on 20 May 2014 for Sir Gerald and Lady Howarth at £702 per person; total: £1,404. Gifts, benefits and hospitality (UK) 84642823 2015-03-09 Gerald Howarth uk.org.publicwhip/member/40039 Gerald Howarth uk.org.publicwhip/person/10293 2 2015-03-09-84642823-10293-0
a3e34e266f8420d60afba20769706e45eb74b9b5 Date of receipt of donation: 28 March 2014 Gifts, benefits and hospitality (UK) 84642823 2015-03-09 Gerald Howarth uk.org.publicwhip/member/40039 Gerald Howarth uk.org.publicwhip/person/10293 3 2015-03-09-84642823-10293-0
9fdf656f72c61968ce7e18c40a54dc5ba57a540e Date of acceptance of donation: 1 April 2014 Gifts, benefits and hospitality (UK) 84642823 2015-03-09 Gerald Howarth uk.org.publicwhip/member/40039 Gerald Howarth uk.org.publicwhip/person/10293 4 2015-03-09-84642823-10293-0
222bcd19cb23a4c8a7f2c3c3f39390be2507d772 Donor status: company, number 01501573 Gifts, benefits and hospitality (UK) 84642823 2015-03-09 Gerald Howarth uk.org.publicwhip/member/40039 Gerald Howarth uk.org.publicwhip/person/10293 5 2015-03-09-84642823-10293-0
956314cfb3c94adb442e08627d6c47f086fdb10a (Registered 21 May 2014) Gifts, benefits and hospitality (UK) 84642823 2015-03-09 Gerald Howarth uk.org.publicwhip/member/40039 Gerald Howarth uk.org.publicwhip/person/10293 6 2015-03-09-84642823-10293-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.236ms · Data source: mySociety Data · About: simonw/register-of-members-interests-datasette