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-03-30-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
9d243c498ccdd5e298957ae9bce655f2f1193048 Name of Donor: Wigan MBC Sponsorship or financial or material support 9e46def6 2015-03-30 Andy Burnham uk.org.publicwhip/member/40361 Andy Burnham uk.org.publicwhip/person/10766 0 2015-03-30-9e46def6-10766-1
4d6bd50ab0af73960d87e6aade0db8c5ac72dceb Address: Town Hall, Wigan Sponsorship or financial or material support 9e46def6 2015-03-30 Andy Burnham uk.org.publicwhip/member/40361 Andy Burnham uk.org.publicwhip/person/10766 1 2015-03-30-9e46def6-10766-1
86ecc0162c681de94a465ad4171ac0aa2b202640 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-03-30 Andy Burnham uk.org.publicwhip/member/40361 Andy Burnham uk.org.publicwhip/person/10766 2 2015-03-30-9e46def6-10766-1
9e7995a09e94f85bffa10fa76119b97578060170 Date of receipt: 7 May 2014 Sponsorship or financial or material support 9e46def6 2015-03-30 Andy Burnham uk.org.publicwhip/member/40361 Andy Burnham uk.org.publicwhip/person/10766 3 2015-03-30-9e46def6-10766-1
5b29307cf32c2ff721a286e432f61b568d897ca4 Date of acceptance: 7 May 2014 Sponsorship or financial or material support 9e46def6 2015-03-30 Andy Burnham uk.org.publicwhip/member/40361 Andy Burnham uk.org.publicwhip/person/10766 4 2015-03-30-9e46def6-10766-1
e30e87df7be1bcfa90dc154511670e82df2cc16e Donor Status: Metropolitan Borough Council Sponsorship or financial or material support 9e46def6 2015-03-30 Andy Burnham uk.org.publicwhip/member/40361 Andy Burnham uk.org.publicwhip/person/10766 5 2015-03-30-9e46def6-10766-1
ae83fdb0a157a962653fd6429d7efab4d1651ae4 (Registered 7 May 2014) Sponsorship or financial or material support 9e46def6 2015-03-30 Andy Burnham uk.org.publicwhip/member/40361 Andy Burnham uk.org.publicwhip/person/10766 6 2015-03-30-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.627ms · Data source: mySociety Data · About: simonw/register-of-members-interests-datasette