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-09-8f616a6e-10453-3" 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
add63eaf3279642085496da44a66e0bcef0aa5d3 Name of donor: Holland House Property Investments Ltd Sponsorships 8f616a6e 2015-03-09 Jim Murphy uk.org.publicwhip/member/40231 Jim Murphy uk.org.publicwhip/person/10453 0 2015-03-09-8f616a6e-10453-3
3a9068dbab8d3041997ff6d5e4f1c0ca996fb62f Address of donor: 160 West George Street, Glasgow G2 2HG Sponsorships 8f616a6e 2015-03-09 Jim Murphy uk.org.publicwhip/member/40231 Jim Murphy uk.org.publicwhip/person/10453 1 2015-03-09-8f616a6e-10453-3
9926d805ffd413a12adc92eba7471cbb8f2d11df Amount of donation or nature and value if donation in kind: rent free use of an office between 11 November and 12 December 2014 during my campaign for leadership of the Scottish Labour Party; value £4,000 Sponsorships 8f616a6e 2015-03-09 Jim Murphy uk.org.publicwhip/member/40231 Jim Murphy uk.org.publicwhip/person/10453 2 2015-03-09-8f616a6e-10453-3
9c6f87627735ca55e71316bc3d5e23e84f976095 Date of receipt: 11 November 2014 Sponsorships 8f616a6e 2015-03-09 Jim Murphy uk.org.publicwhip/member/40231 Jim Murphy uk.org.publicwhip/person/10453 3 2015-03-09-8f616a6e-10453-3
569f0572a41cb7fa35fe2bf5cd9c6735c763446a Date of acceptance: 10 December 2014 Sponsorships 8f616a6e 2015-03-09 Jim Murphy uk.org.publicwhip/member/40231 Jim Murphy uk.org.publicwhip/person/10453 4 2015-03-09-8f616a6e-10453-3
43025c3d68a7b4af9af02d778d9179580232d3a6 Donor status: company, registration SC176032 Sponsorships 8f616a6e 2015-03-09 Jim Murphy uk.org.publicwhip/member/40231 Jim Murphy uk.org.publicwhip/person/10453 5 2015-03-09-8f616a6e-10453-3
a58437eccdbdf2e0ff933c0fbbb8ade3d402876e (Registered 16 December 2014) Sponsorships 8f616a6e 2015-03-09 Jim Murphy uk.org.publicwhip/member/40231 Jim Murphy uk.org.publicwhip/person/10453 6 2015-03-09-8f616a6e-10453-3

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