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 = "2015-03-30-84642823-10777-1" 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
59383f3db7da4e7599e6b25459faab1b918718aa Name of donor: Ellesborough Golf Club Gifts, benefits and hospitality (UK) 84642823 2015-03-30 David Cameron uk.org.publicwhip/member/40665 David Cameron uk.org.publicwhip/person/10777 0 2015-03-30-84642823-10777-1
cc3d25f62784ce5da359c3253e56bd661d6b7f16 Address of donor: Butlers Cross, Aylesbury, Buckinghamshire HP17 OTZ Gifts, benefits and hospitality (UK) 84642823 2015-03-30 David Cameron uk.org.publicwhip/member/40665 David Cameron uk.org.publicwhip/person/10777 1 2015-03-30-84642823-10777-1
bf6f2ce49d0e226079c0ad7985d46250dbb7fc07 Amount of donation or nature and value if donation in kind: honorary membership of Ellesborough Golf Club; value £1,142 p. a. Gifts, benefits and hospitality (UK) 84642823 2015-03-30 David Cameron uk.org.publicwhip/member/40665 David Cameron uk.org.publicwhip/person/10777 2 2015-03-30-84642823-10777-1
386672b76e1bac58ed8e28664649df1c88132524 Date of receipt of donation: June 2011; renewed annually Gifts, benefits and hospitality (UK) 84642823 2015-03-30 David Cameron uk.org.publicwhip/member/40665 David Cameron uk.org.publicwhip/person/10777 3 2015-03-30-84642823-10777-1
038f239fe103c0221cf5d521deccfc59c6d31d60 Date of acceptance of donation: 9 June 2011 Gifts, benefits and hospitality (UK) 84642823 2015-03-30 David Cameron uk.org.publicwhip/member/40665 David Cameron uk.org.publicwhip/person/10777 4 2015-03-30-84642823-10777-1
c534b74e521249a9fac02fa87841f13499b7f64e Donor status: unincorporated association Gifts, benefits and hospitality (UK) 84642823 2015-03-30 David Cameron uk.org.publicwhip/member/40665 David Cameron uk.org.publicwhip/person/10777 5 2015-03-30-84642823-10777-1
a3f627fce6a9f220473201159bfefa4491135b86 (Registered 15 February 2012; updated 4 February 2013 and 21 November 2014) Gifts, benefits and hospitality (UK) 84642823 2015-03-30 David Cameron uk.org.publicwhip/member/40665 David Cameron uk.org.publicwhip/person/10777 6 2015-03-30-84642823-10777-1

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 50.055ms · Data source: mySociety Data · About: simonw/register-of-members-interests-datasette