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 = "2004-05-21-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
5526fbd3cf0ff2cd7493a6acc24c5ad42e6724ec Fees for articles for The Times (Up to £5,000) . Remunerated employment, office, profession etc 1f359ece 2004-05-21 Alan Milburn uk.org.publicwhip/member/1112 Alan Milburn uk.org.publicwhip/person/10434 0 2004-05-21-1f359ece-10434-0
cc4d8008b4d69b074df209b0463a4cca93bcfd48 Fees for articles for The Guardian (Up to £5,000) Remunerated employment, office, profession etc 1f359ece 2004-05-21 Alan Milburn uk.org.publicwhip/member/1112 Alan Milburn uk.org.publicwhip/person/10434 1 2004-05-21-1f359ece-10434-0
a064394cced13edd2a0f86d7423a6b24ab18aadf Fees for articles for News of the World. (Up to £5,000) Remunerated employment, office, profession etc 1f359ece 2004-05-21 Alan Milburn uk.org.publicwhip/member/1112 Alan Milburn uk.org.publicwhip/person/10434 2 2004-05-21-1f359ece-10434-0
fddfa338bf898ee5c23958149dbfa40102ecb953 Fee for article for the Sunday Times. (Up to £5,000) (Registered 15 April 2004) Remunerated employment, office, profession etc 1f359ece 2004-05-21 Alan Milburn uk.org.publicwhip/member/1112 Alan Milburn uk.org.publicwhip/person/10434 3 2004-05-21-1f359ece-10434-0
fda1c88a3a9dab5c9c21d7586f1038974aade17a 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-05-21 Alan Milburn uk.org.publicwhip/member/1112 Alan Milburn uk.org.publicwhip/person/10434 4 2004-05-21-1f359ece-10434-0
3471cd33bcb00677d6ee2c85aaf69deab3299d94 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-05-21 Alan Milburn uk.org.publicwhip/member/1112 Alan Milburn uk.org.publicwhip/person/10434 5 2004-05-21-1f359ece-10434-0
1f24db58330c915354ea521d3aee8790419c8148 Member of the European Advisory Committee of Bridgepoint Capital Ltd (with effect from 10 March 2004). (£25,001-£30,000) Remunerated employment, office, profession etc 1f359ece 2004-05-21 Alan Milburn uk.org.publicwhip/member/1112 Alan Milburn uk.org.publicwhip/person/10434 6 2004-05-21-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 212.216ms · Data source: mySociety Data · About: simonw/register-of-members-interests-datasette