home / regmem

Menu
  • GraphQL API

items

Table actions
  • GraphQL API for items

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

9 rows where record_id = "2004-12-03-1f359ece-10434-0" 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
1c5488f10fd11e6d4d2d8b694c9611d0c9d3d59a Fees for articles for The Times (Up to £5,000). Remunerated employment, office, profession etc 1f359ece 2004-12-03 Alan Milburn uk.org.publicwhip/member/1112 Alan Milburn uk.org.publicwhip/person/10434 0 2004-12-03-1f359ece-10434-0
494c710191a88b5ddac49f87f304c4d0daa78862 Fees for articles for The Guardian (Up to £5,000) Remunerated employment, office, profession etc 1f359ece 2004-12-03 Alan Milburn uk.org.publicwhip/member/1112 Alan Milburn uk.org.publicwhip/person/10434 1 2004-12-03-1f359ece-10434-0
ca08e5dd9127a3bb7836cb78d67886f5ec0dd588 Fees for articles for News of the World. (Up to £5,000) Remunerated employment, office, profession etc 1f359ece 2004-12-03 Alan Milburn uk.org.publicwhip/member/1112 Alan Milburn uk.org.publicwhip/person/10434 2 2004-12-03-1f359ece-10434-0
246ccf0624ac763c5e8b64ec58d3ecbbd7475d0f Fee for article for the Sunday Times. (Up to £5,000) (Registered 15 April 2004) Remunerated employment, office, profession etc 1f359ece 2004-12-03 Alan Milburn uk.org.publicwhip/member/1112 Alan Milburn uk.org.publicwhip/person/10434 3 2004-12-03-1f359ece-10434-0
08b4642e93d6f90f6dc9c2edc73a92c894305ae3 25 February 2004, fee for speech on public services at a seminar organised by Munro and Forster. (Up to £5,000) (Registered 1 March 2004) (Registered 1 March 2004) Remunerated employment, office, profession etc 1f359ece 2004-12-03 Alan Milburn uk.org.publicwhip/member/1112 Alan Milburn uk.org.publicwhip/person/10434 4 2004-12-03-1f359ece-10434-0
bc52937e4a1503db2312f9ab6119ef08a7acf0ee Speaking engagement at a European Infrastructure Leaders Forum organised by Financial Security Assurance in southern France in late April 2004. (£5,001-£10,000) Half fee paid in advance. (Registered 1 March 2004) Remunerated employment, office, profession etc 1f359ece 2004-12-03 Alan Milburn uk.org.publicwhip/member/1112 Alan Milburn uk.org.publicwhip/person/10434 5 2004-12-03-1f359ece-10434-0
1776768d58e6e67b0505cd523a57cba7c822f2db Member of the European Advisory Committee of Bridgepoint Capital Ltd (from 10 March to 8 September 2004). (£25,001-£30,000) Remunerated employment, office, profession etc 1f359ece 2004-12-03 Alan Milburn uk.org.publicwhip/member/1112 Alan Milburn uk.org.publicwhip/person/10434 6 2004-12-03-1f359ece-10434-0
7b662b06f1fef730299faa13cfbed4a922e41955 Fee for speech to the PPP Forum in Birmingham on 1 July 2004. (£5,001-£10,000) (Registered 12 July 2004) Remunerated employment, office, profession etc 1f359ece 2004-12-03 Alan Milburn uk.org.publicwhip/member/1112 Alan Milburn uk.org.publicwhip/person/10434 7 2004-12-03-1f359ece-10434-0
f608a91d6771efd7aa1e41592af3749c05d6de64 Fee for speech and follow-up internal roundtable for Sovereign Strategy. (£5,001-£10,000) Remunerated employment, office, profession etc 1f359ece 2004-12-03 Alan Milburn uk.org.publicwhip/member/1112 Alan Milburn uk.org.publicwhip/person/10434 8 2004-12-03-1f359ece-10434-0

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