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-04-12-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
66c6adbadecddb8025081df0e2705a555c5d0161 Of Raynard Research Limited: Clients 28e22fe3 2010-04-12 Paul Keetch uk.org.publicwhip/member/1630 Paul Keetch uk.org.publicwhip/person/10331 0 2010-04-12-28e22fe3-10331-0
8329beb41c39997fe3e83766c72c1270ec954b1d John Cahill Group; marine insurers with Lloyds of London. Clients 28e22fe3 2010-04-12 Paul Keetch uk.org.publicwhip/member/1630 Paul Keetch uk.org.publicwhip/person/10331 1 2010-04-12-28e22fe3-10331-0
5c2931176401c83297b03791f6fff9156209bdf0 MilSys UK of Hereford, suppliers of rapid deployable shelters for military and civilian use. Clients 28e22fe3 2010-04-12 Paul Keetch uk.org.publicwhip/member/1630 Paul Keetch uk.org.publicwhip/person/10331 2 2010-04-12-28e22fe3-10331-0
0df085820c9176421f889aa60694e0f603fc54d4 Longma Clean Energy of Hereford, suppliers of electricity generated by recyclable sources. Clients 28e22fe3 2010-04-12 Paul Keetch uk.org.publicwhip/member/1630 Paul Keetch uk.org.publicwhip/person/10331 3 2010-04-12-28e22fe3-10331-0
328a20c8db895265b86c659f9717137e1a0bfdf4 Peter Hayes Communications. £1,500 paid to Raynard Research for advice given on parliamentary procedures. Hours: TBC. (Registered 23 February 2010) Clients 28e22fe3 2010-04-12 Paul Keetch uk.org.publicwhip/member/1630 Paul Keetch uk.org.publicwhip/person/10331 4 2010-04-12-28e22fe3-10331-0
29790b5fad7e6ad112befffaae23ef0474877e75 Omni Risk Management. Clients 28e22fe3 2010-04-12 Paul Keetch uk.org.publicwhip/member/1630 Paul Keetch uk.org.publicwhip/person/10331 5 2010-04-12-28e22fe3-10331-0
790f93a285000325e23ca0925b220e503f2ad10e Support Air Ltd of Hereford; providers of logistic support to damaged civil airliners. Clients 28e22fe3 2010-04-12 Paul Keetch uk.org.publicwhip/member/1630 Paul Keetch uk.org.publicwhip/person/10331 6 2010-04-12-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 16.121ms · Data source: mySociety Data · About: simonw/register-of-members-interests-datasette