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-30-8f616a6e-24950-6" 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
e26d5cefba3bc38ea6706a6e447c5f76c8d24a03 Name of donor: Grosvenor UK Ltd Sponsorships 8f616a6e 2015-03-30 Chuka Umunna uk.org.publicwhip/member/40588 Chuka Umunna uk.org.publicwhip/person/24950 0 2015-03-30-8f616a6e-24950-6
8a3083c76482b41338ed7c28dc9dd2717b60adef Address of donor: Metropolitan House, 3 Darkes Lane, Potters Bar EN6 1AG Sponsorships 8f616a6e 2015-03-30 Chuka Umunna uk.org.publicwhip/member/40588 Chuka Umunna uk.org.publicwhip/person/24950 1 2015-03-30-8f616a6e-24950-6
65c37ded2ea713a563faee39c4e645bf620bed85 Amount of donation or nature and value if donation in kind: £5,000 received through the Labour Party to support the office of Chuka Umunna MP Sponsorships 8f616a6e 2015-03-30 Chuka Umunna uk.org.publicwhip/member/40588 Chuka Umunna uk.org.publicwhip/person/24950 2 2015-03-30-8f616a6e-24950-6
a004fe6f50fbcc9e04749cc6604d6667aa5f2ff7 Date of receipt: 6 August 2014 Sponsorships 8f616a6e 2015-03-30 Chuka Umunna uk.org.publicwhip/member/40588 Chuka Umunna uk.org.publicwhip/person/24950 3 2015-03-30-8f616a6e-24950-6
04245b94c4a865206675f6332c52d9262e113c2e Date of acceptance: 6 August 2014 Sponsorships 8f616a6e 2015-03-30 Chuka Umunna uk.org.publicwhip/member/40588 Chuka Umunna uk.org.publicwhip/person/24950 4 2015-03-30-8f616a6e-24950-6
c0b67d5aba46061db5d4d57575b89ab072011588 Donor status: company, registration 05632040 Sponsorships 8f616a6e 2015-03-30 Chuka Umunna uk.org.publicwhip/member/40588 Chuka Umunna uk.org.publicwhip/person/24950 5 2015-03-30-8f616a6e-24950-6
e1c4600e70fdcf7a6fc89b3f4931361494e26017 (Registered 12 August 2014) Sponsorships 8f616a6e 2015-03-30 Chuka Umunna uk.org.publicwhip/member/40588 Chuka Umunna uk.org.publicwhip/person/24950 6 2015-03-30-8f616a6e-24950-6

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