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-03-30-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
d7685a350080648a6d3d45d68ee8511bdd0a7539 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-03-30 Andrew Mitchell uk.org.publicwhip/member/40595 Andrew Mitchell uk.org.publicwhip/person/11115 0 2015-03-30-1f359ece-11115-1
d79712621d347395c9136bdaa82162f1dbc29f87 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-03-30 Andrew Mitchell uk.org.publicwhip/member/40595 Andrew Mitchell uk.org.publicwhip/person/11115 1 2015-03-30-1f359ece-11115-1
c57ed5df4c46c0fcc43f60d349ed0f09c7fef848 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-03-30 Andrew Mitchell uk.org.publicwhip/member/40595 Andrew Mitchell uk.org.publicwhip/person/11115 2 2015-03-30-1f359ece-11115-1
82d650b2e77f55b42500616dbe6a54a06e52daea 4 February 2015, received £9,000 plus VAT for approximately 2 days’ work between 30 November 2014 and 28 February 2015. (Registered 23 February 2015) Remunerated employment, office, profession etc 1f359ece 2015-03-30 Andrew Mitchell uk.org.publicwhip/member/40595 Andrew Mitchell uk.org.publicwhip/person/11115 3 2015-03-30-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 15.723ms · Data source: mySociety Data · About: simonw/register-of-members-interests-datasette