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 = "2009-12-10-28e22fe3-10331-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
7099768ce24adec81f1d6705b7ad24fdeeb18397 Of Raynard Research Limited: Clients 28e22fe3 2009-12-10 Paul Keetch uk.org.publicwhip/member/1630 Paul Keetch uk.org.publicwhip/person/10331 0 2009-12-10-28e22fe3-10331-0
c033e9af0b0afdcd00e78bdf3b8d294601b86033 John Cahill Group; marine insurers with Lloyds of London. Clients 28e22fe3 2009-12-10 Paul Keetch uk.org.publicwhip/member/1630 Paul Keetch uk.org.publicwhip/person/10331 1 2009-12-10-28e22fe3-10331-0
271f4fbff4c7916f92b6c8368af470e9c19d9ca2 MilSys UK of Hereford, suppliers of rapid deployable shelters for military and civilian use. Clients 28e22fe3 2009-12-10 Paul Keetch uk.org.publicwhip/member/1630 Paul Keetch uk.org.publicwhip/person/10331 2 2009-12-10-28e22fe3-10331-0
9e353e3f32e43efe0603453773480fa76c058035 Longma Clean Energy of Hereford, suppliers of electricity generated by recyclable sources. Clients 28e22fe3 2009-12-10 Paul Keetch uk.org.publicwhip/member/1630 Paul Keetch uk.org.publicwhip/person/10331 3 2009-12-10-28e22fe3-10331-0
c678fbab4c1f628924a6e5bc39f6ba5364c95ee7 Peter Hayes Communications. Clients 28e22fe3 2009-12-10 Paul Keetch uk.org.publicwhip/member/1630 Paul Keetch uk.org.publicwhip/person/10331 4 2009-12-10-28e22fe3-10331-0
3739ecbc56c7d9fed9657a37d95a778392060c35 Omni Risk Management. Clients 28e22fe3 2009-12-10 Paul Keetch uk.org.publicwhip/member/1630 Paul Keetch uk.org.publicwhip/person/10331 5 2009-12-10-28e22fe3-10331-0
4aaa74f71193f9995e9cedb74336cbb6bc7d3310 Support Air Ltd of Hereford; providers of logistic support to damaged civil airliners. Clients 28e22fe3 2009-12-10 Paul Keetch uk.org.publicwhip/member/1630 Paul Keetch uk.org.publicwhip/person/10331 6 2009-12-10-28e22fe3-10331-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 14.027ms · Data source: mySociety Data · About: simonw/register-of-members-interests-datasette