home / regmem

Menu
  • GraphQL API

items

Table actions
  • GraphQL API for items

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

8 rows where record_id = "2009-11-25-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
d82fea186145c2d86b463134204705ae1cdc3d4c Fees for articles published by: Remunerated employment, office, profession etc 1f359ece 2009-11-25 Denis MacShane uk.org.publicwhip/member/1790 Denis MacShane uk.org.publicwhip/person/10401 0 2009-11-25-1f359ece-10401-0
d69b930284e56c2695d6265b8b3acc4938f967dc News International newspapers. (Up to £5,000) Remunerated employment, office, profession etc 1f359ece 2009-11-25 Denis MacShane uk.org.publicwhip/member/1790 Denis MacShane uk.org.publicwhip/person/10401 1 2009-11-25-1f359ece-10401-0
429636797f0b0a20261cbe17c58055d367c0cbf9 Scott Trust newspapers. (Up to £5,000) Remunerated employment, office, profession etc 1f359ece 2009-11-25 Denis MacShane uk.org.publicwhip/member/1790 Denis MacShane uk.org.publicwhip/person/10401 2 2009-11-25-1f359ece-10401-0
235b63a79371a894557de20e94387463713d5562 Independent. (Up to £5,000) Remunerated employment, office, profession etc 1f359ece 2009-11-25 Denis MacShane uk.org.publicwhip/member/1790 Denis MacShane uk.org.publicwhip/person/10401 3 2009-11-25-1f359ece-10401-0
c7218559040fafc0799721c85eda13ce2ef70db2 Newsweek. (Up to £5,000) Remunerated employment, office, profession etc 1f359ece 2009-11-25 Denis MacShane uk.org.publicwhip/member/1790 Denis MacShane uk.org.publicwhip/person/10401 4 2009-11-25-1f359ece-10401-0
551cf0272127c34474d75badeb9ae2f5fd4170d0 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 2009-11-25 Denis MacShane uk.org.publicwhip/member/1790 Denis MacShane uk.org.publicwhip/person/10401 5 2009-11-25-1f359ece-10401-0
7117017c3216b6d4a0a7d5a3b337c2b5ae8be6cf 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 2009-11-25 Denis MacShane uk.org.publicwhip/member/1790 Denis MacShane uk.org.publicwhip/person/10401 6 2009-11-25-1f359ece-10401-0
7291ec618564d6977335ad54425308e3f4571eee 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 2009-11-25 Denis MacShane uk.org.publicwhip/member/1790 Denis MacShane uk.org.publicwhip/person/10401 7 2009-11-25-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 15.162ms · Data source: mySociety Data · About: simonw/register-of-members-interests-datasette