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 = "2010-04-12-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
96345e165bcd2702e8981b784c2d584c4ea027d8 Fees for articles published by: Remunerated employment, office, profession etc 1f359ece 2010-04-12 Denis MacShane uk.org.publicwhip/member/1790 Denis MacShane uk.org.publicwhip/person/10401 0 2010-04-12-1f359ece-10401-0
3ce9ee93f2c38dd818c7c4365d17e28da58608bc News International newspapers. (Up to £5,000) Remunerated employment, office, profession etc 1f359ece 2010-04-12 Denis MacShane uk.org.publicwhip/member/1790 Denis MacShane uk.org.publicwhip/person/10401 1 2010-04-12-1f359ece-10401-0
c3bc34149d4763965d143574e4d953e9d4b19e26 Scott Trust newspapers. (Up to £5,000) Remunerated employment, office, profession etc 1f359ece 2010-04-12 Denis MacShane uk.org.publicwhip/member/1790 Denis MacShane uk.org.publicwhip/person/10401 2 2010-04-12-1f359ece-10401-0
fe3784041f2be02d9bf26d51bbab91b6b74f281a Independent. (Up to £5,000) Remunerated employment, office, profession etc 1f359ece 2010-04-12 Denis MacShane uk.org.publicwhip/member/1790 Denis MacShane uk.org.publicwhip/person/10401 3 2010-04-12-1f359ece-10401-0
d2ab1088cc751e510d1b17553427f986dbfb4d3c Newsweek. (Up to £5,000) Remunerated employment, office, profession etc 1f359ece 2010-04-12 Denis MacShane uk.org.publicwhip/member/1790 Denis MacShane uk.org.publicwhip/person/10401 4 2010-04-12-1f359ece-10401-0
3804888a75f310b1604557a5dae60536ca5900da 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-04-12 Denis MacShane uk.org.publicwhip/member/1790 Denis MacShane uk.org.publicwhip/person/10401 5 2010-04-12-1f359ece-10401-0
5941b4366088faaa0b3e85d7395963e427a1a30f 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-04-12 Denis MacShane uk.org.publicwhip/member/1790 Denis MacShane uk.org.publicwhip/person/10401 6 2010-04-12-1f359ece-10401-0
3031fe88c392e80a4adb0891bfa837618d99033e 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-04-12 Denis MacShane uk.org.publicwhip/member/1790 Denis MacShane uk.org.publicwhip/person/10401 7 2010-04-12-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.436ms · Data source: mySociety Data · About: simonw/register-of-members-interests-datasette