home / regmem

Menu
  • GraphQL API

items

Table actions
  • GraphQL API for items

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

5 rows where record_id = "2019-09-02-10057ffd-10282-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
aa988171e0351c1ab1dd3952f5fbe1f5c99ecb20 20 November 2018, received £500 from Associated Newspapers, 2 Derry Street, London W8 5TT, for an article. Hours: 3 hrs. (Registered 18 December 2018) Employment and earnings 10057ffd 2019-09-02   Kate Hoey uk.org.publicwhip/person/10282 0 2019-09-02-10057ffd-10282-0
424a8a1d4de9c09b60a7bd3e2907d39410d7faa9 Payments from the Telegraph Media Group, 111 Buckingham Palace Road, London SW1W 0DT: Employment and earnings 10057ffd 2019-09-02   Kate Hoey uk.org.publicwhip/person/10282 1 2019-09-02-10057ffd-10282-0
fd7369729e0b06319d91d99b697abe7977aeeb4e 1 February 2019, received £250 for an article written on 10 January 2019. Hours: 3 hrs. (Registered 06 February 2019) Employment and earnings 10057ffd 2019-09-02   Kate Hoey uk.org.publicwhip/person/10282 2 2019-09-02-10057ffd-10282-0
5b18dac265389f5263a515d8d9b138621e2e632f 1 February 2019, received £250 for an article written on 15 January 2019. Hours: 2 hrs. (Registered 06 February 2019) Employment and earnings 10057ffd 2019-09-02   Kate Hoey uk.org.publicwhip/person/10282 3 2019-09-02-10057ffd-10282-0
1b90bc6a5607075021b327a675523db365966466 15 July 2019, received £1,000 from Fund Finance Association, 224 Fifth Avenue, Suite 1225, New York, NY 10001, USA, for being a keynote speakers at the 5th Annual European Fund Finance Symposium on 20 June 2019. Hours: 4 hrs. (Registered 26 July 2019) Employment and earnings 10057ffd 2019-09-02   Kate Hoey uk.org.publicwhip/person/10282 4 2019-09-02-10057ffd-10282-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.411ms · Data source: mySociety Data · About: simonw/register-of-members-interests-datasette