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-10-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
4d12616f16d2a095ad97524a5db7e49a1b3f172f Name of donor: Christopher Saunders Gifts, benefits and hospitality (UK) 84642823 2010-03-10 Kenneth Clarke uk.org.publicwhip/member/1794 Kenneth Clarke uk.org.publicwhip/person/10115 0 2010-03-10-84642823-10115-0
5d80643c0c012f2ef870c70c08dbf91aa0747a39 Address of donor: private Gifts, benefits and hospitality (UK) 84642823 2010-03-10 Kenneth Clarke uk.org.publicwhip/member/1794 Kenneth Clarke uk.org.publicwhip/person/10115 1 2010-03-10-84642823-10115-0
e46c2ffd09f124a093f58a106c004ae7b48fe651 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-10 Kenneth Clarke uk.org.publicwhip/member/1794 Kenneth Clarke uk.org.publicwhip/person/10115 2 2010-03-10-84642823-10115-0
efee28ceac9b3af2507c78b34d63583896222523 Date of receipt of donation: 22 September 2009 Gifts, benefits and hospitality (UK) 84642823 2010-03-10 Kenneth Clarke uk.org.publicwhip/member/1794 Kenneth Clarke uk.org.publicwhip/person/10115 3 2010-03-10-84642823-10115-0
0e4b6128f6b80ad03f181694179f2a081cd144b6 Date of acceptance of donation: 22 September 2009 Gifts, benefits and hospitality (UK) 84642823 2010-03-10 Kenneth Clarke uk.org.publicwhip/member/1794 Kenneth Clarke uk.org.publicwhip/person/10115 4 2010-03-10-84642823-10115-0
0cb4ccbae6dfd19ca9a5f9b5dec5b070547a67e6 Donor status: individual Gifts, benefits and hospitality (UK) 84642823 2010-03-10 Kenneth Clarke uk.org.publicwhip/member/1794 Kenneth Clarke uk.org.publicwhip/person/10115 5 2010-03-10-84642823-10115-0
01eb31ac622ea368208f9fb377e7a3005591f921 (Registered 20 October 2009) Gifts, benefits and hospitality (UK) 84642823 2010-03-10 Kenneth Clarke uk.org.publicwhip/member/1794 Kenneth Clarke uk.org.publicwhip/person/10115 6 2010-03-10-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 14.564ms · Data source: mySociety Data · About: simonw/register-of-members-interests-datasette