home / regmem

Menu
  • GraphQL API

items

Table actions
  • GraphQL API for items

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

4 rows where record_id = "2023-09-04-5f2cbd10-10057-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
1dae6e58f0f0a3093e08a60be31d48cd6c90589b Unpaid director of Grosvenor House (Worthing) Ltd, a company which holds the freehold of six flats. (Registered 06 November 2018) Miscellaneous 5f2cbd10 2023-09-04   Peter Bottomley uk.org.publicwhip/person/10057 0 2023-09-04-5f2cbd10-10057-0
5e883c4cd8fef81f6e6d4dae5d38b12a1263b8b7 Chairman of Trustees for the Revd Dr Busby’s Trustees (Willen) Main Charity Ltd, which supports clergy and their families in two dioceses. (Registered 03 December 2018) Miscellaneous 5f2cbd10 2023-09-04   Peter Bottomley uk.org.publicwhip/person/10057 1 2023-09-04-5f2cbd10-10057-0
dd681f1834fb306b94d24cde3c8affeafc4d922b From 31 July 2019, Emeritus Assistant of the Drapers Company. Trustee for its staff pension scheme. (Registered 03 December 2018; updated 22 September 2022) Miscellaneous 5f2cbd10 2023-09-04   Peter Bottomley uk.org.publicwhip/person/10057 2 2023-09-04-5f2cbd10-10057-0
f947c6468a2f9705c0772493eb604f5b6830f729 Unpaid director of PbandvbLtd; no activity since incorporation on 11 January 2012. (Registered 03 December 2018) Miscellaneous 5f2cbd10 2023-09-04   Peter Bottomley uk.org.publicwhip/person/10057 3 2023-09-04-5f2cbd10-10057-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.255ms · Data source: mySociety Data · About: simonw/register-of-members-interests-datasette