home / regmem

Menu
  • GraphQL API

items

Table actions
  • GraphQL API for items

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

6 rows where record_id = "2002-11-26-1fdbe1e1-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
ad442410d3e1ce36c5484ee17dd114ba172208f4 President of the Institute of Insurance Brokers. (£10,001-£15,000) Remunerated employment, office, profession, etc 1fdbe1e1 2002-11-26 John Greenway uk.org.publicwhip/member/923 John Greenway uk.org.publicwhip/person/10242 0 2002-11-26-1fdbe1e1-10242-0
365e4459163ae3bd2b76e2741584602a6113d0f5 Parliamentary Adviser to the incentives industry supported by: Remunerated employment, office, profession, etc 1fdbe1e1 2002-11-26 John Greenway uk.org.publicwhip/member/923 John Greenway uk.org.publicwhip/person/10242 1 2002-11-26-1fdbe1e1-10242-0
e6cb8567075fa8447c18dfd0df11bc6194bd3a72 The Institute of Sales Promotion. (Up to £5,000) Remunerated employment, office, profession, etc 1fdbe1e1 2002-11-26 John Greenway uk.org.publicwhip/member/923 John Greenway uk.org.publicwhip/person/10242 2 2002-11-26-1fdbe1e1-10242-0
d55a7cf53e35f25924949bff71af57ba58a64c36 The British Promotional Merchandising Association. (Up to £5,000) Remunerated employment, office, profession, etc 1fdbe1e1 2002-11-26 John Greenway uk.org.publicwhip/member/923 John Greenway uk.org.publicwhip/person/10242 3 2002-11-26-1fdbe1e1-10242-0
0c93eaa7b50395a744db438d8f16b1c4509f220e The Incentive Travel and Meetings Association. (Up to £5,000) Remunerated employment, office, profession, etc 1fdbe1e1 2002-11-26 John Greenway uk.org.publicwhip/member/923 John Greenway uk.org.publicwhip/person/10242 4 2002-11-26-1fdbe1e1-10242-0
845465e2ea14266e882706958687b15425d03a62 Reed Exhibitions Ltd. in respect of the Incentive World Exhibition. (Up to £5,000) Remunerated employment, office, profession, etc 1fdbe1e1 2002-11-26 John Greenway uk.org.publicwhip/member/923 John Greenway uk.org.publicwhip/person/10242 5 2002-11-26-1fdbe1e1-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 220.887ms · Data source: mySociety Data · About: simonw/register-of-members-interests-datasette