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-2" 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
e70b192febc0a7bd82fe627b56618600effefb9c Name of donor: Trust Reservations 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-2
09fd70abc75abfd4555af3d6db3751860f39a6fa Address of donor: 6 Oxford St, Lambourn, Hungerford, RG17 8XP 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-2
f6edbf7179f1da00aae9f38411049ff400733f39 Amount of donation or nature and value if donation in kind: £5,000 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-2
bb0b74082ae0d7f091fbf02eef78262e798d9a06 Date of receipt: 7 June 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-2
0ac7e9f1193daa1c52c95f1b3badea6efe4ba3da Date of acceptance: 1 July 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-2
9aeb7622c0f54c469ea04a10c57ffa261d57a7ea Donor status: company, registration 03829637 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-2
904df04ecef7bb4c0b4aa5b81f4b4a8585a73e6a (Registered 1 July 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-2

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 110.816ms · Data source: mySociety Data · About: simonw/register-of-members-interests-datasette