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 = "2010-01-06-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
cd216ec48dfd28de90815efe9e430960d576e5ef Of Raynard Research Limited: Clients 28e22fe3 2010-01-06 Paul Keetch uk.org.publicwhip/member/1630 Paul Keetch uk.org.publicwhip/person/10331 0 2010-01-06-28e22fe3-10331-0
e7d9d2aa38c3f6133cc0d280f2e50612e9ff46c4 John Cahill Group; marine insurers with Lloyds of London. Clients 28e22fe3 2010-01-06 Paul Keetch uk.org.publicwhip/member/1630 Paul Keetch uk.org.publicwhip/person/10331 1 2010-01-06-28e22fe3-10331-0
70b777c1c4ce46cb8c1714ddb2a4572f25f09e3b MilSys UK of Hereford, suppliers of rapid deployable shelters for military and civilian use. Clients 28e22fe3 2010-01-06 Paul Keetch uk.org.publicwhip/member/1630 Paul Keetch uk.org.publicwhip/person/10331 2 2010-01-06-28e22fe3-10331-0
7b31145d37d06199e0d58955f91ebdf5619ef17b Longma Clean Energy of Hereford, suppliers of electricity generated by recyclable sources. Clients 28e22fe3 2010-01-06 Paul Keetch uk.org.publicwhip/member/1630 Paul Keetch uk.org.publicwhip/person/10331 3 2010-01-06-28e22fe3-10331-0
58d7559c531434dafcbc42552003c260935e8301 Peter Hayes Communications. Clients 28e22fe3 2010-01-06 Paul Keetch uk.org.publicwhip/member/1630 Paul Keetch uk.org.publicwhip/person/10331 4 2010-01-06-28e22fe3-10331-0
8836d4865ef59f9401ec613bcdac4957e59114d9 Omni Risk Management. Clients 28e22fe3 2010-01-06 Paul Keetch uk.org.publicwhip/member/1630 Paul Keetch uk.org.publicwhip/person/10331 5 2010-01-06-28e22fe3-10331-0
43a481e33dba992beca68a349d42213302d4c758 Support Air Ltd of Hereford; providers of logistic support to damaged civil airliners. Clients 28e22fe3 2010-01-06 Paul Keetch uk.org.publicwhip/member/1630 Paul Keetch uk.org.publicwhip/person/10331 6 2010-01-06-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 15.139ms · Data source: mySociety Data · About: simonw/register-of-members-interests-datasette