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-01-06-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
40b8d13a084273e72cc674a0883a13348b680456 Payments from The Times newspaper, 3 Thomas More Square, London E98 1XY: Remunerated employment, office, profession etc 1f359ece 2015-01-06 Frank Field uk.org.publicwhip/member/40079 Frank Field uk.org.publicwhip/person/10197 0 2015-01-06-1f359ece-10197-0
baea08dc45728839d2b1cd246247bc02a8c7a215 16 December 2013, payment of £300 for an article. (Registered 16 January 2014) Remunerated employment, office, profession etc 1f359ece 2015-01-06 Frank Field uk.org.publicwhip/member/40079 Frank Field uk.org.publicwhip/person/10197 1 2015-01-06-1f359ece-10197-0
75703275f25c349678572da2a9073185e8c8fc86 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 2015-01-06 Frank Field uk.org.publicwhip/member/40079 Frank Field uk.org.publicwhip/person/10197 2 2015-01-06-1f359ece-10197-0
4b3ed0334d907fc020111f9ddc606dc57746b823 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 2014) Remunerated employment, office, profession etc 1f359ece 2015-01-06 Frank Field uk.org.publicwhip/member/40079 Frank Field uk.org.publicwhip/person/10197 3 2015-01-06-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 126.536ms · Data source: mySociety Data · About: simonw/register-of-members-interests-datasette