home / regmem

Menu
  • GraphQL API

items

Table actions
  • GraphQL API for items

Data source: mySociety Data · About: simonw/register-of-members-interests-datasette

10 rows where record_id = "2010-03-24-84642823-10290-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
f7310ce6ecad22a6de27bd26446ff1d9d7cf0d29 I receive honorary membership of the Carlton Club. Gifts, benefits and hospitality (UK) 84642823 2010-03-24 Michael Howard uk.org.publicwhip/member/1587 Michael Howard uk.org.publicwhip/person/10290 0 2010-03-24-84642823-10290-0
d6730273d506b05a462987f96efdfffb050b0065 My wife and I received tickets for the Conservative Party's 'Black and White Party' on 4 February 2009, paid for by Lord Marland. (Registered 10 March 2009) Gifts, benefits and hospitality (UK) 84642823 2010-03-24 Michael Howard uk.org.publicwhip/member/1587 Michael Howard uk.org.publicwhip/person/10290 1 2010-03-24-84642823-10290-0
985746fbfcfe43873995da7f23a900b29d9e38d0 I receive honorary membership of Buck's Club. (Registered 13 March 2009) Gifts, benefits and hospitality (UK) 84642823 2010-03-24 Michael Howard uk.org.publicwhip/member/1587 Michael Howard uk.org.publicwhip/person/10290 2 2010-03-24-84642823-10290-0
88a4a6b97e98bfe0c80f472b9e4846e5f5efd79e Name of donor: David Reuben Gifts, benefits and hospitality (UK) 84642823 2010-03-24 Michael Howard uk.org.publicwhip/member/1587 Michael Howard uk.org.publicwhip/person/10290 3 2010-03-24-84642823-10290-0
8b5f96514f7a4c65a7468a23b748ecba1fd00943 Address of donor: private Gifts, benefits and hospitality (UK) 84642823 2010-03-24 Michael Howard uk.org.publicwhip/member/1587 Michael Howard uk.org.publicwhip/person/10290 4 2010-03-24-84642823-10290-0
6b3ec4bc297cf7e2be14fbfebd5642e8a83ea658 Amount of donation or nature and value if donation in kind: my wife and I received tickets to the Conservative Party's general election fundraising dinner (value: £700). Gifts, benefits and hospitality (UK) 84642823 2010-03-24 Michael Howard uk.org.publicwhip/member/1587 Michael Howard uk.org.publicwhip/person/10290 5 2010-03-24-84642823-10290-0
0a2f7327325a3720e28683aa8cd3f79ea23c6e1a Date of receipt of donation: 1 February 2010 Gifts, benefits and hospitality (UK) 84642823 2010-03-24 Michael Howard uk.org.publicwhip/member/1587 Michael Howard uk.org.publicwhip/person/10290 6 2010-03-24-84642823-10290-0
7f8786bc50ec874a9e3749350a65ebb89da47eb6 Date of acceptance of donation: 1 February 2010 Gifts, benefits and hospitality (UK) 84642823 2010-03-24 Michael Howard uk.org.publicwhip/member/1587 Michael Howard uk.org.publicwhip/person/10290 7 2010-03-24-84642823-10290-0
80ee0b022b9bf4f512adc95026ad3db226eea7cd Donor status: individual Gifts, benefits and hospitality (UK) 84642823 2010-03-24 Michael Howard uk.org.publicwhip/member/1587 Michael Howard uk.org.publicwhip/person/10290 8 2010-03-24-84642823-10290-0
7673eedbfc345ee97611163c40127643f2d3312a (Registered 3 March 2010) Gifts, benefits and hospitality (UK) 84642823 2010-03-24 Michael Howard uk.org.publicwhip/member/1587 Michael Howard uk.org.publicwhip/person/10290 9 2010-03-24-84642823-10290-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 15.852ms · Data source: mySociety Data · About: simonw/register-of-members-interests-datasette