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 = "2004-07-16-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
f3af6d28631d8d06347d4c8f0318c5254be75750 President of the Institute of Insurance Brokers. (£10,001-£15,000) Remunerated employment, office, profession, etc. f3967f4d 2004-07-16 John Greenway uk.org.publicwhip/member/923 John Greenway uk.org.publicwhip/person/10242 0 2004-07-16-f3967f4d-10242-0
7bf09b832c6c0d26f14a2a917e63c1fe0806196c Parliamentary Adviser to the incentives industry supported by: Remunerated employment, office, profession, etc. f3967f4d 2004-07-16 John Greenway uk.org.publicwhip/member/923 John Greenway uk.org.publicwhip/person/10242 1 2004-07-16-f3967f4d-10242-0
7fd847493aece1c4ac78c0506a197ec8cc59fd20 The Institute of Sales Promotion. (Up to £5,000) Remunerated employment, office, profession, etc. f3967f4d 2004-07-16 John Greenway uk.org.publicwhip/member/923 John Greenway uk.org.publicwhip/person/10242 2 2004-07-16-f3967f4d-10242-0
82a99361e151daf2a0e091bef9b26e0f70d976c7 The British Promotional Merchandising Association. (Up to £5,000) Remunerated employment, office, profession, etc. f3967f4d 2004-07-16 John Greenway uk.org.publicwhip/member/923 John Greenway uk.org.publicwhip/person/10242 3 2004-07-16-f3967f4d-10242-0
b32a573027ddb3d18304aac90ce0d483535ca446 The Incentive Travel and Meetings Association. (Up to £5,000) Remunerated employment, office, profession, etc. f3967f4d 2004-07-16 John Greenway uk.org.publicwhip/member/923 John Greenway uk.org.publicwhip/person/10242 4 2004-07-16-f3967f4d-10242-0
203186a5c71da35d2ceeae37c4a2c187759f2f03 Reed Exhibitions Ltd. in respect of the Incentive World Exhibition. (Up to £5,000) Remunerated employment, office, profession, etc. f3967f4d 2004-07-16 John Greenway uk.org.publicwhip/member/923 John Greenway uk.org.publicwhip/person/10242 5 2004-07-16-f3967f4d-10242-0
01e3d8926093b256af71e9c766bad41df95933e4 Parliamentary Adviser to College Hill, a financial public relations company.(£5,001-£10,000) Remunerated employment, office, profession, etc. f3967f4d 2004-07-16 John Greenway uk.org.publicwhip/member/923 John Greenway uk.org.publicwhip/person/10242 6 2004-07-16-f3967f4d-10242-0
1f6a3cd4107ad3af42dba93394ee8175fe44d3b4 Business consultant to Smart and Cook Group Ltd. Remunerated employment, office, profession, etc. f3967f4d 2004-07-16 John Greenway uk.org.publicwhip/member/923 John Greenway uk.org.publicwhip/person/10242 7 2004-07-16-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 140.087ms · Data source: mySociety Data · About: simonw/register-of-members-interests-datasette