home / regmem

Menu
  • GraphQL API

items

Table actions
  • GraphQL API for items

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

6 rows where record_id = "2010-04-12-1f359ece-10218-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
6af59fcd8a463c07d2286fed83dd05f3c9b90f79 Fees for hosting a radio show every Friday and Saturday night on Talk Sport Radio. (£100,001-£105,000) Remunerated employment, office, profession etc 1f359ece 2010-04-12 George Galloway uk.org.publicwhip/member/1405 George Galloway uk.org.publicwhip/person/10218 0 2010-04-12-1f359ece-10218-0
05379cd0587509b617fdc64e884bb498708175de Weekly column in Scottish Daily Record, One Central Quay, Glasgow G3 8DA (from 25 June 2007) (£25,001-£30,000) Remunerated employment, office, profession etc 1f359ece 2010-04-12 George Galloway uk.org.publicwhip/member/1405 George Galloway uk.org.publicwhip/person/10218 1 2010-04-12-1f359ece-10218-0
2474f8b1eff65e4412cc89fb638f14d703f2fb12 3 July 2009, payment of £2,491.66 for 4 weekly columns. Hours: 6.5 hours. (Registered 13 October 2009) Remunerated employment, office, profession etc 1f359ece 2010-04-12 George Galloway uk.org.publicwhip/member/1405 George Galloway uk.org.publicwhip/person/10218 2 2010-04-12-1f359ece-10218-0
3dd6ae597c674ee9b4fc1d6586219fe49fcf69f0 Fee for speaking engagement at Wellington College on 27 January 2009. (Registered 1 July 2009) Remunerated employment, office, profession etc 1f359ece 2010-04-12 George Galloway uk.org.publicwhip/member/1405 George Galloway uk.org.publicwhip/person/10218 3 2010-04-12-1f359ece-10218-0
07183e568f3578d8255c5e3143a94ecfacb2e5c8 Fee from Eurasia Media Forum for speaking at a conference in Kazakhstan, 21-24 April 2009. (£5,001-£10,000) Eurasia Media Forum paid for my flights and accommodation for two nights. (Registered 1 July 2009) Remunerated employment, office, profession etc 1f359ece 2010-04-12 George Galloway uk.org.publicwhip/member/1405 George Galloway uk.org.publicwhip/person/10218 4 2010-04-12-1f359ece-10218-0
87c0fc89564342250344c0e40f005043478d09a6 Fee from 'Orlandos', Manchester, UK, for a public speaking engagement on 11 May 2009. (Up to £5,000) (Registered 1 July 2009) Remunerated employment, office, profession etc 1f359ece 2010-04-12 George Galloway uk.org.publicwhip/member/1405 George Galloway uk.org.publicwhip/person/10218 5 2010-04-12-1f359ece-10218-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 218.162ms · Data source: mySociety Data · About: simonw/register-of-members-interests-datasette