home / regmem

Menu
  • GraphQL API

items

Table actions
  • GraphQL API for items

Data source: mySociety Data · About: simonw/register-of-members-interests-datasette

11 rows where record_id = "2014-10-27-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
531b504d214ecd5d1c53772998d38f9ef7d882fa Donations to my constituency party or association, which have been or will be reported by my party to the Electoral Commission: Sponsorships 8f616a6e 2014-10-27 Aidan Burley uk.org.publicwhip/member/40143 Aidan Burley uk.org.publicwhip/person/24844 0 2014-10-27-8f616a6e-24844-0
9c1682f0d8ff78b50e7e4a64eee97bc5646ed224 Name of donor: Midland Chilled Foods Sponsorships 8f616a6e 2014-10-27 Aidan Burley uk.org.publicwhip/member/40143 Aidan Burley uk.org.publicwhip/person/24844 1 2014-10-27-8f616a6e-24844-0
25b0ae2ae5a1c6a52ea33dfdbe5a94a17e739b77 Address of donor: Stringes Lane, Willenhall, West Midlands WV13 1LX Sponsorships 8f616a6e 2014-10-27 Aidan Burley uk.org.publicwhip/member/40143 Aidan Burley uk.org.publicwhip/person/24844 2 2014-10-27-8f616a6e-24844-0
25ae2a2bb922d14da2af3f913993ea515d1b9799 Amount of donation or nature and value if donation in kind: £10,000 Sponsorships 8f616a6e 2014-10-27 Aidan Burley uk.org.publicwhip/member/40143 Aidan Burley uk.org.publicwhip/person/24844 3 2014-10-27-8f616a6e-24844-0
6006b863eaeb47507c9221c84eb1b88c13416a5e Donor status: company Sponsorships 8f616a6e 2014-10-27 Aidan Burley uk.org.publicwhip/member/40143 Aidan Burley uk.org.publicwhip/person/24844 4 2014-10-27-8f616a6e-24844-0
a278b5b2eb5806a20369ae0392ed4509f5223d09 (Registered 16 October 2013) Sponsorships 8f616a6e 2014-10-27 Aidan Burley uk.org.publicwhip/member/40143 Aidan Burley uk.org.publicwhip/person/24844 5 2014-10-27-8f616a6e-24844-0
c490e44a118a2f0043ebc7aa292ed567729478d5 Name of donor: United and Cecil Club Sponsorships 8f616a6e 2014-10-27 Aidan Burley uk.org.publicwhip/member/40143 Aidan Burley uk.org.publicwhip/person/24844 6 2014-10-27-8f616a6e-24844-0
043ea4b5450253016c5b28b63de1d3cd3bde9bf0 Address of donor: 18 Thorney Lane North, Iver, Buckinghamshire SL0 95Y Sponsorships 8f616a6e 2014-10-27 Aidan Burley uk.org.publicwhip/member/40143 Aidan Burley uk.org.publicwhip/person/24844 7 2014-10-27-8f616a6e-24844-0
83bfc0973b7e1bedc6d45d142a7011992609da05 Amount of donation or nature and value if donation in kind: £2,500 Sponsorships 8f616a6e 2014-10-27 Aidan Burley uk.org.publicwhip/member/40143 Aidan Burley uk.org.publicwhip/person/24844 8 2014-10-27-8f616a6e-24844-0
d0d39a9e250808c45fd8a95f6052fbf7000a2769 Donor status: Members’ Association Sponsorships 8f616a6e 2014-10-27 Aidan Burley uk.org.publicwhip/member/40143 Aidan Burley uk.org.publicwhip/person/24844 9 2014-10-27-8f616a6e-24844-0
468b490d8f1141a9ed2fe61c7356a0bac669909a (Registered 20 November 2013) Sponsorships 8f616a6e 2014-10-27 Aidan Burley uk.org.publicwhip/member/40143 Aidan Burley uk.org.publicwhip/person/24844 10 2014-10-27-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.196ms · Data source: mySociety Data · About: simonw/register-of-members-interests-datasette