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-10-16-10057ffd-24888-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
329792bd872403532d9e3b8d0b9af92d610097f9 From 22 December 2014 until 7 July 2022 and again from 31 October 2022, non-executive director of Furniture Village Limited, 258 Bath Road, Slough, Berkshire SL1 4DX; furniture retailer. (Registered 7 January 2015; updated 7 July 2015, 16 June 2017, 09 October 2020, 15 July 2022 and 28 November 2022) Employment and earnings 10057ffd 2023-10-16   Stephen McPartland uk.org.publicwhip/person/24888 0 2023-10-16-10057ffd-24888-0
e62aa916c856cc7b5155efab4d338ad3b3908059 From 31 October 2022 until further notice, I receive £4,166.67 a month. Hours: 10 hrs per month. I consulted ACoBA about this appointment. (Registered 28 November 2022) Employment and earnings 10057ffd 2023-10-16   Stephen McPartland uk.org.publicwhip/person/24888 1 2023-10-16-10057ffd-24888-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 21.906ms · Data source: mySociety Data · About: simonw/register-of-members-interests-datasette