home / regmem

Menu
  • GraphQL API

items

Table actions
  • GraphQL API for items

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

7 rows where record_id = "2009-10-28-1f359ece-11318-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
535a356541f98a79e72e0dba03fe0ef56e16b0db Parliamentary Adviser to: Remunerated employment, office, profession etc 1f359ece 2009-10-28 Bill Wiggin uk.org.publicwhip/member/1679 Bill Wiggin uk.org.publicwhip/person/11318 0 2009-10-28-1f359ece-11318-0
8033f7c35a1f81c20a16132f021a47321335be6f Green Lane Association Ltd (a national user group) Remunerated employment, office, profession etc 1f359ece 2009-10-28 Bill Wiggin uk.org.publicwhip/member/1679 Bill Wiggin uk.org.publicwhip/person/11318 1 2009-10-28-1f359ece-11318-0
982e50397ae0c041e9987218ef68501e4a1ea8f8 BMF (British Motorcycle Federation) Remunerated employment, office, profession etc 1f359ece 2009-10-28 Bill Wiggin uk.org.publicwhip/member/1679 Bill Wiggin uk.org.publicwhip/person/11318 2 2009-10-28-1f359ece-11318-0
8b6e80dc113bba5af3e8110c37d77b651adf0b7f The TRF (Trail Riders Fellowship) Remunerated employment, office, profession etc 1f359ece 2009-10-28 Bill Wiggin uk.org.publicwhip/member/1679 Bill Wiggin uk.org.publicwhip/person/11318 3 2009-10-28-1f359ece-11318-0
de34b9c9611846a80b32b5f6cf60341540699a2c (£5,001-£10,000 total) Remunerated employment, office, profession etc 1f359ece 2009-10-28 Bill Wiggin uk.org.publicwhip/member/1679 Bill Wiggin uk.org.publicwhip/person/11318 4 2009-10-28-1f359ece-11318-0
2c8e8578f883bf6bdff2171e5f07d766253f056e Payment of £20 for four chickens sold at the Bromyard Gala on 4 July 2009. (Registered 22 July 2009) Remunerated employment, office, profession etc 1f359ece 2009-10-28 Bill Wiggin uk.org.publicwhip/member/1679 Bill Wiggin uk.org.publicwhip/person/11318 5 2009-10-28-1f359ece-11318-0
cbdde847a7638f4d46677aa8866145f59785d3fc Payment of £1,987.17 for sale of cattle. (Registered 19 October 2009) Remunerated employment, office, profession etc 1f359ece 2009-10-28 Bill Wiggin uk.org.publicwhip/member/1679 Bill Wiggin uk.org.publicwhip/person/11318 6 2009-10-28-1f359ece-11318-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 158.993ms · Data source: mySociety Data · About: simonw/register-of-members-interests-datasette