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-11641-11" 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
15fe9f897ade74f9fb052c36b8cd72959bed87ae Name of donor: Brompton Capital Ltd Sponsorships 8f616a6e 2015-03-30 Lynne Featherstone uk.org.publicwhip/member/40321 Lynne Featherstone uk.org.publicwhip/person/11641 0 2015-03-30-8f616a6e-11641-11
d498cac0fb9d06261318b6d827ac2951347b3ef5 Address of donor: 19 South Audley Street,London W1K 2BN Sponsorships 8f616a6e 2015-03-30 Lynne Featherstone uk.org.publicwhip/member/40321 Lynne Featherstone uk.org.publicwhip/person/11641 1 2015-03-30-8f616a6e-11641-11
9c3cf5b816a00b03ab91644ffca4aac23920545a Amount of donation or nature and value if donation in kind: £5,000 Sponsorships 8f616a6e 2015-03-30 Lynne Featherstone uk.org.publicwhip/member/40321 Lynne Featherstone uk.org.publicwhip/person/11641 2 2015-03-30-8f616a6e-11641-11
e2b1bc1201b6750e0a35eebb7120e9c8ba5f09e7 Donor status: company, registration 3275808 Sponsorships 8f616a6e 2015-03-30 Lynne Featherstone uk.org.publicwhip/member/40321 Lynne Featherstone uk.org.publicwhip/person/11641 3 2015-03-30-8f616a6e-11641-11
57f8a4851740750130449647081d94ba84abb125 (Registered 18 December 2014) Sponsorships 8f616a6e 2015-03-30 Lynne Featherstone uk.org.publicwhip/member/40321 Lynne Featherstone uk.org.publicwhip/person/11641 4 2015-03-30-8f616a6e-11641-11

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