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-11621-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
dbe4fb085b7f2c430abaec68eaf7b7f2f3be62f7 Name of donor: Mr Derek Clark Sponsorships 8f616a6e 2015-03-30 Douglas Carswell uk.org.publicwhip/member/40703 Douglas Carswell uk.org.publicwhip/person/11621 0 2015-03-30-8f616a6e-11621-3
cf3a31c87b05e5f0247963c0533cac92a0fb03b4 Address of donor: private Sponsorships 8f616a6e 2015-03-30 Douglas Carswell uk.org.publicwhip/member/40703 Douglas Carswell uk.org.publicwhip/person/11621 1 2015-03-30-8f616a6e-11621-3
1d196d574f8e7c8c00379dce536a851ad596e0f1 Amount of donation or nature and value if donation in kind: £20,000 given to my party to support my campaign for re-election Sponsorships 8f616a6e 2015-03-30 Douglas Carswell uk.org.publicwhip/member/40703 Douglas Carswell uk.org.publicwhip/person/11621 2 2015-03-30-8f616a6e-11621-3
4ec08c89df0041894594260265b70e1848a03600 Date of receipt: 10 October 2014 Sponsorships 8f616a6e 2015-03-30 Douglas Carswell uk.org.publicwhip/member/40703 Douglas Carswell uk.org.publicwhip/person/11621 3 2015-03-30-8f616a6e-11621-3
83f62dda845fa450006eb2e3b7f7409411d7b54e Date of acceptance: 20 October 2014 Sponsorships 8f616a6e 2015-03-30 Douglas Carswell uk.org.publicwhip/member/40703 Douglas Carswell uk.org.publicwhip/person/11621 4 2015-03-30-8f616a6e-11621-3
fed2452b1901b3203bd08f618ce99acfb31351a1 Donor status: individual Sponsorships 8f616a6e 2015-03-30 Douglas Carswell uk.org.publicwhip/member/40703 Douglas Carswell uk.org.publicwhip/person/11621 5 2015-03-30-8f616a6e-11621-3
f329bec1b3d69f6fe6f444835ae585e0df35c500 (Registered 10 December 2014) Sponsorships 8f616a6e 2015-03-30 Douglas Carswell uk.org.publicwhip/member/40703 Douglas Carswell uk.org.publicwhip/person/11621 6 2015-03-30-8f616a6e-11621-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 7.675ms · Data source: mySociety Data · About: simonw/register-of-members-interests-datasette