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 = "2001-05-14-3aff2389-10023-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
0225f78fcfac04d8ff19ff4fd76e12a87d2048df Camco Corporation PLC Registrable shareholdings 3aff2389 2001-05-14 Tony Baldry uk.org.publicwhip/member/23 Tony Baldry uk.org.publicwhip/person/10023 0 2001-05-14-3aff2389-10023-0
e6a7a00e1f3b749cf9850c32a70e2e4856c6034c Transense Technologies PLC Registrable shareholdings 3aff2389 2001-05-14 Tony Baldry uk.org.publicwhip/member/23 Tony Baldry uk.org.publicwhip/person/10023 1 2001-05-14-3aff2389-10023-0
1058b3eb87cae1d4e81de919c70c6402e2591243 XiMed PLC Registrable shareholdings 3aff2389 2001-05-14 Tony Baldry uk.org.publicwhip/member/23 Tony Baldry uk.org.publicwhip/person/10023 2 2001-05-14-3aff2389-10023-0
c093220a03dd88a3f95f10d3f5a96582f6d9823a 3DMI International Inc. Registrable shareholdings 3aff2389 2001-05-14 Tony Baldry uk.org.publicwhip/member/23 Tony Baldry uk.org.publicwhip/person/10023 3 2001-05-14-3aff2389-10023-0
da9b80dd11a6aa670d7ba32f809e41eb4e782735 Chrometex Registrable shareholdings 3aff2389 2001-05-14 Tony Baldry uk.org.publicwhip/member/23 Tony Baldry uk.org.publicwhip/person/10023 4 2001-05-14-3aff2389-10023-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 553.884ms · Data source: mySociety Data · About: simonw/register-of-members-interests-datasette