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 record_id = "2000-11-10-1f359ece-10293-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
6d2f5c132408009c051ee837f12165979a26c237 Parliamentary adviser to the Consumer Credit Association of the United Kingdom, which is the trade association representing the majority of businesses in the home credit industry. (£5,001-£10,000) Remunerated employment, office, profession etc 1f359ece 2000-11-10 Gerald Howarth uk.org.publicwhip/member/293 Gerald Howarth uk.org.publicwhip/person/10293 0 2000-11-10-1f359ece-10293-0
bd8454cf0a9fbf7728794c837c3c52d6f60da980 Consultant on aviation matters to AON Group; insurance brokers. Remunerated employment, office, profession etc 1f359ece 2000-11-10 Gerald Howarth uk.org.publicwhip/member/293 Gerald Howarth uk.org.publicwhip/person/10293 1 2000-11-10-1f359ece-10293-0
63bf9ca2e1fcb4809e9452ec5937d9200095a042 Occasional broadcasting fees. Remunerated employment, office, profession etc 1f359ece 2000-11-10 Gerald Howarth uk.org.publicwhip/member/293 Gerald Howarth uk.org.publicwhip/person/10293 2 2000-11-10-1f359ece-10293-0
a97186265e4443104d22677d376b549d0aa39846 Member of the Political Opinion Panel of BPRI (Business Planning and Research International). Remunerated employment, office, profession etc 1f359ece 2000-11-10 Gerald Howarth uk.org.publicwhip/member/293 Gerald Howarth uk.org.publicwhip/person/10293 3 2000-11-10-1f359ece-10293-0
ba7f47b664841156b27fea0e8594916dbeef6389 Member of Harris Parliamentary Panel. Remunerated employment, office, profession etc 1f359ece 2000-11-10 Gerald Howarth uk.org.publicwhip/member/293 Gerald Howarth uk.org.publicwhip/person/10293 4 2000-11-10-1f359ece-10293-0
a7ac993e4f717e81c35190b1605ae5459365cc7b Fees received from Cityforum, conference organisers, for assistance in organising conferences. Remunerated employment, office, profession etc 1f359ece 2000-11-10 Gerald Howarth uk.org.publicwhip/member/293 Gerald Howarth uk.org.publicwhip/person/10293 5 2000-11-10-1f359ece-10293-0
7ffa13f77773fff43558ccd4636e0cb71d5a4898 Consultant to Pacific Investments Ltd., advising on business development. Remunerated employment, office, profession etc 1f359ece 2000-11-10 Gerald Howarth uk.org.publicwhip/member/293 Gerald Howarth uk.org.publicwhip/person/10293 6 2000-11-10-1f359ece-10293-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 127.801ms · Data source: mySociety Data · About: simonw/register-of-members-interests-datasette