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-02-09-8f616a6e-10357-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
6ac0054b75cf3439f84291c8a4eedf2b2fe3abf2 Name of donor: Deloitte LLP Sponsorships 8f616a6e 2015-02-09 Ivan Lewis uk.org.publicwhip/member/40135 Ivan Lewis uk.org.publicwhip/person/10357 0 2015-02-09-8f616a6e-10357-1
d06308dcd57f6067ba74015cf11aa0e60202b9dd Address of donor: 19 Bedford Street, Belfast BT2 7EJ Sponsorships 8f616a6e 2015-02-09 Ivan Lewis uk.org.publicwhip/member/40135 Ivan Lewis uk.org.publicwhip/person/10357 1 2015-02-09-8f616a6e-10357-1
442b56d939f83d1a679640f8f6724e4f903171ca Amount of donation or nature and value if donation in kind: the services of an administrator to support me in my Shadow Cabinet role by assisting with the Heenan-Anderson Commission, from 1 December 2014 to 31 March 2015; value £6,300 Sponsorships 8f616a6e 2015-02-09 Ivan Lewis uk.org.publicwhip/member/40135 Ivan Lewis uk.org.publicwhip/person/10357 2 2015-02-09-8f616a6e-10357-1
d44999649c6fe39dcb12a8ca2575829853b69870 Date of receipt: 1 December 2014 Sponsorships 8f616a6e 2015-02-09 Ivan Lewis uk.org.publicwhip/member/40135 Ivan Lewis uk.org.publicwhip/person/10357 3 2015-02-09-8f616a6e-10357-1
2076e42d5e9c1c2470455a1c89c2563ef4918f4f Date of acceptance: 1 December 2014 Sponsorships 8f616a6e 2015-02-09 Ivan Lewis uk.org.publicwhip/member/40135 Ivan Lewis uk.org.publicwhip/person/10357 4 2015-02-09-8f616a6e-10357-1
84e575832d0f48f6af46d64d17439c632e697331 Donor status: limited liability partnership Sponsorships 8f616a6e 2015-02-09 Ivan Lewis uk.org.publicwhip/member/40135 Ivan Lewis uk.org.publicwhip/person/10357 5 2015-02-09-8f616a6e-10357-1
59cb842e3cb3b066f10f1517e014ea4aa0955eab (Registered 26 January 2015) Sponsorships 8f616a6e 2015-02-09 Ivan Lewis uk.org.publicwhip/member/40135 Ivan Lewis uk.org.publicwhip/person/10357 6 2015-02-09-8f616a6e-10357-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 227.199ms · Data source: mySociety Data · About: simonw/register-of-members-interests-datasette