home / regmem

Menu
  • GraphQL API

items

Table actions
  • GraphQL API for items

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

7 rows where record_id = "2011-06-06-8f616a6e-10630-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
7078ee376e1f41e78587fe4b3211ff3824a57af6 Donations to my constituency party or association, which have been or will be reported by my party to the Electoral Commission: Sponsorships 8f616a6e 2011-06-06 Alan Whitehead uk.org.publicwhip/member/40564 Alan Whitehead uk.org.publicwhip/person/10630 0 2011-06-06-8f616a6e-10630-0
7caf4178db98200e0f6ef43788a5d04833510333 Sponsorships 8f616a6e 2011-06-06 Alan Whitehead uk.org.publicwhip/member/40564 Alan Whitehead uk.org.publicwhip/person/10630 1 2011-06-06-8f616a6e-10630-0
2e31bee91a296ff03e5d46d0de06872e0f138f75 Name of donor: Unite Sponsorships 8f616a6e 2011-06-06 Alan Whitehead uk.org.publicwhip/member/40564 Alan Whitehead uk.org.publicwhip/person/10630 2 2011-06-06-8f616a6e-10630-0
ddd37510340aca5b763a8cdaec32e3059cb5ddf8 Address of donor: 35 King Street, Covent Garden, London WC2E 8JG Sponsorships 8f616a6e 2011-06-06 Alan Whitehead uk.org.publicwhip/member/40564 Alan Whitehead uk.org.publicwhip/person/10630 3 2011-06-06-8f616a6e-10630-0
8d0ea4cf7f024a1f4f903339e821dcb132e7030e Amount of donation or nature and value if donation in kind: £2,500 Sponsorships 8f616a6e 2011-06-06 Alan Whitehead uk.org.publicwhip/member/40564 Alan Whitehead uk.org.publicwhip/person/10630 4 2011-06-06-8f616a6e-10630-0
03586ce4314965f7ec465c0f5312149092613c6a Donor status: trade union Sponsorships 8f616a6e 2011-06-06 Alan Whitehead uk.org.publicwhip/member/40564 Alan Whitehead uk.org.publicwhip/person/10630 5 2011-06-06-8f616a6e-10630-0
4781022e2fbd0bc6481721dd53fdd17d6d832cd2 (Registered 7 June 2010) Sponsorships 8f616a6e 2011-06-06 Alan Whitehead uk.org.publicwhip/member/40564 Alan Whitehead uk.org.publicwhip/person/10630 6 2011-06-06-8f616a6e-10630-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 102.386ms · Data source: mySociety Data · About: simonw/register-of-members-interests-datasette