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-02-23-8f616a6e-24750-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
20dab5a12ce1e0d72f296897d504880285f9a82a Name of donor: United and Cecil Club Sponsorships 8f616a6e 2015-02-23 Stephen Mosley uk.org.publicwhip/member/40173 Stephen Mosley uk.org.publicwhip/person/24750 0 2015-02-23-8f616a6e-24750-1
e39c77f1445fb6bd69732567a0b46ad24697473a Address of donor: 18 Thorney Lane North, Iver, Buckinghamshire SL0 9JY Sponsorships 8f616a6e 2015-02-23 Stephen Mosley uk.org.publicwhip/member/40173 Stephen Mosley uk.org.publicwhip/person/24750 1 2015-02-23-8f616a6e-24750-1
f8542e14c3c7c7ed60263a1d46d7778a7906046a Amount of donation or nature and value if donation in kind: £2,500 Sponsorships 8f616a6e 2015-02-23 Stephen Mosley uk.org.publicwhip/member/40173 Stephen Mosley uk.org.publicwhip/person/24750 2 2015-02-23-8f616a6e-24750-1
ff92ed384efb8a814dadb6b71b67cceb50b14a78 Donor status: members’ association Sponsorships 8f616a6e 2015-02-23 Stephen Mosley uk.org.publicwhip/member/40173 Stephen Mosley uk.org.publicwhip/person/24750 3 2015-02-23-8f616a6e-24750-1
f31163d81971bac46f61c37154cb1d3b03792416 (Registered 19 March 2014) Sponsorships 8f616a6e 2015-02-23 Stephen Mosley uk.org.publicwhip/member/40173 Stephen Mosley uk.org.publicwhip/person/24750 4 2015-02-23-8f616a6e-24750-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 16.682ms · Data source: mySociety Data · About: simonw/register-of-members-interests-datasette