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-4" 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
fbf7035b3ff621695c43b33a0409bf7b7267ab8c Name of donor: Mary O’Rourke 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-4
f369a4ba04bb6aca0357fc83eb2024a5afcc67ca 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-4
4357031ff58adbf8f631b56b77deabcb6d69e6a8 Amount of donation or nature and value if donation in kind: £2,500 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-4
e84ed2df9638b9c2ca470d8adfdfd52b2585a097 Date of receipt: 3 June 2014 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-4
da268cd1753b46641c6656818be9346fd7c8f254 Date of acceptance: 3 June 2014 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-4
7692ba39f645bd14b59cdcff78f5435aba86c12a 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-4
8098117e69dbac892f586786ccb42b87fa6288dc (Registered 9 July 2014) 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-4

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