home / regmem

Menu
  • GraphQL API

items

Table actions
  • GraphQL API for items

Data source: mySociety Data · About: simonw/register-of-members-interests-datasette

8 rows where record_id = "2015-01-06-8f616a6e-11545-0" 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
b6c1f0944946a9dd5cb591fea4d0dd036942a3f1 Support in the capacity as an MP: Sponsorships 8f616a6e 2015-01-06 Edward Miliband uk.org.publicwhip/member/40208 Ed Miliband uk.org.publicwhip/person/11545 0 2015-01-06-8f616a6e-11545-0
df1064a0d87276357d5d7b6f89976d2a53dd63fe Name of donor: Mr William Thomas Sponsorships 8f616a6e 2015-01-06 Edward Miliband uk.org.publicwhip/member/40208 Ed Miliband uk.org.publicwhip/person/11545 1 2015-01-06-8f616a6e-11545-0
847230e073573989bddb6451ddfa50880f7a0806 Address of donor: private Sponsorships 8f616a6e 2015-01-06 Edward Miliband uk.org.publicwhip/member/40208 Ed Miliband uk.org.publicwhip/person/11545 2 2015-01-06-8f616a6e-11545-0
a831688369b475c7dc38ea7f5b282adf05625cd4 Amount of donation or nature and value if donation in kind: donation of venue in East Midlands for meetings, from 4 to 6 December 2014; value £1,817 Sponsorships 8f616a6e 2015-01-06 Edward Miliband uk.org.publicwhip/member/40208 Ed Miliband uk.org.publicwhip/person/11545 3 2015-01-06-8f616a6e-11545-0
f72542e8f0a03fd41ec6e5636e4c2e324166f48f Date of receipt: 4 December 2014 Sponsorships 8f616a6e 2015-01-06 Edward Miliband uk.org.publicwhip/member/40208 Ed Miliband uk.org.publicwhip/person/11545 4 2015-01-06-8f616a6e-11545-0
2495a4fc8ced610236715dea90233347f0f6338d Date of acceptance: 4 December 2014 Sponsorships 8f616a6e 2015-01-06 Edward Miliband uk.org.publicwhip/member/40208 Ed Miliband uk.org.publicwhip/person/11545 5 2015-01-06-8f616a6e-11545-0
0b80505b0240ff95cf156b7f5ca83bfc36c39884 Donor status: individual Sponsorships 8f616a6e 2015-01-06 Edward Miliband uk.org.publicwhip/member/40208 Ed Miliband uk.org.publicwhip/person/11545 6 2015-01-06-8f616a6e-11545-0
0b5544317841f41f6ab4d43771d2e91b3b63b562 (Registered 22 December 2014) Sponsorships 8f616a6e 2015-01-06 Edward Miliband uk.org.publicwhip/member/40208 Ed Miliband uk.org.publicwhip/person/11545 7 2015-01-06-8f616a6e-11545-0

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