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 record_id = "2007-03-26-9e46def6-10453-0" 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
2eedf9c482cfb469dbbaef2f674648bd6a7f2abe Donations to my constituency party received from: Sponsorship or financial or material support 9e46def6 2007-03-26 Jim Murphy uk.org.publicwhip/member/2010 Jim Murphy uk.org.publicwhip/person/10453 0 2007-03-26-9e46def6-10453-0
e90ef7099422a5910a008a93b0fb71eb6b86615d GMB union, Sponsorship or financial or material support 9e46def6 2007-03-26 Jim Murphy uk.org.publicwhip/member/2010 Jim Murphy uk.org.publicwhip/person/10453 1 2007-03-26-9e46def6-10453-0
2b0b2c18c8ce2ae99e1749c5de0d554ee1b780cd USDAW trade union Sponsorship or financial or material support 9e46def6 2007-03-26 Jim Murphy uk.org.publicwhip/member/2010 Jim Murphy uk.org.publicwhip/person/10453 2 2007-03-26-9e46def6-10453-0
0bc5c4589fb106f5d809693a5fff194327fda88e Production of newsletter from Thomas Litho, East Kilbride Sponsorship or financial or material support 9e46def6 2007-03-26 Jim Murphy uk.org.publicwhip/member/2010 Jim Murphy uk.org.publicwhip/person/10453 4 2007-03-26-9e46def6-10453-0
bd406c368d859b10935b32af787f15949858920d Production of leaflet by GMB union Sponsorship or financial or material support 9e46def6 2007-03-26 Jim Murphy uk.org.publicwhip/member/2010 Jim Murphy uk.org.publicwhip/person/10453 5 2007-03-26-9e46def6-10453-0
99f707ea555f923a5e64b76ca3579fc1aa13cb2f (Registered 16 August 2005) Sponsorship or financial or material support 9e46def6 2007-03-26 Jim Murphy uk.org.publicwhip/member/2010 Jim Murphy uk.org.publicwhip/person/10453 6 2007-03-26-9e46def6-10453-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 212.141ms · Data source: mySociety Data · About: simonw/register-of-members-interests-datasette