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-09-02-1f359ece-10263-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
84c3cc5353c03b894bb2d8ea09508b16ecfaad60 Earnings from publication of novels. Remunerated employment, office, profession etc 1f359ece 2009-09-02 Alan Haselhurst uk.org.publicwhip/member/2017 Alan Haselhurst uk.org.publicwhip/person/10263 0 2009-09-02-1f359ece-10263-0
3333a7c914aa9526be13b3f1ca92e4f72e905274 Payment of £221.31 from the Professional and Higher Partnership, 4 The Links, Cambridge Road, Newmarket, CB8 OTG, from book sales. No hours worked since 1 July 2009. (Registered 20 July 2009) Remunerated employment, office, profession etc 1f359ece 2009-09-02 Alan Haselhurst uk.org.publicwhip/member/2017 Alan Haselhurst uk.org.publicwhip/person/10263 1 2009-09-02-1f359ece-10263-0
b778df47e6df89deea6c26c97f4deeeb73b62037 Payment of £177.90 from book sales to parliamentary colleagues. (Wholesale cost to me £100. I gave a proportion of the receipts to charity.) No additional hours worked. (Registered 20 July 2009) Remunerated employment, office, profession etc 1f359ece 2009-09-02 Alan Haselhurst uk.org.publicwhip/member/2017 Alan Haselhurst uk.org.publicwhip/person/10263 2 2009-09-02-1f359ece-10263-0
d19c6ef269cbcdc3d3c5b7d63bb652eda39cf865 Payment of £35.98 from book sales to Saffron Walden Breakfast Club members. (Wholesale cost to me £19.78. I gave a proportion of the receipts to charity.) No additional hours worked. (Registered 22 July 2009) Remunerated employment, office, profession etc 1f359ece 2009-09-02 Alan Haselhurst uk.org.publicwhip/member/2017 Alan Haselhurst uk.org.publicwhip/person/10263 3 2009-09-02-1f359ece-10263-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 242.073ms · Data source: mySociety Data · About: simonw/register-of-members-interests-datasette