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 = "2014-10-27-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
9870431380d814108d6d64a3e5d166cf5a9c1543 Name of donor: Motor Sports Association Gifts, benefits and hospitality (UK) 84642823 2014-10-27 Kenneth Clarke uk.org.publicwhip/member/40513 Kenneth Clarke uk.org.publicwhip/person/10115 0 2014-10-27-84642823-10115-0
e3166243a843256f48d851fbd29cc528b1eec312 Address of donor: Motor Sports House, Riverside Park, Colnbrook, SL3 0HG Gifts, benefits and hospitality (UK) 84642823 2014-10-27 Kenneth Clarke uk.org.publicwhip/member/40513 Kenneth Clarke uk.org.publicwhip/person/10115 1 2014-10-27-84642823-10115-0
1140aeb89286a326bee4eae55c4ba38abe891d5e 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 2014-10-27 Kenneth Clarke uk.org.publicwhip/member/40513 Kenneth Clarke uk.org.publicwhip/person/10115 2 2014-10-27-84642823-10115-0
94685f77159c05cad5bf808ba2d0095e9d8580be Date of receipt of donation: 6 July 2014 Gifts, benefits and hospitality (UK) 84642823 2014-10-27 Kenneth Clarke uk.org.publicwhip/member/40513 Kenneth Clarke uk.org.publicwhip/person/10115 3 2014-10-27-84642823-10115-0
959f5e1c755dbbd64f216c4bae36ceaa7099cdfe Date of acceptance of donation: 6 July 2014 Gifts, benefits and hospitality (UK) 84642823 2014-10-27 Kenneth Clarke uk.org.publicwhip/member/40513 Kenneth Clarke uk.org.publicwhip/person/10115 4 2014-10-27-84642823-10115-0
fd9bf29db399deb79e4fe7609af9f947b2c6727c Donor status: company, registration number 1344829 Gifts, benefits and hospitality (UK) 84642823 2014-10-27 Kenneth Clarke uk.org.publicwhip/member/40513 Kenneth Clarke uk.org.publicwhip/person/10115 5 2014-10-27-84642823-10115-0
7e65141a0f772670f8386b3e07c7ef80b8898fad (Registered 29 July 2014) Gifts, benefits and hospitality (UK) 84642823 2014-10-27 Kenneth Clarke uk.org.publicwhip/member/40513 Kenneth Clarke uk.org.publicwhip/person/10115 6 2014-10-27-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 13.544ms · Data source: mySociety Data · About: simonw/register-of-members-interests-datasette