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-23-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
7e688023474a330fec6f6838c609383a55d435d2 Name of donor: Deloitte LLP Sponsorships 8f616a6e 2015-02-23 Ivan Lewis uk.org.publicwhip/member/40135 Ivan Lewis uk.org.publicwhip/person/10357 0 2015-02-23-8f616a6e-10357-1
9cf36ef7a6e684232ff8be58e33734362dfe3a12 Address of donor: 19 Bedford Street, Belfast BT2 7EJ Sponsorships 8f616a6e 2015-02-23 Ivan Lewis uk.org.publicwhip/member/40135 Ivan Lewis uk.org.publicwhip/person/10357 1 2015-02-23-8f616a6e-10357-1
68e239d43d7938e3b8046dc73141dd061f579498 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-23 Ivan Lewis uk.org.publicwhip/member/40135 Ivan Lewis uk.org.publicwhip/person/10357 2 2015-02-23-8f616a6e-10357-1
3f34556705db88101157833cd8f0d5b2c4244378 Date of receipt: 1 December 2014 Sponsorships 8f616a6e 2015-02-23 Ivan Lewis uk.org.publicwhip/member/40135 Ivan Lewis uk.org.publicwhip/person/10357 3 2015-02-23-8f616a6e-10357-1
293d14fcfdd7f0480955ad5c806c9640df03284e Date of acceptance: 1 December 2014 Sponsorships 8f616a6e 2015-02-23 Ivan Lewis uk.org.publicwhip/member/40135 Ivan Lewis uk.org.publicwhip/person/10357 4 2015-02-23-8f616a6e-10357-1
6f482123acaadab6d5e9c64d01c5619aef9e519e Donor status: limited liability partnership Sponsorships 8f616a6e 2015-02-23 Ivan Lewis uk.org.publicwhip/member/40135 Ivan Lewis uk.org.publicwhip/person/10357 5 2015-02-23-8f616a6e-10357-1
9eb96f2b923d95a42ad5c9361d0f6fb834a9c6cc (Registered 26 January 2015) Sponsorships 8f616a6e 2015-02-23 Ivan Lewis uk.org.publicwhip/member/40135 Ivan Lewis uk.org.publicwhip/person/10357 6 2015-02-23-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 13.687ms · Data source: mySociety Data · About: simonw/register-of-members-interests-datasette