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-08-12-64e8edeb-10884-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
b69c9d24ea33a61beb0ca2d10b1fcc513e7d3373 Name of donor: Carlton Club Address of donor: 69 St James's Street, London SW1A 1PJ Amount of donation or nature and value if donation in kind: honorary membership for the duration of my time as the MP for the Cities of London and Westminster; value (in 2017) £1,350 Date of receipt of donation: 31 December 2014 Date of acceptance of donation: 31 December 2014 Donor status: company, registration 00573221 (Registered 26 January 2012; updated 5 February 2013, 17 March 2014, 12 August 2015, 9 September 2016 and 29 November 2017) Gifts, benefits and hospitality from UK sources 64e8edeb 2019-08-12   Mark Field uk.org.publicwhip/person/10884 0 2019-08-12-64e8edeb-10884-0
1a98148d663b0f5958b996f27aaa419e3798ebc1 Name of donor: Royal Automobile Club Address of donor: Pall Mall Clubhouse, 89 Pall Mall, London SW1Y 5HS Amount of donation or nature and value if donation in kind: honorary membership for the duration of my time as the MP for the Cities of London and Westminster; value (in 2019) £1,691.25 Date of receipt of donation: 9 December 2014; renewed 18 November 2016 and 26 October 2017 Date of acceptance of donation: 9 December 2014 Donor status: company, registration 03570702 (Registered 17 December 2013; updated 10 December 2014, 18 November 2015, 02 February 2017, 29 November 2017 and 03 December 2018) Gifts, benefits and hospitality from UK sources 64e8edeb 2019-08-12   Mark Field uk.org.publicwhip/person/10884 1 2019-08-12-64e8edeb-10884-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 47.7ms · Data source: mySociety Data · About: simonw/register-of-members-interests-datasette