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 = "2014-11-24-1f359ece-10197-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
5e20cee351488321a61b6d3a185d499f745cb94a Payments from The Times newspaper, 3 Thomas More Square, London E98 1XY: Remunerated employment, office, profession etc 1f359ece 2014-11-24 Frank Field uk.org.publicwhip/member/40079 Frank Field uk.org.publicwhip/person/10197 0 2014-11-24-1f359ece-10197-0
8eec142cfe910478331d2bb955f4d0a39b6c333b 16 December 2013, payment of £300 for an article. (Registered 16 January 2014) Remunerated employment, office, profession etc 1f359ece 2014-11-24 Frank Field uk.org.publicwhip/member/40079 Frank Field uk.org.publicwhip/person/10197 1 2014-11-24-1f359ece-10197-0
642367aaa6be3f01482001dfdb6e237c8e3658f2 11 January 2014, payment of £100 from The Tablet, 1 Kings Street Cloisters, Clifton Walk, London W6 0FY, for writing an article. (Registered 24 February 2014) Remunerated employment, office, profession etc 1f359ece 2014-11-24 Frank Field uk.org.publicwhip/member/40079 Frank Field uk.org.publicwhip/person/10197 2 2014-11-24-1f359ece-10197-0
26b99a73083d2c16810541d2ffd2d16b84546e25 3 March 2014, payment of £150 from BBC Contributor Payments, PO Box 480, Manchester M14 0EL, for appearance on ‘Any Questions’ on 21 February 2014. (Registered 26 February 2013) Remunerated employment, office, profession etc 1f359ece 2014-11-24 Frank Field uk.org.publicwhip/member/40079 Frank Field uk.org.publicwhip/person/10197 3 2014-11-24-1f359ece-10197-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 49.593ms · Data source: mySociety Data · About: simonw/register-of-members-interests-datasette