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-10221-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
bd20494d611b5d8eff28809f62d5c17dc4d3b8fd Name of donor: JTI Gifts, benefits and hospitality (UK) 84642823 2015-03-09 Edward Garnier uk.org.publicwhip/member/40297 Edward Garnier uk.org.publicwhip/person/10221 0 2015-03-09-84642823-10221-0
d39118cabe7eadbd178e16d49b00407861f1e738 Address of donor: Members Hill, Brooklands Rd, Weybridge, KT13 0QU Gifts, benefits and hospitality (UK) 84642823 2015-03-09 Edward Garnier uk.org.publicwhip/member/40297 Edward Garnier uk.org.publicwhip/person/10221 1 2015-03-09-84642823-10221-0
a9591c9ad2ea7a72042a53aef4ca90c53bfa6a15 Amount of donation or nature and value if donation in kind: Tickets for my wife and me, to the RHS Chelsea Flower Show, valued at £702 each, total £1,404. Gifts, benefits and hospitality (UK) 84642823 2015-03-09 Edward Garnier uk.org.publicwhip/member/40297 Edward Garnier uk.org.publicwhip/person/10221 2 2015-03-09-84642823-10221-0
28c9adbd08311222a042b07bec1439ddf70a1684 Date of receipt of donation: 20 May 2014 Gifts, benefits and hospitality (UK) 84642823 2015-03-09 Edward Garnier uk.org.publicwhip/member/40297 Edward Garnier uk.org.publicwhip/person/10221 3 2015-03-09-84642823-10221-0
9f8c1fccebd8785a6362565bebbee710db093ead Date of acceptance of donation: 20 May 2014 Gifts, benefits and hospitality (UK) 84642823 2015-03-09 Edward Garnier uk.org.publicwhip/member/40297 Edward Garnier uk.org.publicwhip/person/10221 4 2015-03-09-84642823-10221-0
390e7250c80ffab512663b5fcf8ff50973f09e70 Donor status: company, registration 01501573 Gifts, benefits and hospitality (UK) 84642823 2015-03-09 Edward Garnier uk.org.publicwhip/member/40297 Edward Garnier uk.org.publicwhip/person/10221 5 2015-03-09-84642823-10221-0
d93fe3ff877d4e215590bb947a4d9b761f7c5972 (Registered 20 May 2014) Gifts, benefits and hospitality (UK) 84642823 2015-03-09 Edward Garnier uk.org.publicwhip/member/40297 Edward Garnier uk.org.publicwhip/person/10221 6 2015-03-09-84642823-10221-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 110.281ms · Data source: mySociety Data · About: simonw/register-of-members-interests-datasette