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 = "2005-04-11-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
ea13c5ef091a64a569e1b13cb53704b9a239c945 Fees for articles for The Times (Up to £5,000) . Remunerated employment, office, profession etc 1f359ece 2005-04-11 Alan Milburn uk.org.publicwhip/member/1112 Alan Milburn uk.org.publicwhip/person/10434 0 2005-04-11-1f359ece-10434-0
6dcb7c71956fc67610946f490899d31d77aa0b66 Fees for articles for The Guardian (Up to £5,000) Remunerated employment, office, profession etc 1f359ece 2005-04-11 Alan Milburn uk.org.publicwhip/member/1112 Alan Milburn uk.org.publicwhip/person/10434 1 2005-04-11-1f359ece-10434-0
bcef0c5cdcfbb77a316bd4e6d263a49b712f5d47 Fees for articles for News of the World. (Up to £5,000) Remunerated employment, office, profession etc 1f359ece 2005-04-11 Alan Milburn uk.org.publicwhip/member/1112 Alan Milburn uk.org.publicwhip/person/10434 2 2005-04-11-1f359ece-10434-0
3f9b6506a535677adc10efd4d35db87b310955b0 Fee for article for the Sunday Times. (Up to £5,000) (Registered 15 April 2004) Remunerated employment, office, profession etc 1f359ece 2005-04-11 Alan Milburn uk.org.publicwhip/member/1112 Alan Milburn uk.org.publicwhip/person/10434 3 2005-04-11-1f359ece-10434-0
7afcd58393802921f9e4da679027524974d9385f 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 2005-04-11 Alan Milburn uk.org.publicwhip/member/1112 Alan Milburn uk.org.publicwhip/person/10434 4 2005-04-11-1f359ece-10434-0
72264f6d2e9d391d8a4a0e50a666aba4aad4cca9 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 2005-04-11 Alan Milburn uk.org.publicwhip/member/1112 Alan Milburn uk.org.publicwhip/person/10434 5 2005-04-11-1f359ece-10434-0
fbb783e55d291d509b38903871b05938d304ae1e Fee for speech and follow-up internal roundtable for Sovereign Strategy. (£5,001-£10,000) Remunerated employment, office, profession etc 1f359ece 2005-04-11 Alan Milburn uk.org.publicwhip/member/1112 Alan Milburn uk.org.publicwhip/person/10434 6 2005-04-11-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 102.243ms · Data source: mySociety Data · About: simonw/register-of-members-interests-datasette