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