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-8" 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
a28b431e0d267035da3884a9569f39423a16d9fe Name of donor: Bansols Beta Limited 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-8
0b4a195385a34e3049060939afe08020ec5c338c Address of donor: The Courtyard, Chapel Lane, Bodiote, Banbury, Oxon OX15 4DB 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-8
fea15ec717e42976a057e8ebcb268a20cbeb6ab0 Amount of donation or nature and value if donation in kind: £3,000 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-8
4fa45360a17d20ec727064797d90f895fd557b57 Donor status: company, registration 02878404 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-8
b6be4fe6007a7965553ba82bef9f38af081eed7e (Registered 22 December 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-8

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