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 = "2014-10-27-1f359ece-10484-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
280f6d987a47c0d5cbe720d880d77b8358c19592 Payments from Drew University. Address: 99 Great Russell Street, London WC1B 3LA. Remunerated employment, office, profession etc 1f359ece 2014-10-27 Stephen Pound uk.org.publicwhip/member/40220 Steve Pound uk.org.publicwhip/person/10484 0 2014-10-27-1f359ece-10484-0
3c2e8adc954786e9cae8a892b002cfa3d75fa36e £960 received on 13 December 2013 for a series of lectures and meetings in my role of political co-ordinator. Hours: 12 hrs. (Registered 13 December 2013) Remunerated employment, office, profession etc 1f359ece 2014-10-27 Stephen Pound uk.org.publicwhip/member/40220 Steve Pound uk.org.publicwhip/person/10484 1 2014-10-27-1f359ece-10484-0
27e75f6cfa5cd9bdb84d05effa38e72da8b80964 Payments from Government Knowledge, 1 Northumberland Avenue, London WC2N 5BW: Remunerated employment, office, profession etc 1f359ece 2014-10-27 Stephen Pound uk.org.publicwhip/member/40220 Steve Pound uk.org.publicwhip/person/10484 2 2014-10-27-1f359ece-10484-0
74a5d3dcea80f2fba41c1692703e23afb49185f6 13 December 2013, payment of £150 for a lecture on 21 November 2013.  Hours: 2 hrs. (Registered 13 December 2013) Remunerated employment, office, profession etc 1f359ece 2014-10-27 Stephen Pound uk.org.publicwhip/member/40220 Steve Pound uk.org.publicwhip/person/10484 3 2014-10-27-1f359ece-10484-0
29abff6a54fff5ac10222508e10292d6b1feed4f 8 May 2014, payment of £138.00 received from the University of Missouri Curators, 118 University Hall, Columbia, USA, in respect of lecture and meeting provided to students on 15 April 2014.  Hours: 3 hrs. (Registered 15 May 2014) Remunerated employment, office, profession etc 1f359ece 2014-10-27 Stephen Pound uk.org.publicwhip/member/40220 Steve Pound uk.org.publicwhip/person/10484 4 2014-10-27-1f359ece-10484-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 180.45ms · Data source: mySociety Data · About: simonw/register-of-members-interests-datasette