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 = "2002-05-14-265f2269-10088-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
4f89835993f48924a7c7ac91cb7c51a3941d790f Trustee and Board Member of: Miscellaneous and unremunerated interests 265f2269 2002-05-14 Menzies Campbell uk.org.publicwhip/member/781 Menzies Campbell uk.org.publicwhip/person/10088 0 2002-05-14-265f2269-10088-0
61568a275d4fd8e74a41ad1560a59ed827b50ce6 COIF Charities Deposit Fund Miscellaneous and unremunerated interests 265f2269 2002-05-14 Menzies Campbell uk.org.publicwhip/member/781 Menzies Campbell uk.org.publicwhip/person/10088 1 2002-05-14-265f2269-10088-0
abe8cf14129ee880cb2f34909ce87a3c20173dae COIF Charities Investment Fund Miscellaneous and unremunerated interests 265f2269 2002-05-14 Menzies Campbell uk.org.publicwhip/member/781 Menzies Campbell uk.org.publicwhip/person/10088 2 2002-05-14-265f2269-10088-0
f6dedb1b2fd97dd8a9a5cf1b69833c4703c21091 COIF Charities Fixed Interest Fund. Miscellaneous and unremunerated interests 265f2269 2002-05-14 Menzies Campbell uk.org.publicwhip/member/781 Menzies Campbell uk.org.publicwhip/person/10088 3 2002-05-14-265f2269-10088-0
0e10f2b332ecef50288c64faa13925ab128ac522 All the above appointments are unremunerated. Miscellaneous and unremunerated interests 265f2269 2002-05-14 Menzies Campbell uk.org.publicwhip/member/781 Menzies Campbell uk.org.publicwhip/person/10088 4 2002-05-14-265f2269-10088-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 72.64ms · Data source: mySociety Data · About: simonw/register-of-members-interests-datasette