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-09-8f616a6e-11915-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
94b908a7019f62ad67fe714e248695cef0199043 Name of donor: Mrs Sophie Smith Sponsorships 8f616a6e 2015-03-09 Peter Bone uk.org.publicwhip/member/40641 Peter Bone uk.org.publicwhip/person/11915 0 2015-03-09-8f616a6e-11915-1
048c0158145ae68a3865f861f50f237bf05c9576 Address of donor: private Sponsorships 8f616a6e 2015-03-09 Peter Bone uk.org.publicwhip/member/40641 Peter Bone uk.org.publicwhip/person/11915 1 2015-03-09-8f616a6e-11915-1
6bf35de3ee55fb020ab5fd99ab6396d28dfe9661 Amount of donation or nature and value if donation in kind: £15,000, given to Corby and East Northants Conservative Association, of which £5,000 was used towards campaign literature for the EU referendum in my constituency. Sponsorships 8f616a6e 2015-03-09 Peter Bone uk.org.publicwhip/member/40641 Peter Bone uk.org.publicwhip/person/11915 2 2015-03-09-8f616a6e-11915-1
f8e7764eceb7658f95f83fa63cf6045413616606 Date of receipt: 15 May 2014 Sponsorships 8f616a6e 2015-03-09 Peter Bone uk.org.publicwhip/member/40641 Peter Bone uk.org.publicwhip/person/11915 3 2015-03-09-8f616a6e-11915-1
d64018f846ac9a127274df5573b54c6c71e29e18 Date of acceptance: 3 June 2014 Sponsorships 8f616a6e 2015-03-09 Peter Bone uk.org.publicwhip/member/40641 Peter Bone uk.org.publicwhip/person/11915 4 2015-03-09-8f616a6e-11915-1
0dcc7c926fe9a8e91dce93a754755878b79d0138 Donor status: individual Sponsorships 8f616a6e 2015-03-09 Peter Bone uk.org.publicwhip/member/40641 Peter Bone uk.org.publicwhip/person/11915 5 2015-03-09-8f616a6e-11915-1
2dda1e7c3850f55e520b7d6c533e8451150fbca1 (Registered 10 July 2014) Sponsorships 8f616a6e 2015-03-09 Peter Bone uk.org.publicwhip/member/40641 Peter Bone uk.org.publicwhip/person/11915 6 2015-03-09-8f616a6e-11915-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 8.325ms · Data source: mySociety Data · About: simonw/register-of-members-interests-datasette