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-4" 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
99c4f7d18579c2363a0ce7a2643f8d3544f423a0 Name of donor: DCD Properties 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-4
592005fed1d3281ab31ed3c5f0e12108d270eb4b Address of donor: 90 Long Acre, London, WC2E 9RA 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-4
836aa5f2d5afb32e749df657c3290f4fb38f8c8a 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-4
4e90d5b641a63447d4788eca094e1e97a5544812 Date of receipt: 8 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-4
3c230426786ad5faafb8f562df8db6c8257baa01 Date of acceptance: 8 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-4
a9cfdf14a47c3fd94ec1c7036e367d0ce1920a83 Donor status: company, registration 03092306 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-4
bbc622c5498e82c6cf8ae4552c3e863b0cc25380 (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-4

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