home / regmem

Menu
  • GraphQL API

items

Table actions
  • GraphQL API for items

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

5 rows where record_id = "2015-03-30-8f616a6e-24891-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
f56cf1e4a634a0fe5eb51094ae1d3922207b84c8 Name of donor: Michael Freeman Sponsorships 8f616a6e 2015-03-30 Charlotte Leslie uk.org.publicwhip/member/40123 Charlotte Leslie uk.org.publicwhip/person/24891 0 2015-03-30-8f616a6e-24891-3
6e8d654aed1c08399486ad8c9641a13ab791c5db Address of donor: private Sponsorships 8f616a6e 2015-03-30 Charlotte Leslie uk.org.publicwhip/member/40123 Charlotte Leslie uk.org.publicwhip/person/24891 1 2015-03-30-8f616a6e-24891-3
8437818536cc19d359e08671c5dfb4f6f42caf89 Amount of donation or nature and value if donation in kind: £2,500 Sponsorships 8f616a6e 2015-03-30 Charlotte Leslie uk.org.publicwhip/member/40123 Charlotte Leslie uk.org.publicwhip/person/24891 2 2015-03-30-8f616a6e-24891-3
183d57ee817942ebc0d36d02b90985e411a95d5d Donor status: individual Sponsorships 8f616a6e 2015-03-30 Charlotte Leslie uk.org.publicwhip/member/40123 Charlotte Leslie uk.org.publicwhip/person/24891 3 2015-03-30-8f616a6e-24891-3
e6924ed4d5a4c28acca83cce9937249a10913e4c (Registered 19 August 2013) Sponsorships 8f616a6e 2015-03-30 Charlotte Leslie uk.org.publicwhip/member/40123 Charlotte Leslie uk.org.publicwhip/person/24891 4 2015-03-30-8f616a6e-24891-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 13.371ms · Data source: mySociety Data · About: simonw/register-of-members-interests-datasette