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-11-10-8f616a6e-24844-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
1b46bc5abf0a28d927c50817e14aeb94022900c9 Donations to my constituency party or association, which have been or will be reported by my party to the Electoral Commission: Sponsorships 8f616a6e 2014-11-10 Aidan Burley uk.org.publicwhip/member/40143 Aidan Burley uk.org.publicwhip/person/24844 0 2014-11-10-8f616a6e-24844-0
bc6a259d5e0a6f9b9c717efaa0003d805c0877de Name of donor: United and Cecil Club Sponsorships 8f616a6e 2014-11-10 Aidan Burley uk.org.publicwhip/member/40143 Aidan Burley uk.org.publicwhip/person/24844 1 2014-11-10-8f616a6e-24844-0
ca863f9eb9c9e40562ed928f5553a05dcefb7336 Address of donor: 18 Thorney Lane North, Iver, Buckinghamshire SL0 95Y Sponsorships 8f616a6e 2014-11-10 Aidan Burley uk.org.publicwhip/member/40143 Aidan Burley uk.org.publicwhip/person/24844 2 2014-11-10-8f616a6e-24844-0
ac1ea42ad4e41b9c72733e8bf37e2b5cccdf587b Amount of donation or nature and value if donation in kind: £2,500 Sponsorships 8f616a6e 2014-11-10 Aidan Burley uk.org.publicwhip/member/40143 Aidan Burley uk.org.publicwhip/person/24844 3 2014-11-10-8f616a6e-24844-0
1711b9c37f678ffe81606c5ff9552016ba87c415 Donor status: Members’ Association Sponsorships 8f616a6e 2014-11-10 Aidan Burley uk.org.publicwhip/member/40143 Aidan Burley uk.org.publicwhip/person/24844 4 2014-11-10-8f616a6e-24844-0
0d8213eef8aedcd2ade8a5ea5ad1412c28c6b031 (Registered 20 November 2013) Sponsorships 8f616a6e 2014-11-10 Aidan Burley uk.org.publicwhip/member/40143 Aidan Burley uk.org.publicwhip/person/24844 5 2014-11-10-8f616a6e-24844-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 7.499ms · Data source: mySociety Data · About: simonw/register-of-members-interests-datasette