home / regmem

Menu
  • GraphQL API

items

Table actions
  • GraphQL API for items

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

4 rows where record_id = "2009-10-28-1f359ece-10344-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
6ea0d5618a408b8d563e0607401d0ee73d9c368c Lectures for the National School of Government, Sunningdale Park, Larch Avenue, Ascot, SL5 0QE. (Up to £5,000) Remunerated employment, office, profession etc 1f359ece 2009-10-28 Julie Kirkbride uk.org.publicwhip/member/1460 Julie Kirkbride uk.org.publicwhip/person/10344 0 2009-10-28-1f359ece-10344-0
3366685c4db28f473b76f880e1efadd6019c326d Received £150 for lecture. Hours: 1hr. (Registered 5 August 2009) Remunerated employment, office, profession etc 1f359ece 2009-10-28 Julie Kirkbride uk.org.publicwhip/member/1460 Julie Kirkbride uk.org.publicwhip/person/10344 1 2009-10-28-1f359ece-10344-0
b4bcb851954101ead27c48fb211705cce8d1286b Receipt of £150 for lecture. Hours: 1 hr. (Registered 21 October 2009) Remunerated employment, office, profession etc 1f359ece 2009-10-28 Julie Kirkbride uk.org.publicwhip/member/1460 Julie Kirkbride uk.org.publicwhip/person/10344 2 2009-10-28-1f359ece-10344-0
47ccf34786ae27b936c7c269f4471015ae74ce83 Received fee of £75 for completing a survey for Ipsos MORI, 79-81 Borough Road, London, SE1 1FY. Hours: 45mins. (Registered 9 September 2009) Remunerated employment, office, profession etc 1f359ece 2009-10-28 Julie Kirkbride uk.org.publicwhip/member/1460 Julie Kirkbride uk.org.publicwhip/person/10344 3 2009-10-28-1f359ece-10344-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 98.249ms · Data source: mySociety Data · About: simonw/register-of-members-interests-datasette