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-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
bb94d9464eb894c082fd06ecda83c9717ffa35a5 Name of donor: Deloitte LLP Sponsorships 8f616a6e 2015-03-30 Ivan Lewis uk.org.publicwhip/member/40135 Ivan Lewis uk.org.publicwhip/person/10357 0 2015-03-30-8f616a6e-10357-1
984e7e88870712843e713e2baa369405f2a59d54 Address of donor: 19 Bedford Street, Belfast BT2 7EJ Sponsorships 8f616a6e 2015-03-30 Ivan Lewis uk.org.publicwhip/member/40135 Ivan Lewis uk.org.publicwhip/person/10357 1 2015-03-30-8f616a6e-10357-1
dfdf4a1595bd73e5ea9d376ee985ff7903569504 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-03-30 Ivan Lewis uk.org.publicwhip/member/40135 Ivan Lewis uk.org.publicwhip/person/10357 2 2015-03-30-8f616a6e-10357-1
395783c6cb5107ff52f564d75b941c5033033854 Date of receipt: 1 December 2014 Sponsorships 8f616a6e 2015-03-30 Ivan Lewis uk.org.publicwhip/member/40135 Ivan Lewis uk.org.publicwhip/person/10357 3 2015-03-30-8f616a6e-10357-1
3eebd14900a8901288281a304550c47bd4e71ca3 Date of acceptance: 1 December 2014 Sponsorships 8f616a6e 2015-03-30 Ivan Lewis uk.org.publicwhip/member/40135 Ivan Lewis uk.org.publicwhip/person/10357 4 2015-03-30-8f616a6e-10357-1
a9b53a5c2fd17d46965287e2c3aa1d0d06ce0f83 Donor status: limited liability partnership Sponsorships 8f616a6e 2015-03-30 Ivan Lewis uk.org.publicwhip/member/40135 Ivan Lewis uk.org.publicwhip/person/10357 5 2015-03-30-8f616a6e-10357-1
50a9113cbc81161d9924ca7591566bdb1d2c9ab1 (Registered 26 January 2015) Sponsorships 8f616a6e 2015-03-30 Ivan Lewis uk.org.publicwhip/member/40135 Ivan Lewis uk.org.publicwhip/person/10357 6 2015-03-30-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 157.746ms · Data source: mySociety Data · About: simonw/register-of-members-interests-datasette