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 = "2015-03-30-1f359ece-10153-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
6dc6086f2736fdb788488e237945919a48e855f3 Contract with Atlantic Books, Ormond House, 26/27 Boswell Street, London WC1N 3JW for publication of book. (Registered 25 March 2011) Remunerated employment, office, profession etc 1f359ece 2015-03-30 Alistair Darling uk.org.publicwhip/member/40241 Alistair Darling uk.org.publicwhip/person/10153 0 2015-03-30-1f359ece-10153-0
823a5aaf7151fb8a1ac4de70e08b93859d2c866a 15 May 2014, I received a further payment of £597.77 in respect of royalties payable under my contract with Atlantic Books, previously registered.  Time spent:  nil. Address of payer: Capell and Land Ltd, 29 Wardour Street, London, W1D 6PS. Remunerated employment, office, profession etc 1f359ece 2015-03-30 Alistair Darling uk.org.publicwhip/member/40241 Alistair Darling uk.org.publicwhip/person/10153 1 2015-03-30-1f359ece-10153-0
0c82524de307f5a77f0441702e4806935dacf98d (Registered 23 May 2014) Remunerated employment, office, profession etc 1f359ece 2015-03-30 Alistair Darling uk.org.publicwhip/member/40241 Alistair Darling uk.org.publicwhip/person/10153 2 2015-03-30-1f359ece-10153-0
a9c5a09be2354e651c9442c72a37fcd4b3716588 6 November 2014, received payment of £998.52 in respect of royalties for my book, published by Atlantic Books, under contract previously registered.  Address of payer:  Capell and Land Ltd, 29 Wardour Street, London W1D 6PS.  Hours:  nil. (Registered 24 November 2014) Remunerated employment, office, profession etc 1f359ece 2015-03-30 Alistair Darling uk.org.publicwhip/member/40241 Alistair Darling uk.org.publicwhip/person/10153 3 2015-03-30-1f359ece-10153-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 39.107ms · Data source: mySociety Data · About: simonw/register-of-members-interests-datasette