home / regmem

Menu
  • GraphQL API

items

Table actions
  • GraphQL API for items

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

7 rows where member_id = "uk.org.publicwhip/member/17" 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
28579a2f1a417a454b5ce1c9dffc16a589de8792 Member of Political Opinion Panel of BPRI (Business Planning and Research International). (£1-£1,000) Remunerated employment, office, profession etc 1f359ece 2001-05-14 Candy Atherton uk.org.publicwhip/member/17 Candy Atherton uk.org.publicwhip/person/10017 0 2001-05-14-1f359ece-10017-0
0cbbe673f298ab4c2113ec075a16a880758f8b1f Member of Harris Political Opinion Panel. (£1-£1,000) Remunerated employment, office, profession etc 1f359ece 2001-05-14 Candy Atherton uk.org.publicwhip/member/17 Candy Atherton uk.org.publicwhip/person/10017 1 2001-05-14-1f359ece-10017-0
bd231671bdf6c5f16d886b889b7c46982577b07e Trustee on the Board of Directors for Carn Brea Recreation Centre, Cornwall, a charitable trust (unremunerated). Miscellaneous and unremunerated interests 265f2269 2001-05-14 Candy Atherton uk.org.publicwhip/member/17 Candy Atherton uk.org.publicwhip/person/10017 0 2001-05-14-265f2269-10017-0
19bbf95f79031da68647bf24b4048c85357444cb Member of Political Opinion Panel of BPRI (Business Planning and Research International). (£1-£1,000) Remunerated employment, office, profession etc 1f359ece 2000-11-10 Candy Atherton uk.org.publicwhip/member/17 Candy Atherton uk.org.publicwhip/person/10017 0 2000-11-10-1f359ece-10017-0
f036eaff3b9d082249c2186bb9b1cbb981138488 Member of Harris Political Opinion Panel. (£1-£1,000) Remunerated employment, office, profession etc 1f359ece 2000-11-10 Candy Atherton uk.org.publicwhip/member/17 Candy Atherton uk.org.publicwhip/person/10017 1 2000-11-10-1f359ece-10017-0
806b18fad92d33fba9a336035a94e7b86deb3a63 16-23 July 1999, to Ethiopia with the All-Party Ethiopia Parliamentary Group; all travel and accommodation costs met by the Federal Republic of Ethiopia. (Registered 13 August 1999) Overseas visits 80ef1083 2000-11-10 Candy Atherton uk.org.publicwhip/member/17 Candy Atherton uk.org.publicwhip/person/10017 0 2000-11-10-80ef1083-10017-0
b1750b0a44ee9b9e20ebc1d4ce0f10fa190fdef5 Trustee on the Board of Directors for Carn Brea Recreation Centre, Cornwall, a charitable trust (unremunerated). Miscellaneous and unremunerated interests 265f2269 2000-11-10 Candy Atherton uk.org.publicwhip/member/17 Candy Atherton uk.org.publicwhip/person/10017 0 2000-11-10-265f2269-10017-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 17.773ms · Data source: mySociety Data · About: simonw/register-of-members-interests-datasette