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-01-06-84642823-10115-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
9d6437cb19857ccee30fc192f33b717f874a4ebc Name of donor: Motor Sports Association Gifts, benefits and hospitality (UK) 84642823 2015-01-06 Kenneth Clarke uk.org.publicwhip/member/40513 Kenneth Clarke uk.org.publicwhip/person/10115 0 2015-01-06-84642823-10115-0
ecfbbf7e49bfc546c8d1d65dec0765d638d9259e Address of donor: Motor Sports House, Riverside Park, Colnbrook, SL3 0HG Gifts, benefits and hospitality (UK) 84642823 2015-01-06 Kenneth Clarke uk.org.publicwhip/member/40513 Kenneth Clarke uk.org.publicwhip/person/10115 1 2015-01-06-84642823-10115-0
2a3f7049f9f9a2e55220bc9f045d8ca0219ed076 Amount of donation or nature and value if donation in kind: two tickets for British Grand Prix and hospitality, with a total value of £972 Gifts, benefits and hospitality (UK) 84642823 2015-01-06 Kenneth Clarke uk.org.publicwhip/member/40513 Kenneth Clarke uk.org.publicwhip/person/10115 2 2015-01-06-84642823-10115-0
a193019632ee690c679cb47a02369a8e17cc6cff Date of receipt of donation: 6 July 2014 Gifts, benefits and hospitality (UK) 84642823 2015-01-06 Kenneth Clarke uk.org.publicwhip/member/40513 Kenneth Clarke uk.org.publicwhip/person/10115 3 2015-01-06-84642823-10115-0
94630b2f8b97384d6f04b817a9e2a14e1fa61df5 Date of acceptance of donation: 6 July 2014 Gifts, benefits and hospitality (UK) 84642823 2015-01-06 Kenneth Clarke uk.org.publicwhip/member/40513 Kenneth Clarke uk.org.publicwhip/person/10115 4 2015-01-06-84642823-10115-0
9aede7f3d460bf0cbb258e459ba6650e3e99a34e Donor status: company, registration number 1344829 Gifts, benefits and hospitality (UK) 84642823 2015-01-06 Kenneth Clarke uk.org.publicwhip/member/40513 Kenneth Clarke uk.org.publicwhip/person/10115 5 2015-01-06-84642823-10115-0
992773dd8f638f6c3665c5621dc32b471269b7dc (Registered 29 July 2014) Gifts, benefits and hospitality (UK) 84642823 2015-01-06 Kenneth Clarke uk.org.publicwhip/member/40513 Kenneth Clarke uk.org.publicwhip/person/10115 6 2015-01-06-84642823-10115-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 351.335ms · Data source: mySociety Data · About: simonw/register-of-members-interests-datasette