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 = "2019-09-30-64e8edeb-10243-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
4ca74eae7db0cd8e7fa7bf6089191c005e65cfac Name of donor: The Ditchley Foundation Address of donor: Ditchley Park, Enstone, Chipping Norton OX7 4ER Amount of donation, or nature and value if donation in kind: Two nights full board and accommodation while attending the Legal Education Foundation's Conference, total value £498 (£249 per day) Date received: 3-4 September 2018 Date accepted: 3 September 2018 Donor status: company, registration 599389 (Registered 08 October 2018) Gifts, benefits and hospitality from UK sources 64e8edeb 2019-09-30   Dominic Grieve uk.org.publicwhip/person/10243 0 2019-09-30-64e8edeb-10243-0
0cdfb7457d70816c023423cb0bde11cd11041a6a Name of donor: Amnesty International UK Address of donor: 397 Ormeau Road, Belfast BT7 3GP Amount of donation, or nature and value if donation in kind: Associated with delivering a lecture in Belfast, return flight £343; accommodation for one night £80; transfers £5; food, total value £432 Date received: 8-9 November 2018 Date accepted: 8 November 2018 Donor status: company, registration 03139939 (Registered 13 November 2018) Gifts, benefits and hospitality from UK sources 64e8edeb 2019-09-30   Dominic Grieve uk.org.publicwhip/person/10243 1 2019-09-30-64e8edeb-10243-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 18.701ms · Data source: mySociety Data · About: simonw/register-of-members-interests-datasette