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-03-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
4f3577a158d31c4185277c93872fee543247277b Name of donor: Christopher Saunders Gifts, benefits and hospitality (UK) 84642823 2010-03-24 Kenneth Clarke uk.org.publicwhip/member/1794 Kenneth Clarke uk.org.publicwhip/person/10115 0 2010-03-24-84642823-10115-0
f535fde1b9c1011f9977018ea7aa2cc773fedd36 Address of donor: private Gifts, benefits and hospitality (UK) 84642823 2010-03-24 Kenneth Clarke uk.org.publicwhip/member/1794 Kenneth Clarke uk.org.publicwhip/person/10115 1 2010-03-24-84642823-10115-0
d95b0944c6714b29e1c059beb6d41010f6751c17 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-03-24 Kenneth Clarke uk.org.publicwhip/member/1794 Kenneth Clarke uk.org.publicwhip/person/10115 2 2010-03-24-84642823-10115-0
b45dc4bb5845ab0eb81df5960a50994e47601318 Date of receipt of donation: 22 September 2009 Gifts, benefits and hospitality (UK) 84642823 2010-03-24 Kenneth Clarke uk.org.publicwhip/member/1794 Kenneth Clarke uk.org.publicwhip/person/10115 3 2010-03-24-84642823-10115-0
441ebeff3c4fcdf17fa8dee10c97349194635c33 Date of acceptance of donation: 22 September 2009 Gifts, benefits and hospitality (UK) 84642823 2010-03-24 Kenneth Clarke uk.org.publicwhip/member/1794 Kenneth Clarke uk.org.publicwhip/person/10115 4 2010-03-24-84642823-10115-0
d6dae06ee4154d45064d0b78145b3429e0c01e5f Donor status: individual Gifts, benefits and hospitality (UK) 84642823 2010-03-24 Kenneth Clarke uk.org.publicwhip/member/1794 Kenneth Clarke uk.org.publicwhip/person/10115 5 2010-03-24-84642823-10115-0
f8289d20347bc4ffe5b404f97f66ea2979e23f28 (Registered 20 October 2009) Gifts, benefits and hospitality (UK) 84642823 2010-03-24 Kenneth Clarke uk.org.publicwhip/member/1794 Kenneth Clarke uk.org.publicwhip/person/10115 6 2010-03-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 16.075ms · Data source: mySociety Data · About: simonw/register-of-members-interests-datasette