home / regmem

Menu
  • GraphQL API

items

Table actions
  • GraphQL API for items

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

6 rows where member_id = "uk.org.publicwhip/member/1508" 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
4cd483532a1a10cb886de37ea5365b2102ac7867 Donation to my constituency party from ASLEF. (Registered 20 May 2005) Sponsorship or financial or material support 9e46def6 2006-05-12 Kali Mountford uk.org.publicwhip/member/1508 Kali Mountford uk.org.publicwhip/person/10448 0 2006-05-12-9e46def6-10448-0
2406d1f715bb909d0be5936386c29a424441b418 Donation to my constituency party from ASLEF. (Registered 20 May 2005) Sponsorship or financial or material support 9e46def6 2006-03-24 Kali Mountford uk.org.publicwhip/member/1508 Kali Mountford uk.org.publicwhip/person/10448 0 2006-03-24-9e46def6-10448-0
9751cf185df011c72e95e74f85ccea0a3056f605 Donation to my constituency party from ASLEF. (Registered 20 May 2005) Sponsorship or financial or material support 9e46def6 2006-02-14 Kali Mountford uk.org.publicwhip/member/1508 Kali Mountford uk.org.publicwhip/person/10448 0 2006-02-14-9e46def6-10448-0
a173e6ec79253e1786698aff9cc33e09146b5c9c Donation to my constituency party from ASLEF. (Registered 20 May 2005) Sponsorship or financial or material support 9e46def6 2006-02-13 Kali Mountford uk.org.publicwhip/member/1508 Kali Mountford uk.org.publicwhip/person/10448 0 2006-02-13-9e46def6-10448-0
2b45e263ac1b71f3c8270f1c87453d0e50204504 Donation to my constituency party from ASLEF. (Registered 20 May 2005) Sponsorship or financial or material support 9e46def6 2005-12-14 Kali Mountford uk.org.publicwhip/member/1508 Kali Mountford uk.org.publicwhip/person/10448 0 2005-12-14-9e46def6-10448-0
a2dfa14cc7c323856325f0a224c45116fe89af3f Donation to my constituency party from ASLEF. (Registered 20 May 2005) Sponsorship or financial or material support 9e46def6 2005-11-01 Kali Mountford uk.org.publicwhip/member/1508 Kali Mountford uk.org.publicwhip/person/10448 0 2005-11-01-9e46def6-10448-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 109.912ms · Data source: mySociety Data · About: simonw/register-of-members-interests-datasette