home / regmem

Menu
  • GraphQL API

items

Table actions
  • GraphQL API for items

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

13 rows where member_id = "uk.org.publicwhip/member/87" 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
567d4424c52b20f0060f1f230c66c4fcdf8bfdb7 The Welding Institute (TWI). (£5,001-£10,000) Remunerated directorships ead1ca87 2001-05-14 Anne Campbell uk.org.publicwhip/member/87 Anne Campbell uk.org.publicwhip/person/10087 0 2001-05-14-ead1ca87-10087-0
55b3f3e13891ecb8b55e65497529a4a7eeb68093 Occasional fees from broadcasting and journalism. Remunerated employment, office, profession etc 1f359ece 2001-05-14 Anne Campbell uk.org.publicwhip/member/87 Anne Campbell uk.org.publicwhip/person/10087 0 2001-05-14-1f359ece-10087-0
f44dc91f9856a4f8381f6dcb7d376c8a376c9924 Member of Harris Parliamentary Panel. (£1-£1,000). Fees made payable to Cambridge Labour Party. Remunerated employment, office, profession etc 1f359ece 2001-05-14 Anne Campbell uk.org.publicwhip/member/87 Anne Campbell uk.org.publicwhip/person/10087 1 2001-05-14-1f359ece-10087-0
9badf30991f60831c7890f44db6d4d1bbee773d0 Member of BPRI Panel (Business Planning and Research International). (£1-£1,000) Fees made payable to Cambridge Labour Party. Remunerated employment, office, profession etc 1f359ece 2001-05-14 Anne Campbell uk.org.publicwhip/member/87 Anne Campbell uk.org.publicwhip/person/10087 2 2001-05-14-1f359ece-10087-0
21e98982b2fb9ee52d3a5ed1920a0d81d2c845c4 Free internet service from Uunet, Cambridge. Sponsorship or financial or material support 9e46def6 2001-05-14 Anne Campbell uk.org.publicwhip/member/87 Anne Campbell uk.org.publicwhip/person/10087 0 2001-05-14-9e46def6-10087-0
0937a3a59f14a008baf791ea518958f195eae7ef Freehold of holiday cottage in Brittany, France. (No net income from letting this property.) Land and Property 4f1e6359 2001-05-14 Anne Campbell uk.org.publicwhip/member/87 Anne Campbell uk.org.publicwhip/person/10087 0 2001-05-14-4f1e6359-10087-0
8315818eea452428d1268cf0813b58ce4c8502ff Chair of Opportunity Links; an information service enabling welfare to work for parents (unremunerated). Miscellaneous and unremunerated interests 265f2269 2001-05-14 Anne Campbell uk.org.publicwhip/member/87 Anne Campbell uk.org.publicwhip/person/10087 0 2001-05-14-265f2269-10087-0
c9530fe412de3336f9dd172bb307cc62ddb9dbb8 The Welding Institute (TWI). (£5,001-£10,000) Remunerated directorships ead1ca87 2000-11-10 Anne Campbell uk.org.publicwhip/member/87 Anne Campbell uk.org.publicwhip/person/10087 0 2000-11-10-ead1ca87-10087-0
0ad42a99288c24ee76120a92e705fc4ac85acdd0 Occasional fees from broadcasting and journalism. Remunerated employment, office, profession etc 1f359ece 2000-11-10 Anne Campbell uk.org.publicwhip/member/87 Anne Campbell uk.org.publicwhip/person/10087 0 2000-11-10-1f359ece-10087-0
c909288d01fcc926c55f6ab8e5614915ea3f9e47 Member of Harris Parliamentary Panel. (£1-£1,000). Fees made payable to Cambridge Labour Party. Remunerated employment, office, profession etc 1f359ece 2000-11-10 Anne Campbell uk.org.publicwhip/member/87 Anne Campbell uk.org.publicwhip/person/10087 1 2000-11-10-1f359ece-10087-0
25d8e177cce5a377251a5b0ff0aa6d332586109b Free internet service from Uunet, Cambridge. Sponsorship or financial or material support 9e46def6 2000-11-10 Anne Campbell uk.org.publicwhip/member/87 Anne Campbell uk.org.publicwhip/person/10087 0 2000-11-10-9e46def6-10087-0
f582f62105827905b921adfbef96369fe5ef38fa Freehold of holiday cottage in Brittany, France. (No net income from letting this property.) Land and Property 4f1e6359 2000-11-10 Anne Campbell uk.org.publicwhip/member/87 Anne Campbell uk.org.publicwhip/person/10087 0 2000-11-10-4f1e6359-10087-0
ff2072ccc9e13bcde59730fb87b8883ecc7a779b Chair of Opportunity Links; an information service enabling welfare to work for parents (unremunerated). Miscellaneous and unremunerated interests 265f2269 2000-11-10 Anne Campbell uk.org.publicwhip/member/87 Anne Campbell uk.org.publicwhip/person/10087 0 2000-11-10-265f2269-10087-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 18.112ms · Data source: mySociety Data · About: simonw/register-of-members-interests-datasette