home / regmem

Menu
  • GraphQL API

items

Table actions
  • GraphQL API for items

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

8 rows where record_id = "2014-10-27-9e46def6-10428-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
7cd9d3b522ffe82f1ccac866023c1644514e5748 Support in the capacity as an MP: Sponsorship or financial or material support 9e46def6 2014-10-27 Alan Meale uk.org.publicwhip/member/40389 Alan Meale uk.org.publicwhip/person/10428 0 2014-10-27-9e46def6-10428-0
8a8b0ff584214d45dee9df03324efa42576ae8b6 Name of donor: John Meale Sponsorship or financial or material support 9e46def6 2014-10-27 Alan Meale uk.org.publicwhip/member/40389 Alan Meale uk.org.publicwhip/person/10428 1 2014-10-27-9e46def6-10428-0
6aff41a90af2e62be53990e5f0db3f9a25121c24 Address of donor: private Sponsorship or financial or material support 9e46def6 2014-10-27 Alan Meale uk.org.publicwhip/member/40389 Alan Meale uk.org.publicwhip/person/10428 2 2014-10-27-9e46def6-10428-0
0c271322e94ef19a76a09f82e70adcbda33b0b7b Amount of donation or nature and value if donation in kind: £7,000 pa use of office space Sponsorship or financial or material support 9e46def6 2014-10-27 Alan Meale uk.org.publicwhip/member/40389 Alan Meale uk.org.publicwhip/person/10428 3 2014-10-27-9e46def6-10428-0
93a3ec4e0c9fd65f0734f03bb39b20789e1159a6 Date of receipt: January 2012; renewed January 2013 (arrangement has continued since January 2001) Sponsorship or financial or material support 9e46def6 2014-10-27 Alan Meale uk.org.publicwhip/member/40389 Alan Meale uk.org.publicwhip/person/10428 4 2014-10-27-9e46def6-10428-0
b8c96110e2b8efa8ea759c9ea32aa3f695f81b07 Date of acceptance: January 2012 Sponsorship or financial or material support 9e46def6 2014-10-27 Alan Meale uk.org.publicwhip/member/40389 Alan Meale uk.org.publicwhip/person/10428 5 2014-10-27-9e46def6-10428-0
0eb856dcac884b0e37a5b2e225345cb62a765312 Donor status: individual Sponsorship or financial or material support 9e46def6 2014-10-27 Alan Meale uk.org.publicwhip/member/40389 Alan Meale uk.org.publicwhip/person/10428 6 2014-10-27-9e46def6-10428-0
7dab125180b52755de501ecaeee01c062b44b669 (Registered 24 January 2012; updated 25 February 2013) Sponsorship or financial or material support 9e46def6 2014-10-27 Alan Meale uk.org.publicwhip/member/40389 Alan Meale uk.org.publicwhip/person/10428 7 2014-10-27-9e46def6-10428-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 428.167ms · Data source: mySociety Data · About: simonw/register-of-members-interests-datasette