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-08-10-10057ffd-10193-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
03afa439fef2b341e75c29e74cd03d3a4e950b06 Payments from the Telegraph Media Group Limited, 111 Buckingham Palace Road, London SW1W 0SR: Employment and earnings 10057ffd 2020-08-10   Michael Fabricant uk.org.publicwhip/person/10193 0 2020-08-10-10057ffd-10193-0
d12bd6be367d5ffb0552e6b6390bc039bef4abc7 1 November 2019, received £200 for an article published on 19 October 2019. Hours: 1 hr. (Registered 18 December 2019) Employment and earnings 10057ffd 2020-08-10   Michael Fabricant uk.org.publicwhip/person/10193 1 2020-08-10-10057ffd-10193-0
c4a684fd01d745a74209fc4c2c0d5f703084f3a2 21 February 2020, received £615 from Endemol Shine UK Ltd, Shepherds Building Central, Charecroft Way, London W14 0EE, via Cloud9 Management Ltd, 2 Archer Street, London W1D 7AW, for an appearance on Pointless Celebrities on 13 January 2020. Hours: 2 hrs plus travel. (Registered 25 February 2020) Employment and earnings 10057ffd 2020-08-10   Michael Fabricant uk.org.publicwhip/person/10193 2 2020-08-10-10057ffd-10193-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 115.085ms · Data source: mySociety Data · About: simonw/register-of-members-interests-datasette