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 = "2010-02-03-1f359ece-10401-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
1883a724fb76c7bb492d0c5dfa6da7908d8de053 Fees for articles published by: Remunerated employment, office, profession etc 1f359ece 2010-02-03 Denis MacShane uk.org.publicwhip/member/1790 Denis MacShane uk.org.publicwhip/person/10401 0 2010-02-03-1f359ece-10401-0
7fb50e0525b4a273f56f08de2a038a2e4d17d828 News International newspapers. (Up to £5,000) Remunerated employment, office, profession etc 1f359ece 2010-02-03 Denis MacShane uk.org.publicwhip/member/1790 Denis MacShane uk.org.publicwhip/person/10401 1 2010-02-03-1f359ece-10401-0
5a7a6874492819253728558f18f0b273bf6ce205 Scott Trust newspapers. (Up to £5,000) Remunerated employment, office, profession etc 1f359ece 2010-02-03 Denis MacShane uk.org.publicwhip/member/1790 Denis MacShane uk.org.publicwhip/person/10401 2 2010-02-03-1f359ece-10401-0
8a39041014635b57eeed0754c61559f4c67cc145 Independent. (Up to £5,000) Remunerated employment, office, profession etc 1f359ece 2010-02-03 Denis MacShane uk.org.publicwhip/member/1790 Denis MacShane uk.org.publicwhip/person/10401 3 2010-02-03-1f359ece-10401-0
9df4591ec56a5d0ae547eb6f68af953ddc7377e4 Newsweek. (Up to £5,000) Remunerated employment, office, profession etc 1f359ece 2010-02-03 Denis MacShane uk.org.publicwhip/member/1790 Denis MacShane uk.org.publicwhip/person/10401 4 2010-02-03-1f359ece-10401-0
1b505defa15154ab452071b93e1872333e8dc36b Advance on contract with Orion Books for a book on 'Globalising Hatred'. (£10,001-£15,000) (Registered 14 July 2008) Remunerated employment, office, profession etc 1f359ece 2010-02-03 Denis MacShane uk.org.publicwhip/member/1790 Denis MacShane uk.org.publicwhip/person/10401 5 2010-02-03-1f359ece-10401-0
ba5c8b4ca12bec1dedbd6d94054f569b75d679d7 Fee from Pittsburgh University for lecture on European affairs and talk to students. (Up to £5,000) The University paid for economy class travel. (Registered 17 June 2009) Remunerated employment, office, profession etc 1f359ece 2010-02-03 Denis MacShane uk.org.publicwhip/member/1790 Denis MacShane uk.org.publicwhip/person/10401 6 2010-02-03-1f359ece-10401-0
d055eeb8a2e3f6bbf8eda3b311a31654344ac1fd 15 July 2009, fee of £500 for an article paid by the Evening Standard, Evening Standard Ltd, 2 Derry Street, London W8 5TT. (Registered 18 July 2009) Remunerated employment, office, profession etc 1f359ece 2010-02-03 Denis MacShane uk.org.publicwhip/member/1790 Denis MacShane uk.org.publicwhip/person/10401 7 2010-02-03-1f359ece-10401-0
3deff893affc674d8ef40e444b9ab2d371771393 Received honorarium of $5000 (£3003.54) for giving a speech at CEO Retreat in Switzerland. Address of payer: AT Kearney Inc, 8100 Boone Boulevard, Suite 400, Vienna, Virginia 22182, USA. Hours: 3 hrs. (Registered 9 December 2009) Remunerated employment, office, profession etc 1f359ece 2010-02-03 Denis MacShane uk.org.publicwhip/member/1790 Denis MacShane uk.org.publicwhip/person/10401 8 2010-02-03-1f359ece-10401-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 16.598ms · Data source: mySociety Data · About: simonw/register-of-members-interests-datasette