home / regmem

Menu
  • GraphQL API

items

Table actions
  • GraphQL API for items

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

2 rows where record_id = "2022-11-14-70b64e89-24829-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
0f6fde9290bfe1302182b2497609211f4b46fdc0 Name of donor: Crowne Associates Ltd (trading as This is Purpose) Address of donor: Nova North, 11 Bressenden Place, London SW1E 5B Amount of donation or nature and value if donation in kind: Secretariat support for my position as Chair of the 1922 Committee’s sub-committee covering the BEIS Department for the inquiry 'How can government support consumers and businesses to reduce their energy bills over the short term?', estimated value £830 Date received: 21 March 2022 - 4 April 2022 Date accepted: 21 March 2022 Donor status: company, registration 11329370 (Registered 27 July 2022) (b) Any other support not included in Category 2(a) 70b64e89 2022-11-14   Andrea Leadsom uk.org.publicwhip/person/24829 0 2022-11-14-70b64e89-24829-0
270ae72236816318f34c3b8760f5c03ce2ff748a Name of donor: Crowne Associates Ltd (trading as This is Purpose) Address of donor: Nova North, 11 Bressenden Place, London SW1E 5B Amount of donation or nature and value if donation in kind: Secretariat support for my position as Chair of the 1922 Committee’s sub-committee covering the BEIS Department for the inquiry ‘Deep geothermal and Mine Water: Valuable new sources of low carbon heating', estimated value £1,263.33 Date received: 10 May 2022 - 5 July 2022 Date accepted: 10 May 2022 Donor status: company, registration 11329370 (Registered 27 July 2022) (b) Any other support not included in Category 2(a) 70b64e89 2022-11-14   Andrea Leadsom uk.org.publicwhip/person/24829 1 2022-11-14-70b64e89-24829-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 16.677ms · Data source: mySociety Data · About: simonw/register-of-members-interests-datasette