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-02-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
aed175b5f0582a06e954efcd0db95e82c0a1f990 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-02-09 Nick Raynsford uk.org.publicwhip/member/40287 Nick Raynsford uk.org.publicwhip/person/10498 0 2015-02-09-1f359ece-10498-2
81795d95b5271ab5db815a29b7a13bcb4bc225d0 Received £1,970 (excluding VAT) for period October-December 2013. Hours: 21 hrs. (Registered 12 March 2014) Remunerated employment, office, profession etc 1f359ece 2015-02-09 Nick Raynsford uk.org.publicwhip/member/40287 Nick Raynsford uk.org.publicwhip/person/10498 1 2015-02-09-1f359ece-10498-2
d1edaf9e56badd82c479d5c0791761fc873f1e4b Received £4,370 (excluding VAT) for period January–June 2014. Hours: 25 hrs. (Registered 17 July 2014) Remunerated employment, office, profession etc 1f359ece 2015-02-09 Nick Raynsford uk.org.publicwhip/member/40287 Nick Raynsford uk.org.publicwhip/person/10498 2 2015-02-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 112.697ms · Data source: mySociety Data · About: simonw/register-of-members-interests-datasette