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-10-28-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
7adcb8e679a12a231cfdcb1aee388e4ec8021b39 Name of donor: Buxton Water Gifts, benefits and hospitality (UK) 84642823 2009-10-28 Tom Levitt uk.org.publicwhip/member/1637 Tom Levitt uk.org.publicwhip/person/10356 0 2009-10-28-84642823-10356-0
853b3eb3f8cd1c15a845e6ba50ae02dd2fb65892 Address of donor : Nestle Water UK Ltd, Trinity Court, Church Street, Rickmansworth, Hertfordshire WD3 1LD. Gifts, benefits and hospitality (UK) 84642823 2009-10-28 Tom Levitt uk.org.publicwhip/member/1637 Tom Levitt uk.org.publicwhip/person/10356 1 2009-10-28-84642823-10356-0
1b234e0d12eb8875b27b68fdfe69428a724c30f2 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-10-28 Tom Levitt uk.org.publicwhip/member/1637 Tom Levitt uk.org.publicwhip/person/10356 2 2009-10-28-84642823-10356-0
efc1a16a1772ef9c065fd3fe1d8078b6bb43501d Date of receipt of donation: 18 July 2009 Gifts, benefits and hospitality (UK) 84642823 2009-10-28 Tom Levitt uk.org.publicwhip/member/1637 Tom Levitt uk.org.publicwhip/person/10356 3 2009-10-28-84642823-10356-0
8821f4179ff72e67f92eec6e1b59fdc2e0658506 Date of acceptance of donation:18 July 2009 Gifts, benefits and hospitality (UK) 84642823 2009-10-28 Tom Levitt uk.org.publicwhip/member/1637 Tom Levitt uk.org.publicwhip/person/10356 4 2009-10-28-84642823-10356-0
1869f3cdc9632f19b16e76b0ee779b2a3e2061f7 Donor status: company, registration number 2069102 Gifts, benefits and hospitality (UK) 84642823 2009-10-28 Tom Levitt uk.org.publicwhip/member/1637 Tom Levitt uk.org.publicwhip/person/10356 5 2009-10-28-84642823-10356-0
1ea1d0538e6c7d4e98d33cca20abdb32ad8074eb (Registered 27 October 2009) Gifts, benefits and hospitality (UK) 84642823 2009-10-28 Tom Levitt uk.org.publicwhip/member/1637 Tom Levitt uk.org.publicwhip/person/10356 6 2009-10-28-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 48.438ms · Data source: mySociety Data · About: simonw/register-of-members-interests-datasette