home / regmem

Menu
  • GraphQL API

items

Table actions
  • GraphQL API for items

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

5 rows where record_id = "2015-03-30-9e46def6-11858-5" 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
e24e8f687a6aa61cb2ffc3928bcfc87b9b81e301 Name of donor: Copeland Blue Ltd Sponsorship or financial or material support 9e46def6 2015-03-30 Michael Gove uk.org.publicwhip/member/40593 Michael Gove uk.org.publicwhip/person/11858 0 2015-03-30-9e46def6-11858-5
c408e3f35f26562a3513a26b8926e926f0254c57 Address of donor: Seebeck House, 1 Seebeck Place, Knowhill, Milton Keynes MK5 8FR Sponsorship or financial or material support 9e46def6 2015-03-30 Michael Gove uk.org.publicwhip/member/40593 Michael Gove uk.org.publicwhip/person/11858 1 2015-03-30-9e46def6-11858-5
d8c8e8e3dbe42362b61ad3cb6bf3519a90adf7b8 Amount of donation or nature and value if donation in kind: £3,000 for the year from 28 May 2014 to April 2015, in monthly payments of £250 Sponsorship or financial or material support 9e46def6 2015-03-30 Michael Gove uk.org.publicwhip/member/40593 Michael Gove uk.org.publicwhip/person/11858 2 2015-03-30-9e46def6-11858-5
2b27b77e63998aeab51962c1ae62870bac2e9529 Donor status: company, registration 06764638 Sponsorship or financial or material support 9e46def6 2015-03-30 Michael Gove uk.org.publicwhip/member/40593 Michael Gove uk.org.publicwhip/person/11858 3 2015-03-30-9e46def6-11858-5
172ca41706c34b7dcf366f5530bfa45d7f68da25 (Registered 16 July 2014) Sponsorship or financial or material support 9e46def6 2015-03-30 Michael Gove uk.org.publicwhip/member/40593 Michael Gove uk.org.publicwhip/person/11858 4 2015-03-30-9e46def6-11858-5

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