home / regmem

Menu
  • GraphQL API

items

Table actions
  • GraphQL API for items

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

5 rows where record_id = "2010-02-24-8f616a6e-10169-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
1acaf9fbba7574077bd2435b0ede2db8a5ecc476 Name of donor: GMB Union (London Region) Sponsorships 8f616a6e 2010-02-24 Andrew Dismore uk.org.publicwhip/member/1628 Andrew Dismore uk.org.publicwhip/person/10169 0 2010-02-24-8f616a6e-10169-0
17243d283bc20666b67eb618cc6ae3d4d45a8e84 Address of donor: 152 Brent St, London NW4 2DP Sponsorships 8f616a6e 2010-02-24 Andrew Dismore uk.org.publicwhip/member/1628 Andrew Dismore uk.org.publicwhip/person/10169 1 2010-02-24-8f616a6e-10169-0
3a834dd6133020c504464a22661fae0c46c4ed05 Amount of donation or nature and value if donation in kind: £2,000 donation to my constituency party Sponsorships 8f616a6e 2010-02-24 Andrew Dismore uk.org.publicwhip/member/1628 Andrew Dismore uk.org.publicwhip/person/10169 2 2010-02-24-8f616a6e-10169-0
f0f15c52c798dc069f336a07765e7fc94d6c9d3b Donor status: trade union Sponsorships 8f616a6e 2010-02-24 Andrew Dismore uk.org.publicwhip/member/1628 Andrew Dismore uk.org.publicwhip/person/10169 3 2010-02-24-8f616a6e-10169-0
986ee1feab649e5f2074727ce0ba2e544f66d024 (Registered 12 February 2010) Sponsorships 8f616a6e 2010-02-24 Andrew Dismore uk.org.publicwhip/member/1628 Andrew Dismore uk.org.publicwhip/person/10169 4 2010-02-24-8f616a6e-10169-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 13.77ms · Data source: mySociety Data · About: simonw/register-of-members-interests-datasette