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-11032-6" 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
50b21cc5b25785d2e57121c6458e08e797c17f9e Name of donor: Tim Harris Sponsorships 8f616a6e 2015-03-09 Norman Lamb uk.org.publicwhip/member/40443 Norman Lamb uk.org.publicwhip/person/11032 0 2015-03-09-8f616a6e-11032-6
57e51de224e0c497505387fc6b198017863aa64c Address of donor: private Sponsorships 8f616a6e 2015-03-09 Norman Lamb uk.org.publicwhip/member/40443 Norman Lamb uk.org.publicwhip/person/11032 1 2015-03-09-8f616a6e-11032-6
5dc6a6223143d7161e4f9060766af384e2f80f67 Amount of donation or nature and value if donation in kind: £3,000 Sponsorships 8f616a6e 2015-03-09 Norman Lamb uk.org.publicwhip/member/40443 Norman Lamb uk.org.publicwhip/person/11032 2 2015-03-09-8f616a6e-11032-6
18bc34e518f9b7cccd965107b34ff53f699965d6 Date of receipt: 27 November 2014 Sponsorships 8f616a6e 2015-03-09 Norman Lamb uk.org.publicwhip/member/40443 Norman Lamb uk.org.publicwhip/person/11032 3 2015-03-09-8f616a6e-11032-6
65071a0d58576bd4f4591919d1f0f9039794020a Date of acceptance: 27 November 2014 Sponsorships 8f616a6e 2015-03-09 Norman Lamb uk.org.publicwhip/member/40443 Norman Lamb uk.org.publicwhip/person/11032 4 2015-03-09-8f616a6e-11032-6
179b9ddbd589e3a92e00f5282cdbff7f240adc59 Donor status: individual Sponsorships 8f616a6e 2015-03-09 Norman Lamb uk.org.publicwhip/member/40443 Norman Lamb uk.org.publicwhip/person/11032 5 2015-03-09-8f616a6e-11032-6
fce1f03edcff46094a9a73738cb83734a6652cd8 (Registered 15 December 2014) Sponsorships 8f616a6e 2015-03-09 Norman Lamb uk.org.publicwhip/member/40443 Norman Lamb uk.org.publicwhip/person/11032 6 2015-03-09-8f616a6e-11032-6

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