home / regmem

Menu
  • GraphQL API

items

Table actions
  • GraphQL API for items

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

12 rows where record_id = "2015-02-09-9e46def6-10766-2" 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
3c8890de0aeaec4a18d632f0d2af63ce59f51e1e Name of donor: Gavin Millar QC Sponsorship or financial or material support 9e46def6 2015-02-09 Andy Burnham uk.org.publicwhip/member/40361 Andy Burnham uk.org.publicwhip/person/10766 0 2015-02-09-9e46def6-10766-2
f7070be71911dff34e45c88ebf6684063ddd7656 Address of donor: Doughty St Chambers, London WC1N 2LS Sponsorship or financial or material support 9e46def6 2015-02-09 Andy Burnham uk.org.publicwhip/member/40361 Andy Burnham uk.org.publicwhip/person/10766 1 2015-02-09-9e46def6-10766-2
8dbf95cd8c8cfaafd6e7e728c043201c703aa5cd Amount of donation or nature and value if donation in kind: Legal services valued at £8,250 Sponsorship or financial or material support 9e46def6 2015-02-09 Andy Burnham uk.org.publicwhip/member/40361 Andy Burnham uk.org.publicwhip/person/10766 2 2015-02-09-9e46def6-10766-2
4cb8ffb1e653ad7cab921382bd55919d5b5a34c3 Donor status: individual Sponsorship or financial or material support 9e46def6 2015-02-09 Andy Burnham uk.org.publicwhip/member/40361 Andy Burnham uk.org.publicwhip/person/10766 5 2015-02-09-9e46def6-10766-2
ce0eb925207dc3d5f6a9bf52ae147ac864b79b5d   Sponsorship or financial or material support 9e46def6 2015-02-09 Andy Burnham uk.org.publicwhip/member/40361 Andy Burnham uk.org.publicwhip/person/10766 7 2015-02-09-9e46def6-10766-2
bad53a470411e03a16907f1c0cf2c0cbf864772a Name of donor: Steel & Shamash Solicitors Sponsorship or financial or material support 9e46def6 2015-02-09 Andy Burnham uk.org.publicwhip/member/40361 Andy Burnham uk.org.publicwhip/person/10766 8 2015-02-09-9e46def6-10766-2
2644f6fab84220c6204d584ca6431855ef6d287d Address of donor: 12 Bayliss Rd, London SE1 7AA Sponsorship or financial or material support 9e46def6 2015-02-09 Andy Burnham uk.org.publicwhip/member/40361 Andy Burnham uk.org.publicwhip/person/10766 9 2015-02-09-9e46def6-10766-2
50583ebb3d38933eb6aa096097b7f56f776f64ec Amount of donation or nature and value if donation in kind: Legal services valued at £16,665 Sponsorship or financial or material support 9e46def6 2015-02-09 Andy Burnham uk.org.publicwhip/member/40361 Andy Burnham uk.org.publicwhip/person/10766 10 2015-02-09-9e46def6-10766-2
f513c878145262cc145530fa4dcc1e6534d28328 Date of receipt: between October 2013 and October 2014; offered pro bono on 6 November 2014 Sponsorship or financial or material support 9e46def6 2015-02-09 Andy Burnham uk.org.publicwhip/member/40361 Andy Burnham uk.org.publicwhip/person/10766 11 2015-02-09-9e46def6-10766-2
22f926a9a06a906e2e26090fa69057d319c594f6 Date of acceptance: 9 December 2014 Sponsorship or financial or material support 9e46def6 2015-02-09 Andy Burnham uk.org.publicwhip/member/40361 Andy Burnham uk.org.publicwhip/person/10766 12 2015-02-09-9e46def6-10766-2
54cba69985d242433e5500afc19e41f92dfa9060 Donor status: company, registration 0C332505 Sponsorship or financial or material support 9e46def6 2015-02-09 Andy Burnham uk.org.publicwhip/member/40361 Andy Burnham uk.org.publicwhip/person/10766 13 2015-02-09-9e46def6-10766-2
040c062d08ba30904b9c352df20efca60f588ece (Registered 11 December 2014) Sponsorship or financial or material support 9e46def6 2015-02-09 Andy Burnham uk.org.publicwhip/member/40361 Andy Burnham uk.org.publicwhip/person/10766 14 2015-02-09-9e46def6-10766-2

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