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-5" 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
2fac14f81bdd7f110c3ca22994f171783363a571 Name of donor: Alan Massie 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-5
b75d01fe30b7ac6f4240f4b3a5ab4d151ffa68ce Address of donor: private 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-5
5ca7cd2b0bd8431774d147a136be00239f7db7e4 Amount of donation or nature and value if donation in kind: £14,500 to support my campaign for leadership of the Scottish Labour Party 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-5
28245d65d17ec0bdb1cf2e6353bd62e5649fb785 Date of receipt: 20 November 2014 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-5
9cd47913e6d16636b6d1a7be235328fce47f6708 Date of acceptance: 10 December 2014 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-5
4f18cdd1b5406fe51343861ab00724b04ea50b5b Donor status: individual 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-5
d3579928e256c634837cb925ab33fa12ded0d2cb (Registered 16 December 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-5

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