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-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
4863a89e3262cbff825004a2fb8fea7a04b5c6e2 Name of donor: Mrs Sophie Smith Sponsorships 8f616a6e 2015-03-30 Peter Bone uk.org.publicwhip/member/40641 Peter Bone uk.org.publicwhip/person/11915 0 2015-03-30-8f616a6e-11915-1
f167db76ca6f9c528db7b76abebddcde191cab47 Address of donor: private Sponsorships 8f616a6e 2015-03-30 Peter Bone uk.org.publicwhip/member/40641 Peter Bone uk.org.publicwhip/person/11915 1 2015-03-30-8f616a6e-11915-1
67aaf2e889a7ac53bef0089c52f73bf0c5ff5187 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-30 Peter Bone uk.org.publicwhip/member/40641 Peter Bone uk.org.publicwhip/person/11915 2 2015-03-30-8f616a6e-11915-1
d3ba70cc4515ad025f868d29a641af7433e8d858 Date of receipt: 15 May 2014 Sponsorships 8f616a6e 2015-03-30 Peter Bone uk.org.publicwhip/member/40641 Peter Bone uk.org.publicwhip/person/11915 3 2015-03-30-8f616a6e-11915-1
c4d96c279699ebd47e2174a2cdc0852433997bdf Date of acceptance: 3 June 2014 Sponsorships 8f616a6e 2015-03-30 Peter Bone uk.org.publicwhip/member/40641 Peter Bone uk.org.publicwhip/person/11915 4 2015-03-30-8f616a6e-11915-1
b1eddaa10cfe8e7d1a3c445d29a1b801f9b72a9f Donor status: individual Sponsorships 8f616a6e 2015-03-30 Peter Bone uk.org.publicwhip/member/40641 Peter Bone uk.org.publicwhip/person/11915 5 2015-03-30-8f616a6e-11915-1
0a9f814ff19fa7e9516a52add99607114c42b170 (Registered 10 July 2014) Sponsorships 8f616a6e 2015-03-30 Peter Bone uk.org.publicwhip/member/40641 Peter Bone uk.org.publicwhip/person/11915 6 2015-03-30-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.696ms · Data source: mySociety Data · About: simonw/register-of-members-interests-datasette