home / regmem

Menu
  • GraphQL API

items

Table actions
  • GraphQL API for items

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

9 rows where person_id = "uk.org.publicwhip/person/10328" and sort_order = 1 sorted by date descending

✎ View and edit SQL

This data as json, CSV (advanced)

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

hash item category_id date ▲ member_id person_id sort_order record_id
e528484c4d5a2e0c67274139b40b376b773c76fb Trade Unions for Labour Organisation. Sponsorship or financial or material support 9e46def6 2006-07-25 Sally Keeble uk.org.publicwhip/member/1741 Sally Keeble uk.org.publicwhip/person/10328 1 2006-07-25-9e46def6-10328-0
aba7e3be5c824e5e337f68b75e5fafc5274bbf4e Trade Unions for Labour Organisation. Sponsorship or financial or material support 9e46def6 2006-06-21 Sally Keeble uk.org.publicwhip/member/1741 Sally Keeble uk.org.publicwhip/person/10328 1 2006-06-21-9e46def6-10328-0
83a099ded9a81340704901e4580f41ba1e823a7e Trade Unions for Labour Organisation. Sponsorship or financial or material support 9e46def6 2006-05-12 Sally Keeble uk.org.publicwhip/member/1741 Sally Keeble uk.org.publicwhip/person/10328 1 2006-05-12-9e46def6-10328-0
37bbd84ce142dae0f326a99222ec72982a5d8179 Trade Unions for Labour Organisation. Sponsorship or financial or material support 9e46def6 2006-03-24 Sally Keeble uk.org.publicwhip/member/1741 Sally Keeble uk.org.publicwhip/person/10328 1 2006-03-24-9e46def6-10328-0
baef755b6e5853e158d14b6ca4ed6551ff5b914c Trade Unions for Labour Organisation. Sponsorship or financial or material support 9e46def6 2006-02-14 Sally Keeble uk.org.publicwhip/member/1741 Sally Keeble uk.org.publicwhip/person/10328 1 2006-02-14-9e46def6-10328-0
19720395aace8df3bacfb1b1a5413094951b5eaf Trade Unions for Labour Organisation. Sponsorship or financial or material support 9e46def6 2006-02-13 Sally Keeble uk.org.publicwhip/member/1741 Sally Keeble uk.org.publicwhip/person/10328 1 2006-02-13-9e46def6-10328-0
8049e6ece99020dfc8aa57cba12aeaf81493a5b8 Trade Unions for Labour Organisation. Sponsorship or financial or material support 9e46def6 2005-12-14 Sally Keeble uk.org.publicwhip/member/1741 Sally Keeble uk.org.publicwhip/person/10328 1 2005-12-14-9e46def6-10328-0
57c540ad57ad424200b8dd85fb00a86ea32d0fcb Trade Unions for Labour Organisation. Sponsorship or financial or material support 9e46def6 2005-11-01 Sally Keeble uk.org.publicwhip/member/1741 Sally Keeble uk.org.publicwhip/person/10328 1 2005-11-01-9e46def6-10328-0
6cd2980464886ff8579533de95d39d67de75daa7 10-21 May 2004, to Ethiopia, Kenya and Sudan. Costs in Ethiopia and Kenya paid for by British Council or self-funded; in Sudan partly self-funded with accommodation and internal flights funded by World Vision. (Registered 3 November 2004) Overseas visits 80ef1083 2004-12-03 Sally Keeble uk.org.publicwhip/member/1010 Sally Keeble uk.org.publicwhip/person/10328 1 2004-12-03-80ef1083-10328-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 66.077ms · Data source: mySociety Data · About: simonw/register-of-members-interests-datasette