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 = "2011-02-07-1f359ece-10361-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
5f8b38f225aee70024c0735ee337d16d80823dcc Opinion research surveys for Populus Limited of Northburgh House, 10 Northburgh Street, London, EC1V 0AT: Remunerated employment, office, profession etc 1f359ece 2011-02-07 David Lidington uk.org.publicwhip/member/40051 David Lidington uk.org.publicwhip/person/10361 0 2011-02-07-1f359ece-10361-0
b9a9c2280419544ce01d520635c36a0187c2d9a9 5 January 2010, fee of £50 donated directly to charity. Hours: 10 mins. (Registered 26 February 2010) Remunerated employment, office, profession etc 1f359ece 2011-02-07 David Lidington uk.org.publicwhip/member/40051 David Lidington uk.org.publicwhip/person/10361 1 2011-02-07-1f359ece-10361-0
f3e70a8016e785d7cf327472ca841017c2ae8ee6 Opinion research surveys for ComRes Ltd, 4 Millbank, London SW1P 3JA.: Remunerated employment, office, profession etc 1f359ece 2011-02-07 David Lidington uk.org.publicwhip/member/40051 David Lidington uk.org.publicwhip/person/10361 2 2011-02-07-1f359ece-10361-0
96b2a49330296e7868f084139a1d7d8cdd9cd951 Fee of £75 sent direct to charity. Hours: 10 mins. (Registered 26 February 2010) Remunerated employment, office, profession etc 1f359ece 2011-02-07 David Lidington uk.org.publicwhip/member/40051 David Lidington uk.org.publicwhip/person/10361 3 2011-02-07-1f359ece-10361-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 59.231ms · Data source: mySociety Data · About: simonw/register-of-members-interests-datasette