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 = "2010-02-24-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
0cf0b36fec79cf94b53d475f0efbd6a1ef0a4c42 Name of donor: Christopher Saunders Gifts, benefits and hospitality (UK) 84642823 2010-02-24 Kenneth Clarke uk.org.publicwhip/member/1794 Kenneth Clarke uk.org.publicwhip/person/10115 0 2010-02-24-84642823-10115-0
da855b413dbcd8dd1c964fe55873d6664dc16a8a Address of donor: private Gifts, benefits and hospitality (UK) 84642823 2010-02-24 Kenneth Clarke uk.org.publicwhip/member/1794 Kenneth Clarke uk.org.publicwhip/person/10115 1 2010-02-24-84642823-10115-0
dc6b7312f82484147c7767c04bffa1eebaf15a07 Amount of donation or nature and value if donation in kind: £850 (covering attendance at the Carlton Club Political Dinner) Gifts, benefits and hospitality (UK) 84642823 2010-02-24 Kenneth Clarke uk.org.publicwhip/member/1794 Kenneth Clarke uk.org.publicwhip/person/10115 2 2010-02-24-84642823-10115-0
096c0cb79e76b46b217808c6a7e5352452b09198 Date of receipt of donation: 22 September 2009 Gifts, benefits and hospitality (UK) 84642823 2010-02-24 Kenneth Clarke uk.org.publicwhip/member/1794 Kenneth Clarke uk.org.publicwhip/person/10115 3 2010-02-24-84642823-10115-0
d0f161e211eb43c1c5a8f4bfd1e67ba8c7b8ac9f Date of acceptance of donation: 22 September 2009 Gifts, benefits and hospitality (UK) 84642823 2010-02-24 Kenneth Clarke uk.org.publicwhip/member/1794 Kenneth Clarke uk.org.publicwhip/person/10115 4 2010-02-24-84642823-10115-0
9bcadddc767b62ea6f0b5cd6f05d41f7bea43d55 Donor status: individual Gifts, benefits and hospitality (UK) 84642823 2010-02-24 Kenneth Clarke uk.org.publicwhip/member/1794 Kenneth Clarke uk.org.publicwhip/person/10115 5 2010-02-24-84642823-10115-0
a5b82adf060d4b29ecb3be10db718b13042b8b45 (Registered 20 October 2009) Gifts, benefits and hospitality (UK) 84642823 2010-02-24 Kenneth Clarke uk.org.publicwhip/member/1794 Kenneth Clarke uk.org.publicwhip/person/10115 6 2010-02-24-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 24.376ms · Data source: mySociety Data · About: simonw/register-of-members-interests-datasette