home / regmem

Menu
  • GraphQL API

items

Table actions
  • GraphQL API for items

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

5 rows where record_id = "2015-01-26-3aff2389-10713-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
aeb0983bf91d8d8435c5b38f1a3a5818ab349e29 Flare View Ltd; Registrable shareholdings 3aff2389 2015-01-26 Gregory Barker uk.org.publicwhip/member/40077 Gregory Barker uk.org.publicwhip/person/10713 0 2015-01-26-3aff2389-10713-0
69ef80fbeb93f42533d1d71751f53409ed694c76 New European Property Holdings Ltd. (NEPH) Registrable shareholdings 3aff2389 2015-01-26 Gregory Barker uk.org.publicwhip/member/40077 Gregory Barker uk.org.publicwhip/person/10713 1 2015-01-26-3aff2389-10713-0
235cf7e15258cd8ef01045336944f61f95045edd Igroland Ltd; owns and operates children’s entertainment centres in Ukraine. Registrable shareholdings 3aff2389 2015-01-26 Gregory Barker uk.org.publicwhip/member/40077 Gregory Barker uk.org.publicwhip/person/10713 2 2015-01-26-3aff2389-10713-0
dfe533abe1a75bf3d769fbe00f217fffbb6c154d Mottra Ltd; food manufacture and distribution Registrable shareholdings 3aff2389 2015-01-26 Gregory Barker uk.org.publicwhip/member/40077 Gregory Barker uk.org.publicwhip/person/10713 3 2015-01-26-3aff2389-10713-0
603226647c44c6be08c378a1cae17813cbd02092 Hedleigh Mayfair Ltd (Investment property holdings, London W1) (Registered 30 December 2014) Registrable shareholdings 3aff2389 2015-01-26 Gregory Barker uk.org.publicwhip/member/40077 Gregory Barker uk.org.publicwhip/person/10713 4 2015-01-26-3aff2389-10713-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 132.266ms · Data source: mySociety Data · About: simonw/register-of-members-interests-datasette