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-11032-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
6ae6dedaf45f57747e5647567ac290b78723d55c Name of donor: Larry Coltman Sponsorships 8f616a6e 2015-03-30 Norman Lamb uk.org.publicwhip/member/40443 Norman Lamb uk.org.publicwhip/person/11032 0 2015-03-30-8f616a6e-11032-5
aa5fc8ec00ba0292f9978301021f9aa8a0ce9f1e Address of donor: private Sponsorships 8f616a6e 2015-03-30 Norman Lamb uk.org.publicwhip/member/40443 Norman Lamb uk.org.publicwhip/person/11032 1 2015-03-30-8f616a6e-11032-5
aab9d3ff8410d2e49e9098f7179b62164917b90e Amount of donation or nature and value if donation in kind: £10,000 Sponsorships 8f616a6e 2015-03-30 Norman Lamb uk.org.publicwhip/member/40443 Norman Lamb uk.org.publicwhip/person/11032 2 2015-03-30-8f616a6e-11032-5
030814c26d9259ea69c74a1a5b3b7947ec7e1be0 Date of receipt: 30 July 2014 Sponsorships 8f616a6e 2015-03-30 Norman Lamb uk.org.publicwhip/member/40443 Norman Lamb uk.org.publicwhip/person/11032 3 2015-03-30-8f616a6e-11032-5
49aea36e8b8ec83f1bce569ea7c138df497b5ff3 Date of acceptance: 30 July 2014 Sponsorships 8f616a6e 2015-03-30 Norman Lamb uk.org.publicwhip/member/40443 Norman Lamb uk.org.publicwhip/person/11032 4 2015-03-30-8f616a6e-11032-5
12e785c5e1018c40dd856dc359e9b78eb4fe9c9d Donor status: individual Sponsorships 8f616a6e 2015-03-30 Norman Lamb uk.org.publicwhip/member/40443 Norman Lamb uk.org.publicwhip/person/11032 5 2015-03-30-8f616a6e-11032-5
7e468821dd739a330e9296a27aa9bd78b7b26763 (Registered 28 August 2014) Sponsorships 8f616a6e 2015-03-30 Norman Lamb uk.org.publicwhip/member/40443 Norman Lamb uk.org.publicwhip/person/11032 6 2015-03-30-8f616a6e-11032-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 144.669ms · Data source: mySociety Data · About: simonw/register-of-members-interests-datasette