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-10040-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
149ac21b357ffc0f5c12998aeb261d4ba4262fe4 Name of donor: APX Autopart Express Ltd Sponsorships 8f616a6e 2015-03-30 John Bercow uk.org.publicwhip/member/40131 John Bercow uk.org.publicwhip/person/10040 0 2015-03-30-8f616a6e-10040-4
7eb7e94ad1833b5207e4d46f6fac2759f1055d9a Address of donor: 34 Greenhill Crescent, Watford Business Park, Watford WD18 8JU Sponsorships 8f616a6e 2015-03-30 John Bercow uk.org.publicwhip/member/40131 John Bercow uk.org.publicwhip/person/10040 1 2015-03-30-8f616a6e-10040-4
d699b1c345338aa5b239ae514e0a0245225603af Amount of donation or nature and value if donation in kind: £2,500 Sponsorships 8f616a6e 2015-03-30 John Bercow uk.org.publicwhip/member/40131 John Bercow uk.org.publicwhip/person/10040 2 2015-03-30-8f616a6e-10040-4
53f9bad0a71ef9c1e47a72d1b5cb2eaafba974ae Date of receipt: 14 November 2014 Sponsorships 8f616a6e 2015-03-30 John Bercow uk.org.publicwhip/member/40131 John Bercow uk.org.publicwhip/person/10040 3 2015-03-30-8f616a6e-10040-4
8e420b1ec01ed66743bfe4477ebb8f882608b259 Date of acceptance: 21 November 2014 Sponsorships 8f616a6e 2015-03-30 John Bercow uk.org.publicwhip/member/40131 John Bercow uk.org.publicwhip/person/10040 4 2015-03-30-8f616a6e-10040-4
7203d7d457a879b234c042dbcc73dac8b87cd962 Donor status: company, registration 09255164 Sponsorships 8f616a6e 2015-03-30 John Bercow uk.org.publicwhip/member/40131 John Bercow uk.org.publicwhip/person/10040 5 2015-03-30-8f616a6e-10040-4
a872c6a00bd44ae8bc0c4cd7d0403a8783350c63 (Registered 5 December 2014) Sponsorships 8f616a6e 2015-03-30 John Bercow uk.org.publicwhip/member/40131 John Bercow uk.org.publicwhip/person/10040 6 2015-03-30-8f616a6e-10040-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 8.157ms · Data source: mySociety Data · About: simonw/register-of-members-interests-datasette