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 = "2014-12-08-8f616a6e-10075-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
e0392f0f5bf60b20c36d4527691f9b73e675b557 Donations to my constituency party or association, which have been or will be reported by my party to the Electoral Commission: Sponsorships 8f616a6e 2014-12-08 Karen Buck uk.org.publicwhip/member/40655 Karen Buck uk.org.publicwhip/person/10075 0 2014-12-08-8f616a6e-10075-0
28aa4b4afa04bd212072e98812b2ee8ecce54906 Name of donor: Unite the Union Sponsorships 8f616a6e 2014-12-08 Karen Buck uk.org.publicwhip/member/40655 Karen Buck uk.org.publicwhip/person/10075 1 2014-12-08-8f616a6e-10075-0
88f2c1300a75fb9eb676b5dea9c5c3b3d00aa876 Address of donor: 128 Theobalds Road, London WC1X 8TN Sponsorships 8f616a6e 2014-12-08 Karen Buck uk.org.publicwhip/member/40655 Karen Buck uk.org.publicwhip/person/10075 2 2014-12-08-8f616a6e-10075-0
39a67aca0770651e129232ae969c289a9bc961af Amount of donation or nature and value if donation in kind: £3,000 Sponsorships 8f616a6e 2014-12-08 Karen Buck uk.org.publicwhip/member/40655 Karen Buck uk.org.publicwhip/person/10075 3 2014-12-08-8f616a6e-10075-0
0814b6f8619288d38bc68f7fb9011de9d45286de (Registered 4 April 2014) Sponsorships 8f616a6e 2014-12-08 Karen Buck uk.org.publicwhip/member/40655 Karen Buck uk.org.publicwhip/person/10075 5 2014-12-08-8f616a6e-10075-0
0421b8e69b33efc85fd057ff7338e92457546e87 Name of donor: The GMB Union Sponsorships 8f616a6e 2014-12-08 Karen Buck uk.org.publicwhip/member/40655 Karen Buck uk.org.publicwhip/person/10075 6 2014-12-08-8f616a6e-10075-0
e88bc3d79fc9d56f281d2f7296ad0276ad0c3bb3 Address of donor: St James Business Park, 81 Linwood Road, Paisley, PA3 3BB Sponsorships 8f616a6e 2014-12-08 Karen Buck uk.org.publicwhip/member/40655 Karen Buck uk.org.publicwhip/person/10075 7 2014-12-08-8f616a6e-10075-0
064c1eefc49103e7681266874083b6ca65130dbf Amount of donation or nature and value if donation in kind: £2,500 Sponsorships 8f616a6e 2014-12-08 Karen Buck uk.org.publicwhip/member/40655 Karen Buck uk.org.publicwhip/person/10075 8 2014-12-08-8f616a6e-10075-0
4c63e4ee7dc0b2d3dbd2f6abeea8f1d225b7d82c Donor status: trade union Sponsorships 8f616a6e 2014-12-08 Karen Buck uk.org.publicwhip/member/40655 Karen Buck uk.org.publicwhip/person/10075 9 2014-12-08-8f616a6e-10075-0
0cacc7a1bdf33284c496bcdb93ab411c05f38491 (Registered 9 April 2014) Sponsorships 8f616a6e 2014-12-08 Karen Buck uk.org.publicwhip/member/40655 Karen Buck uk.org.publicwhip/person/10075 10 2014-12-08-8f616a6e-10075-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 147.678ms · Data source: mySociety Data · About: simonw/register-of-members-interests-datasette