home / regmem

Menu
  • GraphQL API

items

Table actions
  • GraphQL API for items

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

7 rows where person_id = "uk.org.publicwhip/person/10096" 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
06886da0a5ee20c9ac163a2677f4cc6a291d270e Donation to my constituency party from the Communication Workers Union. (Registered 27 June 2005) Sponsorship or financial or material support 9e46def6 2006-06-21 Martin Caton uk.org.publicwhip/member/1597 Martin Caton uk.org.publicwhip/person/10096 0 2006-06-21-9e46def6-10096-0
bf03c5a3d5d69084a712a6e5843dda7cc9511692 Donation to my constituency party from the Communication Workers Union. (Registered 27 June 2005) Sponsorship or financial or material support 9e46def6 2006-05-12 Martin Caton uk.org.publicwhip/member/1597 Martin Caton uk.org.publicwhip/person/10096 0 2006-05-12-9e46def6-10096-0
fc61e82361fe5347c6085c4cc8462103062b3e03 Donation to my constituency party from the Communication Workers Union. (Registered 27 June 2005) Sponsorship or financial or material support 9e46def6 2006-03-24 Martin Caton uk.org.publicwhip/member/1597 Martin Caton uk.org.publicwhip/person/10096 0 2006-03-24-9e46def6-10096-0
8e7580044bc47670d67acff49ccc9303ee6132a5 Donation to my constituency party from the Communication Workers Union. (Registered 27 June 2005) Sponsorship or financial or material support 9e46def6 2006-02-14 Martin Caton uk.org.publicwhip/member/1597 Martin Caton uk.org.publicwhip/person/10096 0 2006-02-14-9e46def6-10096-0
93c9d8e9a0f94abc013354ed42e1183a3bb544ba Donation to my constituency party from the Communication Workers Union. (Registered 27 June 2005) Sponsorship or financial or material support 9e46def6 2006-02-13 Martin Caton uk.org.publicwhip/member/1597 Martin Caton uk.org.publicwhip/person/10096 0 2006-02-13-9e46def6-10096-0
b843dfd395d589cf33602b59e8c6642cf45d1308 Donation to my constituency party from the Communication Workers Union. (Registered 27 June 2005) Sponsorship or financial or material support 9e46def6 2005-12-14 Martin Caton uk.org.publicwhip/member/1597 Martin Caton uk.org.publicwhip/person/10096 0 2005-12-14-9e46def6-10096-0
9b1d2aabeb127d99eb45fa42b7c05a04a44d2ec8 Donation to my constituency party from the Communication Workers Union. (Registered 27 June 2005) Sponsorship or financial or material support 9e46def6 2005-11-01 Martin Caton uk.org.publicwhip/member/1597 Martin Caton uk.org.publicwhip/person/10096 0 2005-11-01-9e46def6-10096-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 71.735ms · Data source: mySociety Data · About: simonw/register-of-members-interests-datasette