home / regmem

Menu
  • GraphQL API

items

Table actions
  • GraphQL API for items

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

5 rows where record_id = "2014-12-08-1f359ece-10334-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
599737160f38e46863b477f050c8b451e33cad60 Associate Editor of the House Magazine, from 1 May 2006 (which includes participation in occasional ‘Westminster Explained’ seminars, fees from the latter going directly to Highland Hospice.) (Up to £5,000) Remunerated employment, office, profession etc 1f359ece 2014-12-08 Charles Kennedy uk.org.publicwhip/member/40506 Charles Kennedy uk.org.publicwhip/person/10334 0 2014-12-08-1f359ece-10334-0
e2fd9e14f905eadd09cb2e5b17dfb20567c8d75d Payment of £1,500 on 14 August 2013 for the period December 2012-May 2013. Hours: one hour a week during sitting periods, plus five hours for specific written contributions. (Registered 23 June 2014) Remunerated employment, office, profession etc 1f359ece 2014-12-08 Charles Kennedy uk.org.publicwhip/member/40506 Charles Kennedy uk.org.publicwhip/person/10334 1 2014-12-08-1f359ece-10334-0
b6d93b83ef9053aa7a6f33d91534d2e33d0f9735 Payment of £1,500 on 22 January 2014 for the period June to November 2013. Hours: one hour a week during sitting periods, plus five hours for specific written contributions. (Registered 23 June 2014) Remunerated employment, office, profession etc 1f359ece 2014-12-08 Charles Kennedy uk.org.publicwhip/member/40506 Charles Kennedy uk.org.publicwhip/person/10334 2 2014-12-08-1f359ece-10334-0
064b6e3c7cd0f4557c9570c1ba94e269b558a6c2 Payments from the Authors’ Licensing and Collecting Society, The Writers’ House, 13 Haydon St, London EC3N 1DB: Remunerated employment, office, profession etc 1f359ece 2014-12-08 Charles Kennedy uk.org.publicwhip/member/40506 Charles Kennedy uk.org.publicwhip/person/10334 3 2014-12-08-1f359ece-10334-0
8a8b3b1cb6c4f240d8778c3b28553d3731d29406 14 March 2014, received £136.93. Hours: no additional hrs. (Registered 23 June 2014) Remunerated employment, office, profession etc 1f359ece 2014-12-08 Charles Kennedy uk.org.publicwhip/member/40506 Charles Kennedy uk.org.publicwhip/person/10334 4 2014-12-08-1f359ece-10334-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.47ms · Data source: mySociety Data · About: simonw/register-of-members-interests-datasette