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-02-23-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
e7d81dea477578369b3fbcaa58b17b42336a0ecc Name of Donor: Wigan MBC Sponsorship or financial or material support 9e46def6 2015-02-23 Andy Burnham uk.org.publicwhip/member/40361 Andy Burnham uk.org.publicwhip/person/10766 0 2015-02-23-9e46def6-10766-1
515e2ca9321b512512476116910301871f10acde Address: Town Hall, Wigan Sponsorship or financial or material support 9e46def6 2015-02-23 Andy Burnham uk.org.publicwhip/member/40361 Andy Burnham uk.org.publicwhip/person/10766 1 2015-02-23-9e46def6-10766-1
1d7a9dca5207a07155730adf0fcd1a7eedb62169 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-02-23 Andy Burnham uk.org.publicwhip/member/40361 Andy Burnham uk.org.publicwhip/person/10766 2 2015-02-23-9e46def6-10766-1
37289717b926d6c5183efe421c3fe297cccbc7be Date of receipt: 7 May 2014 Sponsorship or financial or material support 9e46def6 2015-02-23 Andy Burnham uk.org.publicwhip/member/40361 Andy Burnham uk.org.publicwhip/person/10766 3 2015-02-23-9e46def6-10766-1
268140775dcc87ac447698997a0aa704415d0c00 Date of acceptance: 7 May 2014 Sponsorship or financial or material support 9e46def6 2015-02-23 Andy Burnham uk.org.publicwhip/member/40361 Andy Burnham uk.org.publicwhip/person/10766 4 2015-02-23-9e46def6-10766-1
a3fba6c1dfb9d1b47d453d5c5699eefdf31fb97b Donor Status: Metropolitan Borough Council Sponsorship or financial or material support 9e46def6 2015-02-23 Andy Burnham uk.org.publicwhip/member/40361 Andy Burnham uk.org.publicwhip/person/10766 5 2015-02-23-9e46def6-10766-1
27a8956c56567a0407453e9036371d7815356fe2 (Registered 7 May 2014) Sponsorship or financial or material support 9e46def6 2015-02-23 Andy Burnham uk.org.publicwhip/member/40361 Andy Burnham uk.org.publicwhip/person/10766 6 2015-02-23-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.614ms · Data source: mySociety Data · About: simonw/register-of-members-interests-datasette