home / regmem

Menu
  • GraphQL API

items

Table actions
  • GraphQL API for items

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

6 rows where record_id = "2014-08-26-8f616a6e-10423-0" 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
5674419fc0ad4316d1b6f28490c64c3dda1d74d1 Donations to my constituency party or association, which have been or will be reported by my party to the Electoral Commission: Sponsorships 8f616a6e 2014-08-26 Francis Maude uk.org.publicwhip/member/40322 Francis Maude uk.org.publicwhip/person/10423 0 2014-08-26-8f616a6e-10423-0
990102e83f5121cb3eb3b5ef23766c02ce0e3282 Name of donor: Horsham Parliamentary Dining Club Sponsorships 8f616a6e 2014-08-26 Francis Maude uk.org.publicwhip/member/40322 Francis Maude uk.org.publicwhip/person/10423 1 2014-08-26-8f616a6e-10423-0
329f30aeb34f9b4040c188a9ca2c8b1ecdb8f2a3 Address of donor: Church House, West Grinstead, W Sussex RH13 8LR Sponsorships 8f616a6e 2014-08-26 Francis Maude uk.org.publicwhip/member/40322 Francis Maude uk.org.publicwhip/person/10423 2 2014-08-26-8f616a6e-10423-0
9145801f1db3a604af3a156ca10e250569a8a76f Amount of donation or nature and value if donation in kind: £2,500 Sponsorships 8f616a6e 2014-08-26 Francis Maude uk.org.publicwhip/member/40322 Francis Maude uk.org.publicwhip/person/10423 3 2014-08-26-8f616a6e-10423-0
78bbdb066b8f396c8ed4e1055960076db408b844 Donor status: members’ association Sponsorships 8f616a6e 2014-08-26 Francis Maude uk.org.publicwhip/member/40322 Francis Maude uk.org.publicwhip/person/10423 4 2014-08-26-8f616a6e-10423-0
8aa4250c55cd2deb7e77d0c0f2ebaf0fa38bbf42 (Registered 8 January 2014) Sponsorships 8f616a6e 2014-08-26 Francis Maude uk.org.publicwhip/member/40322 Francis Maude uk.org.publicwhip/person/10423 5 2014-08-26-8f616a6e-10423-0

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