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-30-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
c157d63fa07b9d6c1470e59af089b17ff2f9808c 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-30 Nick de Bois uk.org.publicwhip/member/40247 Nick de Bois uk.org.publicwhip/person/24859 0 2014-06-30-8f616a6e-24859-0
2e3912cfbdae71bda52cccb35243859d8889c6ce Name of donor: Sun Mark Ltd Sponsorships 8f616a6e 2014-06-30 Nick de Bois uk.org.publicwhip/member/40247 Nick de Bois uk.org.publicwhip/person/24859 1 2014-06-30-8f616a6e-24859-0
a22d82d9ec3a58108da3da5532fc66c9cb98fdb4 Address of donor: Sun House, 428 Long Drive, Greenford, Middlesex UB6 8UH Sponsorships 8f616a6e 2014-06-30 Nick de Bois uk.org.publicwhip/member/40247 Nick de Bois uk.org.publicwhip/person/24859 2 2014-06-30-8f616a6e-24859-0
d14c244e4ebbb63fc7614fbd4ba1d618f7b89cae Amount of donation or nature and value if donation in kind: £3,000 Sponsorships 8f616a6e 2014-06-30 Nick de Bois uk.org.publicwhip/member/40247 Nick de Bois uk.org.publicwhip/person/24859 3 2014-06-30-8f616a6e-24859-0
e95062c218493455120f592a68ca78aedf563ba2 Donor status: company, registration 03010238 Sponsorships 8f616a6e 2014-06-30 Nick de Bois uk.org.publicwhip/member/40247 Nick de Bois uk.org.publicwhip/person/24859 4 2014-06-30-8f616a6e-24859-0
ac01dca31d784f980b51c92b453cdf66831b9d81 (Registered 18 July 2013) Sponsorships 8f616a6e 2014-06-30 Nick de Bois uk.org.publicwhip/member/40247 Nick de Bois uk.org.publicwhip/person/24859 5 2014-06-30-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 79.763ms · Data source: mySociety Data · About: simonw/register-of-members-interests-datasette