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 = "2023-06-26-64e8edeb-25847-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
d454be297e0f8a3a2945365e2193c02a089de801 Name of donor: Sony Music Entertainment Address of donor: Address of donor: 2 Canal Reach, London N1C 4DB Amount of donation or nature and value if donation in kind: Tickets for me and my spouse to a Harry Styles concert, total value £698 Date received: 18 June 2022 Date accepted: 18 June 2022 Donor status: company, registration 01471066 (Registered 06 July 2022) Gifts, benefits and hospitality from UK sources 64e8edeb 2023-06-26   Saqib Bhatti uk.org.publicwhip/person/25847 0 2023-06-26-64e8edeb-25847-0
befd1286cb017c112c827f8b3729df60e97a0db7 Name of donor: Elbrook Studios Holding Limited, trading as West London Film Studios Address of donor: Third Floor, 2, Colton Square, Leicester LE1 1QH Amount of donation or nature and value if donation in kind: Ticket to attend the Conservative Party Winter Ball, value £1,000 Date received: 23 February 2023 Date accepted: 23 February 2023 Donor status: company, registration 13781506 (Registered 13 March 2023) Gifts, benefits and hospitality from UK sources 64e8edeb 2023-06-26   Saqib Bhatti uk.org.publicwhip/person/25847 1 2023-06-26-64e8edeb-25847-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 44.401ms · Data source: mySociety Data · About: simonw/register-of-members-interests-datasette