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-04-12-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
fbfbbf863e7a775a175fbd7d2b7be57df0999ee4 I receive honorary membership of the Carlton Club. Gifts, benefits and hospitality (UK) 84642823 2010-04-12 Michael Howard uk.org.publicwhip/member/1587 Michael Howard uk.org.publicwhip/person/10290 0 2010-04-12-84642823-10290-0
c26fba1f434f1d52838da526866e434d06bfd9d4 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-04-12 Michael Howard uk.org.publicwhip/member/1587 Michael Howard uk.org.publicwhip/person/10290 1 2010-04-12-84642823-10290-0
1df2920dae98a1ab9b0bbf315da251d0d68a76dc I receive honorary membership of Buck's Club. (Registered 13 March 2009) Gifts, benefits and hospitality (UK) 84642823 2010-04-12 Michael Howard uk.org.publicwhip/member/1587 Michael Howard uk.org.publicwhip/person/10290 2 2010-04-12-84642823-10290-0
662d8515c3d0d9712d48639ab8da6d803b00d571 Name of donor: David Reuben Gifts, benefits and hospitality (UK) 84642823 2010-04-12 Michael Howard uk.org.publicwhip/member/1587 Michael Howard uk.org.publicwhip/person/10290 3 2010-04-12-84642823-10290-0
26381055feb0b2b16cf532a00e471f0ca37116f2 Address of donor: private Gifts, benefits and hospitality (UK) 84642823 2010-04-12 Michael Howard uk.org.publicwhip/member/1587 Michael Howard uk.org.publicwhip/person/10290 4 2010-04-12-84642823-10290-0
4b2e7f25b3694b6b6c889dad5934a36d94fa58c8 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-04-12 Michael Howard uk.org.publicwhip/member/1587 Michael Howard uk.org.publicwhip/person/10290 5 2010-04-12-84642823-10290-0
f79b4a6cd1dec2642eed644644d55bbfdb832aa6 Date of receipt of donation: 1 February 2010 Gifts, benefits and hospitality (UK) 84642823 2010-04-12 Michael Howard uk.org.publicwhip/member/1587 Michael Howard uk.org.publicwhip/person/10290 6 2010-04-12-84642823-10290-0
35e0d9c897e61360ce0bf9a0666aa81aef419778 Date of acceptance of donation: 1 February 2010 Gifts, benefits and hospitality (UK) 84642823 2010-04-12 Michael Howard uk.org.publicwhip/member/1587 Michael Howard uk.org.publicwhip/person/10290 7 2010-04-12-84642823-10290-0
51374c112d4b3356d1e43a63ebf320d05ca62ab8 Donor status: individual Gifts, benefits and hospitality (UK) 84642823 2010-04-12 Michael Howard uk.org.publicwhip/member/1587 Michael Howard uk.org.publicwhip/person/10290 8 2010-04-12-84642823-10290-0
3f4f1aee8926a5591add449606d41ae8b5bba20f (Registered 3 March 2010) Gifts, benefits and hospitality (UK) 84642823 2010-04-12 Michael Howard uk.org.publicwhip/member/1587 Michael Howard uk.org.publicwhip/person/10290 9 2010-04-12-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 81.097ms · Data source: mySociety Data · About: simonw/register-of-members-interests-datasette