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-11545-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
fb3e113d0565100394de73a7f747a6e0617af5b8 Name of donor: Mr William Thomas Sponsorships 8f616a6e 2015-03-09 Edward Miliband uk.org.publicwhip/member/40208 Ed Miliband uk.org.publicwhip/person/11545 0 2015-03-09-8f616a6e-11545-1
c1e95e33447cce52b61198459016158eb0eadd34 Address of donor: private Sponsorships 8f616a6e 2015-03-09 Edward Miliband uk.org.publicwhip/member/40208 Ed Miliband uk.org.publicwhip/person/11545 1 2015-03-09-8f616a6e-11545-1
80e1462b7365d93d30f4aef5986ed80cb7bae567 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-03-09 Edward Miliband uk.org.publicwhip/member/40208 Ed Miliband uk.org.publicwhip/person/11545 2 2015-03-09-8f616a6e-11545-1
c0c1f3c84a06bf566ba5ae049999f910c8900a3b Date of receipt: 4 December 2014 Sponsorships 8f616a6e 2015-03-09 Edward Miliband uk.org.publicwhip/member/40208 Ed Miliband uk.org.publicwhip/person/11545 3 2015-03-09-8f616a6e-11545-1
09fe07beacbf337507150df51687e894c9eefeed Date of acceptance: 4 December 2014 Sponsorships 8f616a6e 2015-03-09 Edward Miliband uk.org.publicwhip/member/40208 Ed Miliband uk.org.publicwhip/person/11545 4 2015-03-09-8f616a6e-11545-1
80ad85fb4057bdf0b39753dc06880068d944b4cf Donor status: individual Sponsorships 8f616a6e 2015-03-09 Edward Miliband uk.org.publicwhip/member/40208 Ed Miliband uk.org.publicwhip/person/11545 5 2015-03-09-8f616a6e-11545-1
40b2ba27aa67a76bf1be9268dba4c6d84c213645 (Registered 22 December 2014) Sponsorships 8f616a6e 2015-03-09 Edward Miliband uk.org.publicwhip/member/40208 Ed Miliband uk.org.publicwhip/person/11545 6 2015-03-09-8f616a6e-11545-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 22.293ms · Data source: mySociety Data · About: simonw/register-of-members-interests-datasette