home / regmem

Menu
  • GraphQL API

items

Table actions
  • GraphQL API for items

Data source: mySociety Data · About: simonw/register-of-members-interests-datasette

5 rows where record_id = "2017-02-20-10057ffd-24935-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
f52f6e874a3a92207e2f934b4f8894f90f053618 Fees from ComRes, 4 Millbank, London SW1P 3JA, for completing surveys. All fees are donated to charity or local causes unless stated otherwise. (Updated 27 July 2016) Employment and earnings 10057ffd 2017-02-20   Steve Rotheram uk.org.publicwhip/person/24935 0 2017-02-20-10057ffd-24935-0
f9b1cf90a5d6b1b9c9205e6cf443b0acacc759ec 14 January 2016, received £75. Hours: 40 mins. (Registered 27 July 2016) Employment and earnings 10057ffd 2017-02-20   Steve Rotheram uk.org.publicwhip/person/24935 1 2017-02-20-10057ffd-24935-0
36e628e23d41c9b0dfd0c2a75d0f82db183b3588 13 April 2016, received £100. Hours: 40 mins. Fee donated to Liverpool Walton CLP. (Registered 27 July 2016) Employment and earnings 10057ffd 2017-02-20   Steve Rotheram uk.org.publicwhip/person/24935 2 2017-02-20-10057ffd-24935-0
9213d54c6f330d1ee27a17094a3e3e5877895bdb 11 May 2016, received £75. Hours: 40 mins. (Registered 27 July 2016) Employment and earnings 10057ffd 2017-02-20   Steve Rotheram uk.org.publicwhip/person/24935 3 2017-02-20-10057ffd-24935-0
0d840baddfec8ccaaab0a8c1fc752dfeca2a24ce 22 July 2016, received £75. Hours: 40 mins. (Registered 27 July 2016) Employment and earnings 10057ffd 2017-02-20   Steve Rotheram uk.org.publicwhip/person/24935 4 2017-02-20-10057ffd-24935-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 19.23ms · Data source: mySociety Data · About: simonw/register-of-members-interests-datasette