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-06-16-8f616a6e-24859-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
7c21b8c0028b795cd9b4e65d80b6fc873779cdf3 Donations to my constituency party or association, which have been or will be reported by my party to the Electoral Commission: Sponsorships 8f616a6e 2014-06-16 Nick de Bois uk.org.publicwhip/member/40247 Nick de Bois uk.org.publicwhip/person/24859 0 2014-06-16-8f616a6e-24859-0
aa8f555a27cdc8ebd463959e7f01e3be5c9ddad5 Name of donor: Sun Mark Ltd Sponsorships 8f616a6e 2014-06-16 Nick de Bois uk.org.publicwhip/member/40247 Nick de Bois uk.org.publicwhip/person/24859 1 2014-06-16-8f616a6e-24859-0
8f7b796c64da41204ed1f2f673d63acb8871be91 Address of donor: Sun House, 428 Long Drive, Greenford, Middlesex UB6 8UH Sponsorships 8f616a6e 2014-06-16 Nick de Bois uk.org.publicwhip/member/40247 Nick de Bois uk.org.publicwhip/person/24859 2 2014-06-16-8f616a6e-24859-0
636daebd233297129d82a26686f1f851c0e6b8ff Amount of donation or nature and value if donation in kind: £3,000 Sponsorships 8f616a6e 2014-06-16 Nick de Bois uk.org.publicwhip/member/40247 Nick de Bois uk.org.publicwhip/person/24859 3 2014-06-16-8f616a6e-24859-0
9d2e8cbd765439022e40c6922d359bce7e419d2b Donor status: company, registration 03010238 Sponsorships 8f616a6e 2014-06-16 Nick de Bois uk.org.publicwhip/member/40247 Nick de Bois uk.org.publicwhip/person/24859 4 2014-06-16-8f616a6e-24859-0
c884c82a77315fb2f996a53ac95969bf806352f9 (Registered 18 July 2013) Sponsorships 8f616a6e 2014-06-16 Nick de Bois uk.org.publicwhip/member/40247 Nick de Bois uk.org.publicwhip/person/24859 5 2014-06-16-8f616a6e-24859-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 13.838ms · Data source: mySociety Data · About: simonw/register-of-members-interests-datasette