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-24-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
5b9d66e07d9e0674b42bfbfc6a7c22f16071bf18 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-24 Aidan Burley uk.org.publicwhip/member/40143 Aidan Burley uk.org.publicwhip/person/24844 0 2014-11-24-8f616a6e-24844-0
445167a51519858ab7909c08f2c4442eaecbb2b5 Name of donor: United and Cecil Club Sponsorships 8f616a6e 2014-11-24 Aidan Burley uk.org.publicwhip/member/40143 Aidan Burley uk.org.publicwhip/person/24844 1 2014-11-24-8f616a6e-24844-0
bd6208e0bc902de231e23a26f13ec9c3708f380f Address of donor: 18 Thorney Lane North, Iver, Buckinghamshire SL0 95Y Sponsorships 8f616a6e 2014-11-24 Aidan Burley uk.org.publicwhip/member/40143 Aidan Burley uk.org.publicwhip/person/24844 2 2014-11-24-8f616a6e-24844-0
49561617175f87d46665657e7c00fc5b061e9e36 Amount of donation or nature and value if donation in kind: £2,500 Sponsorships 8f616a6e 2014-11-24 Aidan Burley uk.org.publicwhip/member/40143 Aidan Burley uk.org.publicwhip/person/24844 3 2014-11-24-8f616a6e-24844-0
31dd91e8425faa9ee9cbc626eef54a0417f3e701 Donor status: Members’ Association Sponsorships 8f616a6e 2014-11-24 Aidan Burley uk.org.publicwhip/member/40143 Aidan Burley uk.org.publicwhip/person/24844 4 2014-11-24-8f616a6e-24844-0
9f71fad50f5bc8de5da6f20922954fd4bebf5eb2 (Registered 20 November 2013) Sponsorships 8f616a6e 2014-11-24 Aidan Burley uk.org.publicwhip/member/40143 Aidan Burley uk.org.publicwhip/person/24844 5 2014-11-24-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 8.801ms · Data source: mySociety Data · About: simonw/register-of-members-interests-datasette