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-09-04-64e8edeb-11333-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
fc565360c3bd84c7a667ffdd07dec244bd92eb43 Name of donor: Betting and Gaming Council Address of donor: Kings Building, 16 Smith Square, London SW1P 3HQ Amount of donation or nature and value if donation in kind: Two tickets with hospitality for BST Hyde Park Concerts, value £1,099 Date received: 7 July 2023 Date accepted: 7 July 2023 Donor status: company, registration 12213577 (Registered 31 July 2023) Gifts, benefits and hospitality from UK sources 64e8edeb 2023-09-04   Pete Wishart uk.org.publicwhip/person/11333 0 2023-09-04-64e8edeb-11333-0
a9387573632e6512ef807c004942d442944055de Name of donor: The Royal Edinburgh Military Tattoo Ltd Address of donor: 1-3 Cockburn Street, Edinburgh EH1 1QB Amount of donation or nature and value if donation in kind: Two tickets with hospitality for the Edinburgh Royal Military Tattoo, value £830 Date received: 7 August 2023 Date accepted: 7 August 2023 Donor status: company, registration 128255 (Registered 30 August 2023) Gifts, benefits and hospitality from UK sources 64e8edeb 2023-09-04   Pete Wishart uk.org.publicwhip/person/11333 1 2023-09-04-64e8edeb-11333-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 110.023ms · Data source: mySociety Data · About: simonw/register-of-members-interests-datasette