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-02-23-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
3dccacd73a1f5c6d5bd4cd89995897a09b970a37 Name of donor: JTI Gifts, benefits and hospitality (UK) 84642823 2015-02-23 Gerald Howarth uk.org.publicwhip/member/40039 Gerald Howarth uk.org.publicwhip/person/10293 0 2015-02-23-84642823-10293-0
ad7203794a3e36c269a9042349f72774811b5336 Address of donor: Members Hill, Brooklands Road, Weybridge, Surrey KT13 0QU Gifts, benefits and hospitality (UK) 84642823 2015-02-23 Gerald Howarth uk.org.publicwhip/member/40039 Gerald Howarth uk.org.publicwhip/person/10293 1 2015-02-23-84642823-10293-0
7c1f45dca247345edcf3e21d2e91dcc2a423b487 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-02-23 Gerald Howarth uk.org.publicwhip/member/40039 Gerald Howarth uk.org.publicwhip/person/10293 2 2015-02-23-84642823-10293-0
d58d1ba7d8a9d53df4ff0c86e92d8c06ff786092 Date of receipt of donation: 28 March 2014 Gifts, benefits and hospitality (UK) 84642823 2015-02-23 Gerald Howarth uk.org.publicwhip/member/40039 Gerald Howarth uk.org.publicwhip/person/10293 3 2015-02-23-84642823-10293-0
aaee1b0677b92b8339564665308cdb2dfbbe339a Date of acceptance of donation: 1 April 2014 Gifts, benefits and hospitality (UK) 84642823 2015-02-23 Gerald Howarth uk.org.publicwhip/member/40039 Gerald Howarth uk.org.publicwhip/person/10293 4 2015-02-23-84642823-10293-0
93c0dc5988e30dc81fde3f26c0ac3f73faf0bcb6 Donor status: company, number 01501573 Gifts, benefits and hospitality (UK) 84642823 2015-02-23 Gerald Howarth uk.org.publicwhip/member/40039 Gerald Howarth uk.org.publicwhip/person/10293 5 2015-02-23-84642823-10293-0
bcaf5f716b009f269f9064dde9e53c4f0837722c (Registered 21 May 2014) Gifts, benefits and hospitality (UK) 84642823 2015-02-23 Gerald Howarth uk.org.publicwhip/member/40039 Gerald Howarth uk.org.publicwhip/person/10293 6 2015-02-23-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 13.88ms · Data source: mySociety Data · About: simonw/register-of-members-interests-datasette