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 = "2000-11-10-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
6b1a6aa05256fb2235102297e5cd6b3a04567bbd President of the Institute of Insurance Brokers. (£10,001-£15,000) Remunerated employment, office, profession, etc. f3967f4d 2000-11-10 John Greenway uk.org.publicwhip/member/242 John Greenway uk.org.publicwhip/person/10242 0 2000-11-10-f3967f4d-10242-0
8ca3428ea71396509097d0bf69913019cb388a69 Parliamentary Adviser to: Remunerated employment, office, profession, etc. f3967f4d 2000-11-10 John Greenway uk.org.publicwhip/member/242 John Greenway uk.org.publicwhip/person/10242 1 2000-11-10-f3967f4d-10242-0
4c23b8d2b2b1e88fa3744f8fdd83c48bd4fd7f15 The Institute of Sales Promotion. (£1,001-£5,000) Remunerated employment, office, profession, etc. f3967f4d 2000-11-10 John Greenway uk.org.publicwhip/member/242 John Greenway uk.org.publicwhip/person/10242 2 2000-11-10-f3967f4d-10242-0
e01b3a64429d3c986cfa57e881be18481428014a The British Promotional Merchandising Association. (£1,001-£5,000) Remunerated employment, office, profession, etc. f3967f4d 2000-11-10 John Greenway uk.org.publicwhip/member/242 John Greenway uk.org.publicwhip/person/10242 3 2000-11-10-f3967f4d-10242-0
c414e40f9b115ff90bcc7857ba285085481f94bc Avenue Exhibitions Ltd. (£1,001-£5,000) Remunerated employment, office, profession, etc. f3967f4d 2000-11-10 John Greenway uk.org.publicwhip/member/242 John Greenway uk.org.publicwhip/person/10242 4 2000-11-10-f3967f4d-10242-0
8cc23c9c9e1329c9e28f8fc52f959186d1bdee84 I am an elected member of the Insurance Brokers' Registration Council and a practising insurance broker. Remunerated employment, office, profession, etc. f3967f4d 2000-11-10 John Greenway uk.org.publicwhip/member/242 John Greenway uk.org.publicwhip/person/10242 5 2000-11-10-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 18.455ms · Data source: mySociety Data · About: simonw/register-of-members-interests-datasette