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 = "2015-01-26-9e46def6-10766-1" 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
fd24513583edddb151625a7de62fb28b3a8b7afc Name of Donor: Wigan MBC Sponsorship or financial or material support 9e46def6 2015-01-26 Andy Burnham uk.org.publicwhip/member/40361 Andy Burnham uk.org.publicwhip/person/10766 0 2015-01-26-9e46def6-10766-1
06dd6f8db631e99ca1532be7bd827e1fd7521629 Address: Town Hall, Wigan Sponsorship or financial or material support 9e46def6 2015-01-26 Andy Burnham uk.org.publicwhip/member/40361 Andy Burnham uk.org.publicwhip/person/10766 1 2015-01-26-9e46def6-10766-1
0831e562e6da39c0fe6d87e02067bcaaf204deb9 Amount of Donation or nature of value if donation in kind: Rent reduction of £2,584 for the year 2014-15 in recognition of my office’s advice giving function; ongoing since 7 May 2010 Sponsorship or financial or material support 9e46def6 2015-01-26 Andy Burnham uk.org.publicwhip/member/40361 Andy Burnham uk.org.publicwhip/person/10766 2 2015-01-26-9e46def6-10766-1
d20f42f0a79c91688fc554bc9ed32f24f0a5056e Date of receipt: 7 May 2014 Sponsorship or financial or material support 9e46def6 2015-01-26 Andy Burnham uk.org.publicwhip/member/40361 Andy Burnham uk.org.publicwhip/person/10766 3 2015-01-26-9e46def6-10766-1
f8c2eafb640c0c128c6bacf8abec68de37663bf5 Date of acceptance: 7 May 2014 Sponsorship or financial or material support 9e46def6 2015-01-26 Andy Burnham uk.org.publicwhip/member/40361 Andy Burnham uk.org.publicwhip/person/10766 4 2015-01-26-9e46def6-10766-1
ccef7f0688ef480231212c77e33be2a3963b578b Donor Status: Metropolitan Borough Council Sponsorship or financial or material support 9e46def6 2015-01-26 Andy Burnham uk.org.publicwhip/member/40361 Andy Burnham uk.org.publicwhip/person/10766 5 2015-01-26-9e46def6-10766-1
0ae1fdb76f76b45bdd07aaf351ae02440c3d63a7 (Registered 7 May 2014) Sponsorship or financial or material support 9e46def6 2015-01-26 Andy Burnham uk.org.publicwhip/member/40361 Andy Burnham uk.org.publicwhip/person/10766 6 2015-01-26-9e46def6-10766-1

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 15.03ms · Data source: mySociety Data · About: simonw/register-of-members-interests-datasette