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-30-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
9a7df870fa2beeb73a13861ecc823965dbfde21e Name of donor: JTI Gifts, benefits and hospitality (UK) 84642823 2015-03-30 Gerald Howarth uk.org.publicwhip/member/40039 Gerald Howarth uk.org.publicwhip/person/10293 0 2015-03-30-84642823-10293-0
9d8136ea30247fc4458dc6e4e4f9d746b6c61a65 Address of donor: Members Hill, Brooklands Road, Weybridge, Surrey KT13 0QU Gifts, benefits and hospitality (UK) 84642823 2015-03-30 Gerald Howarth uk.org.publicwhip/member/40039 Gerald Howarth uk.org.publicwhip/person/10293 1 2015-03-30-84642823-10293-0
57b4989902192b90f0caf64528de658509fa9ee9 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-30 Gerald Howarth uk.org.publicwhip/member/40039 Gerald Howarth uk.org.publicwhip/person/10293 2 2015-03-30-84642823-10293-0
109f0b1f3ddf62f772c0f5f7ff0b4a49e19ba04f Date of receipt of donation: 28 March 2014 Gifts, benefits and hospitality (UK) 84642823 2015-03-30 Gerald Howarth uk.org.publicwhip/member/40039 Gerald Howarth uk.org.publicwhip/person/10293 3 2015-03-30-84642823-10293-0
1290e38e50856b2355bc22365f96158b7d87b580 Date of acceptance of donation: 1 April 2014 Gifts, benefits and hospitality (UK) 84642823 2015-03-30 Gerald Howarth uk.org.publicwhip/member/40039 Gerald Howarth uk.org.publicwhip/person/10293 4 2015-03-30-84642823-10293-0
3861f0e04bbe2ad59318a029cec956ea055bb7bb Donor status: company, number 01501573 Gifts, benefits and hospitality (UK) 84642823 2015-03-30 Gerald Howarth uk.org.publicwhip/member/40039 Gerald Howarth uk.org.publicwhip/person/10293 5 2015-03-30-84642823-10293-0
e75bf53cb43de3fbf536ce25ad1c76b7a8c5c0f0 (Registered 21 May 2014) Gifts, benefits and hospitality (UK) 84642823 2015-03-30 Gerald Howarth uk.org.publicwhip/member/40039 Gerald Howarth uk.org.publicwhip/person/10293 6 2015-03-30-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 32.752ms · Data source: mySociety Data · About: simonw/register-of-members-interests-datasette