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-12-08-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
9b723e2e7b8d0652e8d30d8ba32ee894ad1a4257 Payments from The Times newspaper, 3 Thomas More Square, London E98 1XY: Remunerated employment, office, profession etc 1f359ece 2014-12-08 Frank Field uk.org.publicwhip/member/40079 Frank Field uk.org.publicwhip/person/10197 0 2014-12-08-1f359ece-10197-0
3123ef5cf8aeaba0fccacba894377e3b2d7f1541 16 December 2013, payment of £300 for an article. (Registered 16 January 2014) Remunerated employment, office, profession etc 1f359ece 2014-12-08 Frank Field uk.org.publicwhip/member/40079 Frank Field uk.org.publicwhip/person/10197 1 2014-12-08-1f359ece-10197-0
b6566a59214479735c3f271dc9ab94962382581a 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-12-08 Frank Field uk.org.publicwhip/member/40079 Frank Field uk.org.publicwhip/person/10197 2 2014-12-08-1f359ece-10197-0
c172c6f251057856dac130d5258dd8febd04ac10 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-12-08 Frank Field uk.org.publicwhip/member/40079 Frank Field uk.org.publicwhip/person/10197 3 2014-12-08-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 16.666ms · Data source: mySociety Data · About: simonw/register-of-members-interests-datasette