home / regmem

Menu
  • GraphQL API

items

Table actions
  • GraphQL API for items

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

3 rows where record_id = "2015-03-09-1f359ece-10498-2" 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
ec3c427a6cc390833215db9244da74089e1fed45 Pocket (member of the Advisory Board), 27 Margaret Street, London W1 8RY. Work involves advising Pocket on the development of affordable home ownership housing schemes in London and attendance at Advisory Board Meeting. Remunerated employment, office, profession etc 1f359ece 2015-03-09 Nick Raynsford uk.org.publicwhip/member/40287 Nick Raynsford uk.org.publicwhip/person/10498 0 2015-03-09-1f359ece-10498-2
f6eb0247d2c1bd9ca72191e7d15f47029a3b0d41 Received £1,970 (excluding VAT) for period October-December 2013. Hours: 21 hrs. (Registered 12 March 2014) Remunerated employment, office, profession etc 1f359ece 2015-03-09 Nick Raynsford uk.org.publicwhip/member/40287 Nick Raynsford uk.org.publicwhip/person/10498 1 2015-03-09-1f359ece-10498-2
1d371514b71698bb2287af7e29f77016ca2dbee2 Received £4,370 (excluding VAT) for period January–June 2014. Hours: 25 hrs. (Registered 17 July 2014) Remunerated employment, office, profession etc 1f359ece 2015-03-09 Nick Raynsford uk.org.publicwhip/member/40287 Nick Raynsford uk.org.publicwhip/person/10498 2 2015-03-09-1f359ece-10498-2

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