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 = "2001-05-14-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
1514d24507f77c6d8797eae7bd94c6cf43ea6dbc 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 2001-05-14 Gerald Howarth uk.org.publicwhip/member/293 Gerald Howarth uk.org.publicwhip/person/10293 0 2001-05-14-1f359ece-10293-0
b630553e174029f99becdd5060d87f8c9edb8e66 Occasional broadcasting fees. Remunerated employment, office, profession etc 1f359ece 2001-05-14 Gerald Howarth uk.org.publicwhip/member/293 Gerald Howarth uk.org.publicwhip/person/10293 1 2001-05-14-1f359ece-10293-0
b2f135f2f11fda53133227baeb5867157ae19414 Member of the Political Opinion Panel of BPRI (Business Planning and Research International). Remunerated employment, office, profession etc 1f359ece 2001-05-14 Gerald Howarth uk.org.publicwhip/member/293 Gerald Howarth uk.org.publicwhip/person/10293 2 2001-05-14-1f359ece-10293-0
e14cff851b6122ecf57283c9ef03dfbad90adef1 Member of Harris Parliamentary Panel. Remunerated employment, office, profession etc 1f359ece 2001-05-14 Gerald Howarth uk.org.publicwhip/member/293 Gerald Howarth uk.org.publicwhip/person/10293 3 2001-05-14-1f359ece-10293-0
85a4623e7bfdc250addd5f9c1c03ae8db658fb88 Fees received from Cityforum, conference organisers, for assistance in organising conferences. Remunerated employment, office, profession etc 1f359ece 2001-05-14 Gerald Howarth uk.org.publicwhip/member/293 Gerald Howarth uk.org.publicwhip/person/10293 4 2001-05-14-1f359ece-10293-0
ec953f0cb162ba98bacb87504f720b826ff00307 Consultant to Pacific Investments Ltd., advising on business development. Remunerated employment, office, profession etc 1f359ece 2001-05-14 Gerald Howarth uk.org.publicwhip/member/293 Gerald Howarth uk.org.publicwhip/person/10293 5 2001-05-14-1f359ece-10293-0
743d040a809e6cec621920760e1478045a553747 Consultant to Euro Security Systems Ltd.; advising on new business. Remunerated employment, office, profession etc 1f359ece 2001-05-14 Gerald Howarth uk.org.publicwhip/member/293 Gerald Howarth uk.org.publicwhip/person/10293 6 2001-05-14-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 81.371ms · Data source: mySociety Data · About: simonw/register-of-members-interests-datasette