home / regmem

Menu
  • GraphQL API

items

Table actions
  • GraphQL API for items

Data source: mySociety Data · About: simonw/register-of-members-interests-datasette

5 rows where record_id = "2015-03-09-8f616a6e-10770-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
bde137522c1348aebd007777e6dbbffbdebcaa1d Name of donor: Conservative Voice Sponsorships 8f616a6e 2015-03-09 Alistair Burt uk.org.publicwhip/member/40435 Alistair Burt uk.org.publicwhip/person/10770 0 2015-03-09-8f616a6e-10770-1
0eb1d62712ea69ef86bf62207630cfc37de7304e Address of donor: Winslow House, Ashurst Park, Church Lane, Sunninghill, Ascot SL5 7ED Sponsorships 8f616a6e 2015-03-09 Alistair Burt uk.org.publicwhip/member/40435 Alistair Burt uk.org.publicwhip/person/10770 1 2015-03-09-8f616a6e-10770-1
f1a6454f70e233e8abfe9e4f5bf04d292a9b1a10 Amount of donation or nature and value if donation in kind: £4,000 Sponsorships 8f616a6e 2015-03-09 Alistair Burt uk.org.publicwhip/member/40435 Alistair Burt uk.org.publicwhip/person/10770 2 2015-03-09-8f616a6e-10770-1
e408b2258bcdfef849bb8ddcba0b1af9bc6445f6 Donor status: unincorporated association Sponsorships 8f616a6e 2015-03-09 Alistair Burt uk.org.publicwhip/member/40435 Alistair Burt uk.org.publicwhip/person/10770 3 2015-03-09-8f616a6e-10770-1
2d9d56e95f4dfd34899d8c6170a7a44144356001 (Registered 28 October 2014) Sponsorships 8f616a6e 2015-03-09 Alistair Burt uk.org.publicwhip/member/40435 Alistair Burt uk.org.publicwhip/person/10770 4 2015-03-09-8f616a6e-10770-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 88.395ms · Data source: mySociety Data · About: simonw/register-of-members-interests-datasette