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 record_id = "2015-03-09-9e46def6-10428-1" 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
b592f5e46c83ebf302dfa5c384daacb7f2d2f2fc Name of donor: John Meale Sponsorship or financial or material support 9e46def6 2015-03-09 Alan Meale uk.org.publicwhip/member/40389 Alan Meale uk.org.publicwhip/person/10428 0 2015-03-09-9e46def6-10428-1
b15c866683a088582babdbc26f1b2c1ab88f57d2 Address of donor: private Sponsorship or financial or material support 9e46def6 2015-03-09 Alan Meale uk.org.publicwhip/member/40389 Alan Meale uk.org.publicwhip/person/10428 1 2015-03-09-9e46def6-10428-1
e7b1d2a03bfb6a313daa3365c166d2621f01460e 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 2015-03-09 Alan Meale uk.org.publicwhip/member/40389 Alan Meale uk.org.publicwhip/person/10428 2 2015-03-09-9e46def6-10428-1
2c8abb335d7977a08c08c691f43142e3c5457000 Date of receipt: January 2012; renewed January 2013 (arrangement has continued since January 2001) Sponsorship or financial or material support 9e46def6 2015-03-09 Alan Meale uk.org.publicwhip/member/40389 Alan Meale uk.org.publicwhip/person/10428 3 2015-03-09-9e46def6-10428-1
38f319b78723dd564b929d0d4b5a4bf08ddf2cff Date of acceptance: January 2012 Sponsorship or financial or material support 9e46def6 2015-03-09 Alan Meale uk.org.publicwhip/member/40389 Alan Meale uk.org.publicwhip/person/10428 4 2015-03-09-9e46def6-10428-1
c95152e5573413dfe75b7ee4695029e87a76ef89 Donor status: individual Sponsorship or financial or material support 9e46def6 2015-03-09 Alan Meale uk.org.publicwhip/member/40389 Alan Meale uk.org.publicwhip/person/10428 5 2015-03-09-9e46def6-10428-1
76bf8e706ed6122021b8d7393bbbf069e29c1d76 (Registered 24 January 2012; updated 25 February 2013) Sponsorship or financial or material support 9e46def6 2015-03-09 Alan Meale uk.org.publicwhip/member/40389 Alan Meale uk.org.publicwhip/person/10428 6 2015-03-09-9e46def6-10428-1

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 811.679ms · Data source: mySociety Data · About: simonw/register-of-members-interests-datasette