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-30-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
c43896b9360f38666bf6e7b1a8fcfc078aa41c19 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-30   Kate Hoey uk.org.publicwhip/person/10282 0 2019-09-30-10057ffd-10282-0
cdf884ed5313448a875b3d99d2a736cfa6973dc4 Payments from the Telegraph Media Group, 111 Buckingham Palace Road, London SW1W 0DT: Employment and earnings 10057ffd 2019-09-30   Kate Hoey uk.org.publicwhip/person/10282 1 2019-09-30-10057ffd-10282-0
5b3c7d6c952363be519e73dec75d884d0d8ca290 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-30   Kate Hoey uk.org.publicwhip/person/10282 2 2019-09-30-10057ffd-10282-0
a04030dfce23a8b2803955b0d0fd095cb18f16d5 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-30   Kate Hoey uk.org.publicwhip/person/10282 3 2019-09-30-10057ffd-10282-0
6f54551bf27d025c50ca8857149c06942bb152b0 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-30   Kate Hoey uk.org.publicwhip/person/10282 4 2019-09-30-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 16.185ms · Data source: mySociety Data · About: simonw/register-of-members-interests-datasette