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-26-1f359ece-11115-1" 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
113ae4ffd4cd62cd4c373edf4faf91e77762f88c Montrose Associates, 97, Jermyn Street, London SW1Y 6JE; strategic consultancy. Senior Adviser. Remuneration: £3,000 a day, with an expected time commitment of one day a month from March 2013. Remunerated employment, office, profession etc 1f359ece 2015-01-26 Andrew Mitchell uk.org.publicwhip/member/40595 Andrew Mitchell uk.org.publicwhip/person/11115 0 2015-01-26-1f359ece-11115-1
399fba822eb4b833388ce75a8272a13c8ae7f7c0 9 January 2014, received £9,000 for approximately 2 days’ work between 31 December 2013 and 31 March 2014. (Registered 10 February 2014) Remunerated employment, office, profession etc 1f359ece 2015-01-26 Andrew Mitchell uk.org.publicwhip/member/40595 Andrew Mitchell uk.org.publicwhip/person/11115 1 2015-01-26-1f359ece-11115-1
5304db4fa66051774729b1da696cb2011ff4eb08 1 May 2014, received £18,000 plus VAT for approximately 6 days’ work between March 2014 and 31 August 2014. (Registered 14 May 2014) Remunerated employment, office, profession etc 1f359ece 2015-01-26 Andrew Mitchell uk.org.publicwhip/member/40595 Andrew Mitchell uk.org.publicwhip/person/11115 2 2015-01-26-1f359ece-11115-1
6b5de40caf0fe65b5331222aacd7e1d03022ac02 14 October 2014, received £9,000 plus VAT for approximately 3 days’ work between 1 September 2014 and 30 November 2014. (Registered 23 October 2014) Remunerated employment, office, profession etc 1f359ece 2015-01-26 Andrew Mitchell uk.org.publicwhip/member/40595 Andrew Mitchell uk.org.publicwhip/person/11115 3 2015-01-26-1f359ece-11115-1

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 22.442ms · Data source: mySociety Data · About: simonw/register-of-members-interests-datasette