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 = "2020-06-22-64e8edeb-10999-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
e37a32b4fe264f07446fe0c9d36420549aa042d6 Name of donor: Brown's Hotel Address of donor: 70 Jermyn Street, London SW1Y 6NY Amount of donation, or nature and value if donation in kind: Event, with an estimated total value of £12,000, following my election as Leader of the Conservative and Unionist Party Date received: 23 July 2019 Date accepted: 23 July 2019 Donor status: company, registration 4713134 (Registered 31 July 2019) Gifts, benefits and hospitality from UK sources 64e8edeb 2020-06-22   Boris Johnson uk.org.publicwhip/person/10999 0 2020-06-22-64e8edeb-10999-0
476ffa9e72fd674226a1d5992e1f04cf16ab016b Name of donor: Simon Blagden Address of donor: private Amount of donation or nature and value if donation in kind: Gift hamper, value £350 Date received: 30 April 2020 Date accepted: 30 April 2020 Donor status: individual (Registered 12 May 2020) Gifts, benefits and hospitality from UK sources 64e8edeb 2020-06-22   Boris Johnson uk.org.publicwhip/person/10999 1 2020-06-22-64e8edeb-10999-0
423f8224d6be2cef7347e5b160bf216bd30a99e4 Name of donor: Mohammad Chohan Address of donor: private Amount of donation or nature and value if donation in kind: Gift hamper, value £750 Date received: 30 April 2020 Date accepted: 30 April 2020 Donor status: individual (Registered 12 May 2020) Gifts, benefits and hospitality from UK sources 64e8edeb 2020-06-22   Boris Johnson uk.org.publicwhip/person/10999 2 2020-06-22-64e8edeb-10999-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 14.936ms · Data source: mySociety Data · About: simonw/register-of-members-interests-datasette