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-02-09-8f616a6e-24847-1" 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
24df57a6c9638a7abe3b42dd005a0444ab831499 Name of donor: CARE (Christian Action Research and Education) Sponsorships 8f616a6e 2015-02-09 Gavin Shuker uk.org.publicwhip/member/40380 Gavin Shuker uk.org.publicwhip/person/24847 0 2015-02-09-8f616a6e-24847-1
aa4ede9c38446c626890f651374841f1ce8a3422 Address of donor: 53 Romney St, London SW1P 3RF Sponsorships 8f616a6e 2015-02-09 Gavin Shuker uk.org.publicwhip/member/40380 Gavin Shuker uk.org.publicwhip/person/24847 1 2015-02-09-8f616a6e-24847-1
da7bd59baa329aa488fea8cc9e1286ed714e2f3f Amount of donation or nature and value if donation in kind: Four days a week voluntary service from October 2013 to July 2014 provided by a volunteer intern who is self funding except for a bursary of £7,150 as a member of the educational leadership programme at the charity CARE. Sponsorships 8f616a6e 2015-02-09 Gavin Shuker uk.org.publicwhip/member/40380 Gavin Shuker uk.org.publicwhip/person/24847 2 2015-02-09-8f616a6e-24847-1
53a32d1c41f4c0c55fc4f351e7c0b1c3308f9dcc Date of receipt: 22 October 2013 Sponsorships 8f616a6e 2015-02-09 Gavin Shuker uk.org.publicwhip/member/40380 Gavin Shuker uk.org.publicwhip/person/24847 3 2015-02-09-8f616a6e-24847-1
b757dd120e20e8ae19d2a595205054b9a9046ade Date of acceptance: 22 October 2013 Sponsorships 8f616a6e 2015-02-09 Gavin Shuker uk.org.publicwhip/member/40380 Gavin Shuker uk.org.publicwhip/person/24847 4 2015-02-09-8f616a6e-24847-1
9894cbafaf5b37a6ac695d3f4e64e3b5fcabbead Donor status: company, registration 3481417 Sponsorships 8f616a6e 2015-02-09 Gavin Shuker uk.org.publicwhip/member/40380 Gavin Shuker uk.org.publicwhip/person/24847 5 2015-02-09-8f616a6e-24847-1
a2f9248c243eafbeb4a83745dffaa141401b12d8 (Registered 30 October 2013) Sponsorships 8f616a6e 2015-02-09 Gavin Shuker uk.org.publicwhip/member/40380 Gavin Shuker uk.org.publicwhip/person/24847 6 2015-02-09-8f616a6e-24847-1

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