home / regmem

Menu
  • GraphQL API

items

Table actions
  • GraphQL API for items

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

4 rows where record_id = "2002-05-14-265f2269-10481-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
6dd1493ce1dbe54c6bee2e2a89d923651b5ebe70 Director (unremunerated) of The Genesis Initiative Limited, promoting the interest of small business at national and international level. Miscellaneous and unremunerated interests 265f2269 2002-05-14 Kerry Pollard uk.org.publicwhip/member/1161 Kerry Pollard uk.org.publicwhip/person/10481 0 2002-05-14-265f2269-10481-0
a6eb1ee5bd163668181729e81cc4b57716950502 Director (unremunerated) of Open Door Trust, charity to fund constituency homeless project. Miscellaneous and unremunerated interests 265f2269 2002-05-14 Kerry Pollard uk.org.publicwhip/member/1161 Kerry Pollard uk.org.publicwhip/person/10481 1 2002-05-14-265f2269-10481-0
4e07a7602dca6ab998ea82681296fdb6b4a24fec Director (unremunerated) of Birnbeck Housing Association. Miscellaneous and unremunerated interests 265f2269 2002-05-14 Kerry Pollard uk.org.publicwhip/member/1161 Kerry Pollard uk.org.publicwhip/person/10481 2 2002-05-14-265f2269-10481-0
829b0a2eb964263c3324d7e6e82e3b5d528b6346 Director (unremunerated) of Cherry Tree Housing Association. Miscellaneous and unremunerated interests 265f2269 2002-05-14 Kerry Pollard uk.org.publicwhip/member/1161 Kerry Pollard uk.org.publicwhip/person/10481 3 2002-05-14-265f2269-10481-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.676ms · Data source: mySociety Data · About: simonw/register-of-members-interests-datasette