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-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
1ca6aad82c322f379a3dc07d7200e563564d5964 Name of donor: JTI Gifts, benefits and hospitality (UK) 84642823 2015-03-30 Edward Garnier uk.org.publicwhip/member/40297 Edward Garnier uk.org.publicwhip/person/10221 0 2015-03-30-84642823-10221-0
7b4a54d1f70ce356e58f65920ad9054bca8c10ed Address of donor: Members Hill, Brooklands Rd, Weybridge, KT13 0QU Gifts, benefits and hospitality (UK) 84642823 2015-03-30 Edward Garnier uk.org.publicwhip/member/40297 Edward Garnier uk.org.publicwhip/person/10221 1 2015-03-30-84642823-10221-0
74a709862646268376489d323a6921f9a22c8822 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-30 Edward Garnier uk.org.publicwhip/member/40297 Edward Garnier uk.org.publicwhip/person/10221 2 2015-03-30-84642823-10221-0
a23ff54cbe3f4a0d8137c525a475d098d98f4220 Date of receipt of donation: 20 May 2014 Gifts, benefits and hospitality (UK) 84642823 2015-03-30 Edward Garnier uk.org.publicwhip/member/40297 Edward Garnier uk.org.publicwhip/person/10221 3 2015-03-30-84642823-10221-0
9c83fadc8d58bd880b6ee9c49f9c69bc95273533 Date of acceptance of donation: 20 May 2014 Gifts, benefits and hospitality (UK) 84642823 2015-03-30 Edward Garnier uk.org.publicwhip/member/40297 Edward Garnier uk.org.publicwhip/person/10221 4 2015-03-30-84642823-10221-0
c397cc88f8e9ce30ae1f8bfa6c5ae758c32f0b1c Donor status: company, registration 01501573 Gifts, benefits and hospitality (UK) 84642823 2015-03-30 Edward Garnier uk.org.publicwhip/member/40297 Edward Garnier uk.org.publicwhip/person/10221 5 2015-03-30-84642823-10221-0
16a6c743af5b403db4e84a4025b92dab26583aa5 (Registered 20 May 2014) Gifts, benefits and hospitality (UK) 84642823 2015-03-30 Edward Garnier uk.org.publicwhip/member/40297 Edward Garnier uk.org.publicwhip/person/10221 6 2015-03-30-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 33.376ms · Data source: mySociety Data · About: simonw/register-of-members-interests-datasette