home / regmem

Menu
  • GraphQL API

items

Table actions
  • GraphQL API for items

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

3 rows where member_id = "uk.org.publicwhip/member/55" 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
24ec1258e9b83569e6fc54812b80bec281a49200 Contribution from BT towards the purchase of video-conferencing facilities, for the use of constituents between the constituency and Westminster. Sponsorship or financial or material support 9e46def6 2001-05-14 David Borrow uk.org.publicwhip/member/55 David Borrow uk.org.publicwhip/person/10055 0 2001-05-14-9e46def6-10055-0
1953c9e4a87bb994d621b6660374be3d3beed37f Contribution from BT towards the purchase of video-conferencing facilities, for the use of constituents between the constituency and Westminster. Sponsorship or financial or material support 9e46def6 2000-11-10 David Borrow uk.org.publicwhip/member/55 David Borrow uk.org.publicwhip/person/10055 0 2000-11-10-9e46def6-10055-0
dc89cdc5b2f2414238fa756ceadea83982c482f4 15 June 1999, to the Paris Air Show, funded by British Aerospace. (Registered 1 July 1999) Overseas visits 80ef1083 2000-11-10 David Borrow uk.org.publicwhip/member/55 David Borrow uk.org.publicwhip/person/10055 0 2000-11-10-80ef1083-10055-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 22.945ms · Data source: mySociety Data · About: simonw/register-of-members-interests-datasette