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-11377-3" 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
5fe7cd627f67fc840873755329cecfd689354262 Name of donor: Derek Sayer Sponsorships 8f616a6e 2015-03-30 Nick Herbert uk.org.publicwhip/member/40047 Nick Herbert uk.org.publicwhip/person/11377 0 2015-03-30-8f616a6e-11377-3
179466b8a0b152be21b9dcb2479fce7842dd6177 Address of donor: private Sponsorships 8f616a6e 2015-03-30 Nick Herbert uk.org.publicwhip/member/40047 Nick Herbert uk.org.publicwhip/person/11377 1 2015-03-30-8f616a6e-11377-3
a442f06c94a403a14b73a54a4dcd8c166fd6715f Amount of donation or nature and value if donation in kind: £10,000 Sponsorships 8f616a6e 2015-03-30 Nick Herbert uk.org.publicwhip/member/40047 Nick Herbert uk.org.publicwhip/person/11377 2 2015-03-30-8f616a6e-11377-3
2395223d71c44e88f5ef2c2100a3d7873f9fca6c Date of receipt: 9 May 2014 Sponsorships 8f616a6e 2015-03-30 Nick Herbert uk.org.publicwhip/member/40047 Nick Herbert uk.org.publicwhip/person/11377 3 2015-03-30-8f616a6e-11377-3
7592e76cfbd53ba3cc79729e2f8565cd0ac2dd2a Date of acceptance: 30 May 2014 Sponsorships 8f616a6e 2015-03-30 Nick Herbert uk.org.publicwhip/member/40047 Nick Herbert uk.org.publicwhip/person/11377 4 2015-03-30-8f616a6e-11377-3
07345f30603677c978fccd2900e71284b1422c6d Donor status: individual Sponsorships 8f616a6e 2015-03-30 Nick Herbert uk.org.publicwhip/member/40047 Nick Herbert uk.org.publicwhip/person/11377 5 2015-03-30-8f616a6e-11377-3
ac3ef49fbb587d8824e434874cd052aa5122ca16 (Registered 26 June 2014) Sponsorships 8f616a6e 2015-03-30 Nick Herbert uk.org.publicwhip/member/40047 Nick Herbert uk.org.publicwhip/person/11377 6 2015-03-30-8f616a6e-11377-3

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