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-02-24-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
faa38e9f0cadf0fd88745648f57c1fd3363b6d95 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-02-24 George Galloway uk.org.publicwhip/member/1405 George Galloway uk.org.publicwhip/person/10218 0 2010-02-24-1f359ece-10218-0
11e002737ab79abffcdc95e5f4a4c7321a697039 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-02-24 George Galloway uk.org.publicwhip/member/1405 George Galloway uk.org.publicwhip/person/10218 1 2010-02-24-1f359ece-10218-0
aaa0b408af4d12f2f6fe7ee9ec30bf42d0010930 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-02-24 George Galloway uk.org.publicwhip/member/1405 George Galloway uk.org.publicwhip/person/10218 2 2010-02-24-1f359ece-10218-0
2cdda4c3fd493f61bd3961b5a92e71ebeb14305a Fee for speaking engagement at Wellington College on 27 January 2009. (Registered 1 July 2009) Remunerated employment, office, profession etc 1f359ece 2010-02-24 George Galloway uk.org.publicwhip/member/1405 George Galloway uk.org.publicwhip/person/10218 3 2010-02-24-1f359ece-10218-0
c89ee548c91329a804e13c1eafe2cc6fcbe3516d 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-02-24 George Galloway uk.org.publicwhip/member/1405 George Galloway uk.org.publicwhip/person/10218 4 2010-02-24-1f359ece-10218-0
dcb485d86df4238d707f96fb82c41a74f131f77b 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-02-24 George Galloway uk.org.publicwhip/member/1405 George Galloway uk.org.publicwhip/person/10218 5 2010-02-24-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 87.271ms · Data source: mySociety Data · About: simonw/register-of-members-interests-datasette