home / regmem

Menu
  • GraphQL API

items

Table actions
  • GraphQL API for items

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

10 rows where member_id = "uk.org.publicwhip/member/351" sorted by date descending

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: item, category_id, date, sort_order, record_id, date (date)

hash item category_id date ▲ member_id person_id sort_order record_id
722986e981cd8c4a405f8150f3227355de20800c Payments for television, radio and newspaper interviews and articles. Remunerated employment, office, profession etc 1f359ece 2001-05-14 Bob Laxton uk.org.publicwhip/member/351 Bob Laxton uk.org.publicwhip/person/10351 0 2001-05-14-1f359ece-10351-0
939839454dd9c205e84349ffa0702683250a3b18 Contribution of approximately £5,000 p.a. towards my constituency office rental and service charge costs from Bowmer & Kirkland Ltd., company office, Belper, Derbyshire. Sponsorship or financial or material support 9e46def6 2001-05-14 Bob Laxton uk.org.publicwhip/member/351 Bob Laxton uk.org.publicwhip/person/10351 0 2001-05-14-9e46def6-10351-0
d0dcecea589ee33a06ca3cb45a6937e72ae937a3 Hosting of my MP's Website and E-mail by IOGEN, Derby. Sponsorship or financial or material support 9e46def6 2001-05-14 Bob Laxton uk.org.publicwhip/member/351 Bob Laxton uk.org.publicwhip/person/10351 1 2001-05-14-9e46def6-10351-0
eaf3c6ad7ade2f73ba9f1f76473083cfe470283a 10-15 September 2000, information technology visit to the USA, part sponsored by Pacific Communications. (Registered 17 October 2000) Overseas visits 80ef1083 2001-05-14 Bob Laxton uk.org.publicwhip/member/351 Bob Laxton uk.org.publicwhip/person/10351 0 2001-05-14-80ef1083-10351-0
285157c013543b9fb5f776cae8ea4e0b20e01336 Payments for television, radio and newspaper interviews and articles. Remunerated employment, office, profession etc 1f359ece 2000-11-10 Bob Laxton uk.org.publicwhip/member/351 Bob Laxton uk.org.publicwhip/person/10351 0 2000-11-10-1f359ece-10351-0
b77d648e682ad2b4234d1d506dbb7475befc3b70 Contribution of approximately £5,000 p.a. towards my constituency office rental and service charge costs from Bowmer & Kirkland Ltd., company office, Belper, Derbyshire. Sponsorship or financial or material support 9e46def6 2000-11-10 Bob Laxton uk.org.publicwhip/member/351 Bob Laxton uk.org.publicwhip/person/10351 0 2000-11-10-9e46def6-10351-0
a6bd2f3ec514c7f3956ac9791c3f4c0945a07026 Hosting of my MP's Website and E-mail by Surfnet Online, Derby. Sponsorship or financial or material support 9e46def6 2000-11-10 Bob Laxton uk.org.publicwhip/member/351 Bob Laxton uk.org.publicwhip/person/10351 1 2000-11-10-9e46def6-10351-0
bafbf6a5c534c7343942efca3d2ab2ef58995a56 June 1999, two Centre Court tickets for Wimbledon, with lunch, as a guest of Powergen. (Registered 21 June 1999) Gifts, benefits and hospitality (UK) 84642823 2000-11-10 Bob Laxton uk.org.publicwhip/member/351 Bob Laxton uk.org.publicwhip/person/10351 0 2000-11-10-84642823-10351-0
c67fc345e1e46cd7cc48ca379465fb4b06540426 29 September 1999, one ticket to a Labour Party Gala Fund Raising Dinner, provided by Telewest. (Registered 10 November 1999) Gifts, benefits and hospitality (UK) 84642823 2000-11-10 Bob Laxton uk.org.publicwhip/member/351 Bob Laxton uk.org.publicwhip/person/10351 1 2000-11-10-84642823-10351-0
fae69de7bfeb3e428026c9c3ba684aed48c5b780 10-15 September 2000, information technology visit to the USA, part sponsored by Pacific Communications. (Registered 17 October 2000) Overseas visits 80ef1083 2000-11-10 Bob Laxton uk.org.publicwhip/member/351 Bob Laxton uk.org.publicwhip/person/10351 0 2000-11-10-80ef1083-10351-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 27.922ms · Data source: mySociety Data · About: simonw/register-of-members-interests-datasette