home / regmem

Menu
  • GraphQL API

items

Table actions
  • GraphQL API for items

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

2 rows where record_id = "2013-12-09-1f359ece-10005-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
6a1ef0379b983ed83428d8675e34e3b671a3bff7 8 January 2013 received payment of £150 from Ipsos MORI, 79-81 Borough Road, London SE1 1FY, for participation in opinion survey on 21 November 2012. Hours: 75 mins. (Registered 17 January 2013) Remunerated employment, office, profession etc 1f359ece 2013-12-09 Bob Ainsworth uk.org.publicwhip/member/40185 Bob Ainsworth uk.org.publicwhip/person/10005 0 2013-12-09-1f359ece-10005-0
6225bec795927755056f5260d9cbeb04936a887a 5 April 2013, received payment of £525 from ComRes, Four Millbank, London SW1P 3JA, for opinion surveys in May 2012, June 2012, September 2012, October-November 2012, November-December 2012, January 2013 and February 2013. Hours: about 6 hrs in total. (Registered 18 April 2013) Remunerated employment, office, profession etc 1f359ece 2013-12-09 Bob Ainsworth uk.org.publicwhip/member/40185 Bob Ainsworth uk.org.publicwhip/person/10005 1 2013-12-09-1f359ece-10005-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 16.18ms · Data source: mySociety Data · About: simonw/register-of-members-interests-datasette