home / regmem

Menu
  • GraphQL API

items

Table actions
  • GraphQL API for items

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

7 rows where record_id = "2015-03-30-8f616a6e-10453-1" 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
308fccd74b3be4eb0e52661c6bd4ab27a63de748 Name of donor: Fundraising dinner organised by the office of the Shadow Defence Secretary Sponsorships 8f616a6e 2015-03-30 Jim Murphy uk.org.publicwhip/member/40231 Jim Murphy uk.org.publicwhip/person/10453 0 2015-03-30-8f616a6e-10453-1
0b29b0469ac68d5585ce205c19b32c1509476ca2 Address of donor: 1 Spiersbridge Way, Thornliebank, Glasgow, G46 8NG Sponsorships 8f616a6e 2015-03-30 Jim Murphy uk.org.publicwhip/member/40231 Jim Murphy uk.org.publicwhip/person/10453 1 2015-03-30-8f616a6e-10453-1
e3916ddc0d6daf02d0b66e973ae77522997244cb Amount of donation or nature and value if donation in kind: £7,846.05 raised at a fundraising dinner held on 10 July 2013 in London to support my work as Shadow Defence Secretary. No individual registrable donations were received. Sponsorships 8f616a6e 2015-03-30 Jim Murphy uk.org.publicwhip/member/40231 Jim Murphy uk.org.publicwhip/person/10453 2 2015-03-30-8f616a6e-10453-1
16711ac8ede3182d68d6e20586a396f7b8fe991f Date of receipt: 10 July 2013 Sponsorships 8f616a6e 2015-03-30 Jim Murphy uk.org.publicwhip/member/40231 Jim Murphy uk.org.publicwhip/person/10453 3 2015-03-30-8f616a6e-10453-1
04fc3e312cf68d4026217df1826050176b7c32dd Date of acceptance: 31 July 2013 Sponsorships 8f616a6e 2015-03-30 Jim Murphy uk.org.publicwhip/member/40231 Jim Murphy uk.org.publicwhip/person/10453 4 2015-03-30-8f616a6e-10453-1
989203d2aa06406d0451416e22a44d0910aee213 Donor status: n/a Sponsorships 8f616a6e 2015-03-30 Jim Murphy uk.org.publicwhip/member/40231 Jim Murphy uk.org.publicwhip/person/10453 5 2015-03-30-8f616a6e-10453-1
6185672b0847fcb3bbe6e69be06340c4e1c96d0c (Registered 6 August 2013; updated 19 December 2013 and 25 July 2014)   Sponsorships 8f616a6e 2015-03-30 Jim Murphy uk.org.publicwhip/member/40231 Jim Murphy uk.org.publicwhip/person/10453 6 2015-03-30-8f616a6e-10453-1

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 172.752ms · Data source: mySociety Data · About: simonw/register-of-members-interests-datasette