home / regmem

Menu
  • GraphQL API

items

Table actions
  • GraphQL API for items

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

3 rows where record_id = "2023-10-30-70b64e89-10678-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
e0158eaab99ffbe937976396f0ec7680b30f335c Name of donor: Richard Lewis Address of donor: private Amount of donation or nature and value if donation in kind: £15,000 Date received: 14 March 2023 Date accepted: 27 March 2023 Donor status: individual (Registered 27 March 2023) (b) Any other support not included in Category 2(a) 70b64e89 2023-10-30   David Lammy uk.org.publicwhip/person/10678 0 2023-10-30-70b64e89-10678-0
89cd3d2e90e23d374ab8de23b1d0aeaabaafba94 Name of donor: Jonathan Stone Address of donor: private Amount of donation or nature and value if donation in kind: £5,000 Date received: 27 May 2023 Date accepted: 27 May 2023 Donor status: individual (Registered 08 June 2023) (b) Any other support not included in Category 2(a) 70b64e89 2023-10-30   David Lammy uk.org.publicwhip/person/10678 1 2023-10-30-70b64e89-10678-0
b01ffadc5b1af6709c0d3c1ec88648b9938072d6 Name of donor: George Brown Address of donor: private Amount of donation or nature and value if donation in kind: £25,000 towards paying for an additional member of staff for my office Date received: 24 August 2023 Date accepted: 24 August 2023 Donor status: individual (Registered 04 September 2023) (b) Any other support not included in Category 2(a) 70b64e89 2023-10-30   David Lammy uk.org.publicwhip/person/10678 2 2023-10-30-70b64e89-10678-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 116.906ms · Data source: mySociety Data · About: simonw/register-of-members-interests-datasette