home / regmem

Menu
  • GraphQL API

items

Table actions
  • GraphQL API for items

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

8 rows where record_id = "2005-04-11-f3967f4d-10242-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
5c91b3bf8c76a97ae37a3fe6946fa35c6abcc37a President of the Institute of Insurance Brokers. (£10,001-£15,000) Remunerated employment, office, profession, etc. f3967f4d 2005-04-11 John Greenway uk.org.publicwhip/member/923 John Greenway uk.org.publicwhip/person/10242 0 2005-04-11-f3967f4d-10242-0
a8fb84327f08eddd7c94936cc21bbb0be9b552dc Parliamentary Adviser to the incentives industry supported by: Remunerated employment, office, profession, etc. f3967f4d 2005-04-11 John Greenway uk.org.publicwhip/member/923 John Greenway uk.org.publicwhip/person/10242 1 2005-04-11-f3967f4d-10242-0
0a36c2de379f82bced49fa8768698ceaa5678c78 The Institute of Sales Promotion. (Up to £5,000) Remunerated employment, office, profession, etc. f3967f4d 2005-04-11 John Greenway uk.org.publicwhip/member/923 John Greenway uk.org.publicwhip/person/10242 2 2005-04-11-f3967f4d-10242-0
930fab7422f65d5c08f9a8d7d05db60e1abdefaf The British Promotional Merchandising Association. (Up to £5,000) Remunerated employment, office, profession, etc. f3967f4d 2005-04-11 John Greenway uk.org.publicwhip/member/923 John Greenway uk.org.publicwhip/person/10242 3 2005-04-11-f3967f4d-10242-0
f5ef3702f77ed98ba58fd0140b359aa567bd6f1b The Incentive Travel and Meetings Association. (Up to £5,000) Remunerated employment, office, profession, etc. f3967f4d 2005-04-11 John Greenway uk.org.publicwhip/member/923 John Greenway uk.org.publicwhip/person/10242 4 2005-04-11-f3967f4d-10242-0
2312f7bb4dd9fa32620cc94d69e2e1a5b712ecb9 Reed Exhibitions Ltd. in respect of the Incentive World Exhibition. (Up to £5,000) Remunerated employment, office, profession, etc. f3967f4d 2005-04-11 John Greenway uk.org.publicwhip/member/923 John Greenway uk.org.publicwhip/person/10242 5 2005-04-11-f3967f4d-10242-0
99cc625781132739e1e1ce7bf3b2fe1e7ec3007e Business consultant to Smart and Cook Group Ltd. Remunerated employment, office, profession, etc. f3967f4d 2005-04-11 John Greenway uk.org.publicwhip/member/923 John Greenway uk.org.publicwhip/person/10242 6 2005-04-11-f3967f4d-10242-0
ea6503c7ebb277c1f480731c2097d37b4a64b75a Fee, travel and accommodation from IMEX for chairing the annual politicians tourism forum in Frankfurt, Germany, 11-14 May 2004. (Registered 20 May 2004) Remunerated employment, office, profession, etc. f3967f4d 2005-04-11 John Greenway uk.org.publicwhip/member/923 John Greenway uk.org.publicwhip/person/10242 7 2005-04-11-f3967f4d-10242-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 16.117ms · Data source: mySociety Data · About: simonw/register-of-members-interests-datasette