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-7" 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
0f5353082f6f3e89b3c7d228687a9a84aa45517b 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-7
8f468c853158fdc299c62941fb202c278debf911 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-7
6dfb5ef3f3a87c0fd3aa6206522d06e65ada4006 Amount of donation or nature and value if donation in kind: £18,400 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-7
f2f0bce1a4c80e67cd16c40eb2b2a9ebc39877d9 Date of receipt: 22 January 2015 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-7
16236f671022e6a77718232cca3b07733bcb4cb0 Date of acceptance: 22 January 2015 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-7
f274c6b51262d8f17bb8e96479e913c695ca6682 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-7
52c16ef0832d24cc62016662cf3854d902d46f8d (Registered 9 February 2015) 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-7

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