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-03-84642823-10356-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
f66b25dc5b45c0168d613becd5706871c38a6739 Name of donor: Buxton Water Gifts, benefits and hospitality (UK) 84642823 2010-02-03 Tom Levitt uk.org.publicwhip/member/1637 Tom Levitt uk.org.publicwhip/person/10356 0 2010-02-03-84642823-10356-0
da8670af855617893008e35e6873cf0abf84977c Address of donor : Nestle Water UK Ltd, Trinity Court, Church Street, Rickmansworth, Hertfordshire WD3 1LD. Gifts, benefits and hospitality (UK) 84642823 2010-02-03 Tom Levitt uk.org.publicwhip/member/1637 Tom Levitt uk.org.publicwhip/person/10356 1 2010-02-03-84642823-10356-0
edbe0732043b71e350114b5434ae2a386866c274 Amount of donation or nature and value if donation in kind: £1098 (tickets and hospitality for two people to the Ashes cricket test match at Lords). Gifts, benefits and hospitality (UK) 84642823 2010-02-03 Tom Levitt uk.org.publicwhip/member/1637 Tom Levitt uk.org.publicwhip/person/10356 2 2010-02-03-84642823-10356-0
b5f8c4c799644cc10a93bd1bbfd8941253dd28ce Date of receipt of donation: 18 July 2009 Gifts, benefits and hospitality (UK) 84642823 2010-02-03 Tom Levitt uk.org.publicwhip/member/1637 Tom Levitt uk.org.publicwhip/person/10356 3 2010-02-03-84642823-10356-0
13806c5a6e4fa2fbac059935f11c0ba4f0033d04 Date of acceptance of donation:18 July 2009 Gifts, benefits and hospitality (UK) 84642823 2010-02-03 Tom Levitt uk.org.publicwhip/member/1637 Tom Levitt uk.org.publicwhip/person/10356 4 2010-02-03-84642823-10356-0
bb6d1d035854eddd59b65fa4a9737a4979c79c31 Donor status: company, registration number 2069102 Gifts, benefits and hospitality (UK) 84642823 2010-02-03 Tom Levitt uk.org.publicwhip/member/1637 Tom Levitt uk.org.publicwhip/person/10356 5 2010-02-03-84642823-10356-0
98cfdb6718edc781e65f7c18a471117e89b42125 (Registered 27 October 2009) Gifts, benefits and hospitality (UK) 84642823 2010-02-03 Tom Levitt uk.org.publicwhip/member/1637 Tom Levitt uk.org.publicwhip/person/10356 6 2010-02-03-84642823-10356-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 77.857ms · Data source: mySociety Data · About: simonw/register-of-members-interests-datasette