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 = "2009-12-10-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
0fb4718c52b2b578ffc7552f38b8e56417bedc45 Name of donor: Buxton Water Gifts, benefits and hospitality (UK) 84642823 2009-12-10 Tom Levitt uk.org.publicwhip/member/1637 Tom Levitt uk.org.publicwhip/person/10356 0 2009-12-10-84642823-10356-0
436deac5bb44673f35e76fae3a7256f8d45675b2 Address of donor : Nestle Water UK Ltd, Trinity Court, Church Street, Rickmansworth, Hertfordshire WD3 1LD. Gifts, benefits and hospitality (UK) 84642823 2009-12-10 Tom Levitt uk.org.publicwhip/member/1637 Tom Levitt uk.org.publicwhip/person/10356 1 2009-12-10-84642823-10356-0
f2b2bdc736f9e3dc9c0a8c71d87226d65562403b 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 2009-12-10 Tom Levitt uk.org.publicwhip/member/1637 Tom Levitt uk.org.publicwhip/person/10356 2 2009-12-10-84642823-10356-0
2273f1e07b5acb6a77c4286226bbe3318d9e3c46 Date of receipt of donation: 18 July 2009 Gifts, benefits and hospitality (UK) 84642823 2009-12-10 Tom Levitt uk.org.publicwhip/member/1637 Tom Levitt uk.org.publicwhip/person/10356 3 2009-12-10-84642823-10356-0
3558598ea1ac2aa0ad21f940198e6f5bd2873bad Date of acceptance of donation:18 July 2009 Gifts, benefits and hospitality (UK) 84642823 2009-12-10 Tom Levitt uk.org.publicwhip/member/1637 Tom Levitt uk.org.publicwhip/person/10356 4 2009-12-10-84642823-10356-0
03c1ad5e421836882e7e15e26b4a36054bb01475 Donor status: company, registration number 2069102 Gifts, benefits and hospitality (UK) 84642823 2009-12-10 Tom Levitt uk.org.publicwhip/member/1637 Tom Levitt uk.org.publicwhip/person/10356 5 2009-12-10-84642823-10356-0
6cb52deae4b41de3f9fe6c51375cc79368b2d56f (Registered 27 October 2009) Gifts, benefits and hospitality (UK) 84642823 2009-12-10 Tom Levitt uk.org.publicwhip/member/1637 Tom Levitt uk.org.publicwhip/person/10356 6 2009-12-10-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 17.174ms · Data source: mySociety Data · About: simonw/register-of-members-interests-datasette