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 = "2005-01-28-12405e8c-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
21922574da2c135b1f4138f85dbd93d271a713b4 Fees for articles for The Times (Up to £5,000). Remunerated employment, office, profession etc.. 12405e8c 2005-01-28 Alan Milburn uk.org.publicwhip/member/1112 Alan Milburn uk.org.publicwhip/person/10434 0 2005-01-28-12405e8c-10434-0
37d35ab9e1fe3e95516120c834c3c0f79f989fbe Fees for articles for The Guardian (Up to £5,000) Remunerated employment, office, profession etc.. 12405e8c 2005-01-28 Alan Milburn uk.org.publicwhip/member/1112 Alan Milburn uk.org.publicwhip/person/10434 1 2005-01-28-12405e8c-10434-0
c475341671c0ba94e4f87bc4616f13c32bfd47f6 Fees for articles for News of the World. (Up to £5,000) Remunerated employment, office, profession etc.. 12405e8c 2005-01-28 Alan Milburn uk.org.publicwhip/member/1112 Alan Milburn uk.org.publicwhip/person/10434 2 2005-01-28-12405e8c-10434-0
8d37317629ceaa0a0d4cf714925fea8859f1b623 Fee for article for the Sunday Times. (Up to £5,000) (Registered 15 April 2004) Remunerated employment, office, profession etc.. 12405e8c 2005-01-28 Alan Milburn uk.org.publicwhip/member/1112 Alan Milburn uk.org.publicwhip/person/10434 3 2005-01-28-12405e8c-10434-0
8e91ff97218bf310750644720890235bf1884088 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.. 12405e8c 2005-01-28 Alan Milburn uk.org.publicwhip/member/1112 Alan Milburn uk.org.publicwhip/person/10434 4 2005-01-28-12405e8c-10434-0
a5f735cfd3c028553bfe9168b382460a29a35ff8 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.. 12405e8c 2005-01-28 Alan Milburn uk.org.publicwhip/member/1112 Alan Milburn uk.org.publicwhip/person/10434 5 2005-01-28-12405e8c-10434-0
856376849f06aa7307b7a7db4c170e1599218b6b 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.. 12405e8c 2005-01-28 Alan Milburn uk.org.publicwhip/member/1112 Alan Milburn uk.org.publicwhip/person/10434 6 2005-01-28-12405e8c-10434-0
d4318b933f748710f4f0f3a6560d5916a7c72f72 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.. 12405e8c 2005-01-28 Alan Milburn uk.org.publicwhip/member/1112 Alan Milburn uk.org.publicwhip/person/10434 7 2005-01-28-12405e8c-10434-0
19c12f1ebeb081ad0f60d734492e0ce35240e413 Fee for speech and follow-up internal roundtable for Sovereign Strategy. (£5,001-£10,000) Remunerated employment, office, profession etc.. 12405e8c 2005-01-28 Alan Milburn uk.org.publicwhip/member/1112 Alan Milburn uk.org.publicwhip/person/10434 8 2005-01-28-12405e8c-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 12.993ms · Data source: mySociety Data · About: simonw/register-of-members-interests-datasette