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-11-25-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
aac56a19431716fe6b09d9dacedb5c0c66726daf Name of donor: Buxton Water Gifts, benefits and hospitality (UK) 84642823 2009-11-25 Tom Levitt uk.org.publicwhip/member/1637 Tom Levitt uk.org.publicwhip/person/10356 0 2009-11-25-84642823-10356-0
a9857632d8fb1fa6716da78fc1d8ab2f0ef595b3 Address of donor : Nestle Water UK Ltd, Trinity Court, Church Street, Rickmansworth, Hertfordshire WD3 1LD. Gifts, benefits and hospitality (UK) 84642823 2009-11-25 Tom Levitt uk.org.publicwhip/member/1637 Tom Levitt uk.org.publicwhip/person/10356 1 2009-11-25-84642823-10356-0
aa8fc0f108700982593cefb328ab41a71e2b76e9 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-11-25 Tom Levitt uk.org.publicwhip/member/1637 Tom Levitt uk.org.publicwhip/person/10356 2 2009-11-25-84642823-10356-0
5861dc7ffb067cd47d2ded085f6b625127c9af84 Date of receipt of donation: 18 July 2009 Gifts, benefits and hospitality (UK) 84642823 2009-11-25 Tom Levitt uk.org.publicwhip/member/1637 Tom Levitt uk.org.publicwhip/person/10356 3 2009-11-25-84642823-10356-0
c5ae34e2ca8f88aa81ad89dd24bd791a812e4fc1 Date of acceptance of donation:18 July 2009 Gifts, benefits and hospitality (UK) 84642823 2009-11-25 Tom Levitt uk.org.publicwhip/member/1637 Tom Levitt uk.org.publicwhip/person/10356 4 2009-11-25-84642823-10356-0
f0fb1a43069f9b555e5190d5e0277b844de4bb3e Donor status: company, registration number 2069102 Gifts, benefits and hospitality (UK) 84642823 2009-11-25 Tom Levitt uk.org.publicwhip/member/1637 Tom Levitt uk.org.publicwhip/person/10356 5 2009-11-25-84642823-10356-0
ef52c54e9427f64a4d5f2b0c8870020a40ce3a4c (Registered 27 October 2009) Gifts, benefits and hospitality (UK) 84642823 2009-11-25 Tom Levitt uk.org.publicwhip/member/1637 Tom Levitt uk.org.publicwhip/person/10356 6 2009-11-25-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 184.669ms · Data source: mySociety Data · About: simonw/register-of-members-interests-datasette