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-24-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
8b3f2961a798692d716d4cd3828eb20e83dae466 Name of donor: Buxton Water Gifts, benefits and hospitality (UK) 84642823 2010-02-24 Tom Levitt uk.org.publicwhip/member/1637 Tom Levitt uk.org.publicwhip/person/10356 0 2010-02-24-84642823-10356-0
30b3723bd5ea346cfbd0b34b967fd5679d8bbef5 Address of donor : Nestle Water UK Ltd, Trinity Court, Church Street, Rickmansworth, Hertfordshire WD3 1LD. Gifts, benefits and hospitality (UK) 84642823 2010-02-24 Tom Levitt uk.org.publicwhip/member/1637 Tom Levitt uk.org.publicwhip/person/10356 1 2010-02-24-84642823-10356-0
ea7bb3984df39556e1f120c2e764e7a577b48e85 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-24 Tom Levitt uk.org.publicwhip/member/1637 Tom Levitt uk.org.publicwhip/person/10356 2 2010-02-24-84642823-10356-0
0988f99769d6a75c766e13ad82d5229df3a9f097 Date of receipt of donation: 18 July 2009 Gifts, benefits and hospitality (UK) 84642823 2010-02-24 Tom Levitt uk.org.publicwhip/member/1637 Tom Levitt uk.org.publicwhip/person/10356 3 2010-02-24-84642823-10356-0
a163be27b8c8d4cd381a98563a9ce02fee68b142 Date of acceptance of donation:18 July 2009 Gifts, benefits and hospitality (UK) 84642823 2010-02-24 Tom Levitt uk.org.publicwhip/member/1637 Tom Levitt uk.org.publicwhip/person/10356 4 2010-02-24-84642823-10356-0
305d150297451b33bfb954ece3d75f5105f4065f Donor status: company, registration number 2069102 Gifts, benefits and hospitality (UK) 84642823 2010-02-24 Tom Levitt uk.org.publicwhip/member/1637 Tom Levitt uk.org.publicwhip/person/10356 5 2010-02-24-84642823-10356-0
33517fb23a5697075181d8e991308ee807761bdd (Registered 27 October 2009) Gifts, benefits and hospitality (UK) 84642823 2010-02-24 Tom Levitt uk.org.publicwhip/member/1637 Tom Levitt uk.org.publicwhip/person/10356 6 2010-02-24-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 12.646ms · Data source: mySociety Data · About: simonw/register-of-members-interests-datasette