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 member_id = "uk.org.publicwhip/member/140" sorted by date descending

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: item, category_id, date, date (date)

hash item category_id date ▲ member_id person_id sort_order record_id
4bc92ef2ca72ac7fed659fd0df03385ab865770e Author. Remunerated employment, office, profession etc 1f359ece 2001-05-14 Ross Cranston uk.org.publicwhip/member/140 Ross Cranston uk.org.publicwhip/person/10140 0 2001-05-14-1f359ece-10140-0
2577826019502db1bffc364e9c9236dfc5f76b25 The GMB have agreed to donate 25% of my total General Election expenditure. (Registered2 May 2001) Sponsorship or financial or material support 9e46def6 2001-05-14 Ross Cranston uk.org.publicwhip/member/140 Ross Cranston uk.org.publicwhip/person/10140 0 2001-05-14-9e46def6-10140-0
ffd21c1700a31e8122ef5e750a6f893002a1c199 Director (ex-officio) of the Incorporated Council of Law Reporting for England and Wales (unremunerated). Miscellaneous and unremunerated interests 265f2269 2001-05-14 Ross Cranston uk.org.publicwhip/member/140 Ross Cranston uk.org.publicwhip/person/10140 0 2001-05-14-265f2269-10140-0
fc885a78c36f8480eff5046d450b322e228a4bea Author. Remunerated employment, office, profession etc 1f359ece 2000-11-10 Ross Cranston uk.org.publicwhip/member/140 Ross Cranston uk.org.publicwhip/person/10140 0 2000-11-10-1f359ece-10140-0
1a5c23119c74e534953f88508bf963df7a7e1fa3 Director (ex-officio) of the Incorporated Council of Law Reporting for England and Wales (unremunerated). Miscellaneous and unremunerated interests 265f2269 2000-11-10 Ross Cranston uk.org.publicwhip/member/140 Ross Cranston uk.org.publicwhip/person/10140 0 2000-11-10-265f2269-10140-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 10.122ms · Data source: mySociety Data · About: simonw/register-of-members-interests-datasette