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-09-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
cbce0259712b32fe0b418b6d5566096cfe55d8c3 Name of Donor: Wigan MBC Sponsorship or financial or material support 9e46def6 2015-03-09 Andy Burnham uk.org.publicwhip/member/40361 Andy Burnham uk.org.publicwhip/person/10766 0 2015-03-09-9e46def6-10766-1
ca10ecec48c242abd93b75ca95e947ffcf7cdad9 Address: Town Hall, Wigan Sponsorship or financial or material support 9e46def6 2015-03-09 Andy Burnham uk.org.publicwhip/member/40361 Andy Burnham uk.org.publicwhip/person/10766 1 2015-03-09-9e46def6-10766-1
de18d7749d1fa7dffa9de1e91cdd5acfe12f7124 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-09 Andy Burnham uk.org.publicwhip/member/40361 Andy Burnham uk.org.publicwhip/person/10766 2 2015-03-09-9e46def6-10766-1
11753f328a685e7af2436a6242e8b9cc98cf9b35 Date of receipt: 7 May 2014 Sponsorship or financial or material support 9e46def6 2015-03-09 Andy Burnham uk.org.publicwhip/member/40361 Andy Burnham uk.org.publicwhip/person/10766 3 2015-03-09-9e46def6-10766-1
30d971056e98f3d62675f4ae2185cc9ae0c374e0 Date of acceptance: 7 May 2014 Sponsorship or financial or material support 9e46def6 2015-03-09 Andy Burnham uk.org.publicwhip/member/40361 Andy Burnham uk.org.publicwhip/person/10766 4 2015-03-09-9e46def6-10766-1
c9418416bd41c4ff5b2ab5d5606cfc8452dd77a4 Donor Status: Metropolitan Borough Council Sponsorship or financial or material support 9e46def6 2015-03-09 Andy Burnham uk.org.publicwhip/member/40361 Andy Burnham uk.org.publicwhip/person/10766 5 2015-03-09-9e46def6-10766-1
86b129e8fd951995efed87b6380fbfbac5699aa8 (Registered 7 May 2014) Sponsorship or financial or material support 9e46def6 2015-03-09 Andy Burnham uk.org.publicwhip/member/40361 Andy Burnham uk.org.publicwhip/person/10766 6 2015-03-09-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 26.55ms · Data source: mySociety Data · About: simonw/register-of-members-interests-datasette