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-10678-17" 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
1782172dd0840caff2f68913d61fb902517a2a59 Name of donor: Jonathan Goodman Sponsorships 8f616a6e 2015-03-30 David Lammy uk.org.publicwhip/member/40615 David Lammy uk.org.publicwhip/person/10678 0 2015-03-30-8f616a6e-10678-17
f55f634bcf6f5e5ccd261aefa33e2cd88361f83d Address of donor: private Sponsorships 8f616a6e 2015-03-30 David Lammy uk.org.publicwhip/member/40615 David Lammy uk.org.publicwhip/person/10678 1 2015-03-30-8f616a6e-10678-17
958f0b07c91c96af77f39dca4072b57bf355d0fb Amount of donation or nature and value if donation in kind: £10,000 Sponsorships 8f616a6e 2015-03-30 David Lammy uk.org.publicwhip/member/40615 David Lammy uk.org.publicwhip/person/10678 2 2015-03-30-8f616a6e-10678-17
d63921c8d12e02dfd0066ff897b5f7da9b086719 Date of receipt: 20 February 2015 Sponsorships 8f616a6e 2015-03-30 David Lammy uk.org.publicwhip/member/40615 David Lammy uk.org.publicwhip/person/10678 3 2015-03-30-8f616a6e-10678-17
8a1bd051d9fbf39434d8a2a94b1e6f4e2cfcecb5 Date of acceptance: 20 February 2015 Sponsorships 8f616a6e 2015-03-30 David Lammy uk.org.publicwhip/member/40615 David Lammy uk.org.publicwhip/person/10678 4 2015-03-30-8f616a6e-10678-17
d6a3a368f4179df02202f10d293c5848ae8bb285 Donor status: individual Sponsorships 8f616a6e 2015-03-30 David Lammy uk.org.publicwhip/member/40615 David Lammy uk.org.publicwhip/person/10678 5 2015-03-30-8f616a6e-10678-17
72c05e9e28cac1b14863edc2a06338df6730ccce (Registered 10 March 2015) Sponsorships 8f616a6e 2015-03-30 David Lammy uk.org.publicwhip/member/40615 David Lammy uk.org.publicwhip/person/10678 6 2015-03-30-8f616a6e-10678-17

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