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/60" 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
4ff140d8972b064c2e5cd7da9155d6741e6af693 Occasional fees from journalism, media appearances, lectures and opinion surveys. Remunerated employment, office, profession etc 1f359ece 2001-05-14 Peter Bradley uk.org.publicwhip/member/60 Peter Bradley uk.org.publicwhip/person/10060 0 2001-05-14-1f359ece-10060-0
18708df2c3d97d182baca351647b3713c9d7b8ed Gift of a Heritage kit, a property marking system, from Smartwater Europe Limited, a company in my constituency. (Registered 7 February 2000) Gifts, benefits and hospitality (UK) 84642823 2001-05-14 Peter Bradley uk.org.publicwhip/member/60 Peter Bradley uk.org.publicwhip/person/10060 0 2001-05-14-84642823-10060-0
3fe5f5c2f5b7f44dc1767eea4eef7167c4d5f8d3 Occasional fees from journalism, media appearances, lectures and opinion surveys. Remunerated employment, office, profession etc 1f359ece 2000-11-10 Peter Bradley uk.org.publicwhip/member/60 Peter Bradley uk.org.publicwhip/person/10060 0 2000-11-10-1f359ece-10060-0
8e00fec5b2e941739def9348a5dbd2b3befcc0c8 Mr Simon Frain and the AEEU have reserved tables at the annual constituency dinner in two consecutive years. Sponsorship or financial or material support 9e46def6 2000-11-10 Peter Bradley uk.org.publicwhip/member/60 Peter Bradley uk.org.publicwhip/person/10060 0 2000-11-10-9e46def6-10060-0
3b3ff62d6e2b3132a9d2a36c5a093e646d7d2b61 Gift of a Heritage kit, a property marking system, from Smartwater Europe Limited, a company in my constituency. (Registered 7 February 2000) Gifts, benefits and hospitality (UK) 84642823 2000-11-10 Peter Bradley uk.org.publicwhip/member/60 Peter Bradley uk.org.publicwhip/person/10060 0 2000-11-10-84642823-10060-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 18.951ms · Data source: mySociety Data · About: simonw/register-of-members-interests-datasette