home / regmem

Menu
  • GraphQL API

items

Table actions
  • GraphQL API for items

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

10 rows where member_id = "uk.org.publicwhip/member/302" sorted by date descending

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: item, category_id, date, sort_order, record_id, date (date)

hash item category_id date ▲ member_id person_id sort_order record_id
8f38546b7cc9fa15bb4339a74b751ded42701fbc Partner, Law, Hurst and Taylor, Solicitors, Westcliff-on-Sea, Essex. Remunerated employment, office, profession etc 1f359ece 2001-05-14 Alan Hurst uk.org.publicwhip/member/302 Alan Hurst uk.org.publicwhip/person/10302 0 2001-05-14-1f359ece-10302-0
443cff105d1fb81590033a77973a99bd667b2968 Occasional fees from MORI for taking part in opinion polls. Fees donated to charity. Remunerated employment, office, profession etc 1f359ece 2001-05-14 Alan Hurst uk.org.publicwhip/member/302 Alan Hurst uk.org.publicwhip/person/10302 1 2001-05-14-1f359ece-10302-0
96f225331ea36eb604b2b517a1b5ac5557ea01d3 Lessee of two offices premises in Westcliff-on-Sea, Essex. Land and Property 4f1e6359 2001-05-14 Alan Hurst uk.org.publicwhip/member/302 Alan Hurst uk.org.publicwhip/person/10302 0 2001-05-14-4f1e6359-10302-0
46dc775c2519ef15b5fb21e4cd3d414647934acb Member of Holdfast Credit Union, Witham, Essex. Miscellaneous and unremunerated interests 265f2269 2001-05-14 Alan Hurst uk.org.publicwhip/member/302 Alan Hurst uk.org.publicwhip/person/10302 0 2001-05-14-265f2269-10302-0
abf97043682222aa72bdde77c967c29e2ed3e962 Member of Law Society. Miscellaneous and unremunerated interests 265f2269 2001-05-14 Alan Hurst uk.org.publicwhip/member/302 Alan Hurst uk.org.publicwhip/person/10302 1 2001-05-14-265f2269-10302-0
085e1f1eb6ecad22475d3a5e102c036bbc38a40e Partner, Law, Hurst and Taylor, Solicitors, Westcliff-on-Sea, Essex. Remunerated employment, office, profession etc 1f359ece 2000-11-10 Alan Hurst uk.org.publicwhip/member/302 Alan Hurst uk.org.publicwhip/person/10302 0 2000-11-10-1f359ece-10302-0
57debbac29c080b2a2bf4fc8a15b373afcf03eb9 Occasional fees from MORI for taking part in opinion polls. Fees donated to charity. Remunerated employment, office, profession etc 1f359ece 2000-11-10 Alan Hurst uk.org.publicwhip/member/302 Alan Hurst uk.org.publicwhip/person/10302 1 2000-11-10-1f359ece-10302-0
2e6d0ae1a7b085f3ff6e0789e960d2c11021957c Lessee of two offices premises in Westcliff-on-Sea, Essex. Land and Property 4f1e6359 2000-11-10 Alan Hurst uk.org.publicwhip/member/302 Alan Hurst uk.org.publicwhip/person/10302 0 2000-11-10-4f1e6359-10302-0
5dd218995afea6611bfe16aa15b076c88fde7ef1 Member of Holdfast Credit Union, Witham, Essex. Miscellaneous and unremunerated interests 265f2269 2000-11-10 Alan Hurst uk.org.publicwhip/member/302 Alan Hurst uk.org.publicwhip/person/10302 0 2000-11-10-265f2269-10302-0
ff5febc866e52a6ea18bc75c17fcb47041acbc8e Member of Law Society. Miscellaneous and unremunerated interests 265f2269 2000-11-10 Alan Hurst uk.org.publicwhip/member/302 Alan Hurst uk.org.publicwhip/person/10302 1 2000-11-10-265f2269-10302-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 256.157ms · Data source: mySociety Data · About: simonw/register-of-members-interests-datasette