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-09-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
d63b29946e9eccb8c8e94d658355afc38f2e54ec Name of donor: Trust Reservations Ltd Sponsorships 8f616a6e 2015-03-09 John Bercow uk.org.publicwhip/member/40131 John Bercow uk.org.publicwhip/person/10040 0 2015-03-09-8f616a6e-10040-4
54aca8070ca216d18f418fa257530668e8960bc7 Address of donor: 6 Oxford St, Lambourn, Hungerford, RG17 8XP Sponsorships 8f616a6e 2015-03-09 John Bercow uk.org.publicwhip/member/40131 John Bercow uk.org.publicwhip/person/10040 1 2015-03-09-8f616a6e-10040-4
39dcb0e40eabb818d4fc2f49422ddab60059ff67 Amount of donation or nature and value if donation in kind: £5,000 Sponsorships 8f616a6e 2015-03-09 John Bercow uk.org.publicwhip/member/40131 John Bercow uk.org.publicwhip/person/10040 2 2015-03-09-8f616a6e-10040-4
f0b39e2c2da67fc3d88b9cbe9b0379ba995175cc Date of receipt: 7 June 2014 Sponsorships 8f616a6e 2015-03-09 John Bercow uk.org.publicwhip/member/40131 John Bercow uk.org.publicwhip/person/10040 3 2015-03-09-8f616a6e-10040-4
c451d5931fd9bdd6c4149c2a5ecf64df41049cc4 Date of acceptance: 1 July 2014 Sponsorships 8f616a6e 2015-03-09 John Bercow uk.org.publicwhip/member/40131 John Bercow uk.org.publicwhip/person/10040 4 2015-03-09-8f616a6e-10040-4
c5806476bfc6c029dc274697c670b8708aa7417d Donor status: company, registration 03829637 Sponsorships 8f616a6e 2015-03-09 John Bercow uk.org.publicwhip/member/40131 John Bercow uk.org.publicwhip/person/10040 5 2015-03-09-8f616a6e-10040-4
488864c839b0f7725699493dad8029ddd8c07f37 (Registered 1 July 2014 ) Sponsorships 8f616a6e 2015-03-09 John Bercow uk.org.publicwhip/member/40131 John Bercow uk.org.publicwhip/person/10040 6 2015-03-09-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 16.023ms · Data source: mySociety Data · About: simonw/register-of-members-interests-datasette