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-5" 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
89351ae54cd36a0b9a7c39f70cfdc1e5dfe2db90 Name of donor: Lance Mason 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-5
7608e75416d87c96b83a5cb41f1eb8d96057aa81 Address of donor: 5-7 Towers Court, Duckworth Street, Blackburn BB2 2JQ 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-5
8fb36412f1c566278406f87afd8c135a4be0ec02 Amount of donation or nature and value if donation in kind: £2,500 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-5
4e252cd894d5b4bdeb87ad08f6d71c55755db066 Date of receipt: 17 July 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-5
efb703de9f58b89080e460db1cea878fd5ac2224 Date of acceptance: 17 July 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-5
2f62ce2f3a104a561118ca7a525307c00744b74a Donor status: company, registration 0712 3287 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-5
3673b7ecb6678f319d95392e803d42b327e2c6a0 (Registered 29 July 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-5

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