home / regmem

Menu
  • GraphQL API

items

Table actions
  • GraphQL API for items

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

6 rows where record_id = "2014-11-24-8f616a6e-24936-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
b43ab7667b241b5d3043aa1232ca03d805a8a08e Donations to my constituency party or association, which have been or will be reported by the party to the Electoral Commission: Sponsorships 8f616a6e 2014-11-24 George Hollingbery uk.org.publicwhip/member/40390 George Hollingbery uk.org.publicwhip/person/24936 0 2014-11-24-8f616a6e-24936-0
b00b9b2962ea49a328fe8d4161d98f0051228aa6 Name of donor: Malcolm Isaac Sponsorships 8f616a6e 2014-11-24 George Hollingbery uk.org.publicwhip/member/40390 George Hollingbery uk.org.publicwhip/person/24936 1 2014-11-24-8f616a6e-24936-0
c461eabc75e76f2cf40b3623ab871536e8f5a987 Address of donor: private Sponsorships 8f616a6e 2014-11-24 George Hollingbery uk.org.publicwhip/member/40390 George Hollingbery uk.org.publicwhip/person/24936 2 2014-11-24-8f616a6e-24936-0
08e392f4a6dd7e37301abdd55cda49bd29bf436e Amount of donation or nature and value if donation in kind: £5,000 Sponsorships 8f616a6e 2014-11-24 George Hollingbery uk.org.publicwhip/member/40390 George Hollingbery uk.org.publicwhip/person/24936 3 2014-11-24-8f616a6e-24936-0
602a8f8ff7bcf4beee4e856207653a48e256778e Donor status: individual Sponsorships 8f616a6e 2014-11-24 George Hollingbery uk.org.publicwhip/member/40390 George Hollingbery uk.org.publicwhip/person/24936 4 2014-11-24-8f616a6e-24936-0
83cd7cbd0a4026d238fa7c1924b35cfbd50fb9c0 (Registered 10 November 2014) Sponsorships 8f616a6e 2014-11-24 George Hollingbery uk.org.publicwhip/member/40390 George Hollingbery uk.org.publicwhip/person/24936 5 2014-11-24-8f616a6e-24936-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 14.342ms · Data source: mySociety Data · About: simonw/register-of-members-interests-datasette