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-03-30-8f616a6e-10095-2" 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
41330e584a9e7b8edfd38c7afb556a968612077c Name of donor: North Staffordshire Conservative Women's Luncheon Club Sponsorships 8f616a6e 2015-03-30 William Cash uk.org.publicwhip/member/40584 Bill Cash uk.org.publicwhip/person/10095 0 2015-03-30-8f616a6e-10095-2
7c0f17e4cefe4ec55f51bf1e229512fb8511a4d5 Address of donor: private Sponsorships 8f616a6e 2015-03-30 William Cash uk.org.publicwhip/member/40584 Bill Cash uk.org.publicwhip/person/10095 1 2015-03-30-8f616a6e-10095-2
f8c26b58a16843bf9e7ac6a378ba0f196cc3931b Amount of donation or nature and value if donation in kind: £2,000 Sponsorships 8f616a6e 2015-03-30 William Cash uk.org.publicwhip/member/40584 Bill Cash uk.org.publicwhip/person/10095 2 2015-03-30-8f616a6e-10095-2
0fbc5b3ea469effee2ccf08972d5797d9965a480 Donor status: unincorporated association Sponsorships 8f616a6e 2015-03-30 William Cash uk.org.publicwhip/member/40584 Bill Cash uk.org.publicwhip/person/10095 3 2015-03-30-8f616a6e-10095-2
ee5968ac4b28146ac5f7d45748c3c308348c76e6 (Registered 6 March 2015) Sponsorships 8f616a6e 2015-03-30 William Cash uk.org.publicwhip/member/40584 Bill Cash uk.org.publicwhip/person/10095 4 2015-03-30-8f616a6e-10095-2

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