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 person_id = "uk.org.publicwhip/person/10187" 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
46c298d23ce254d0f1a31727da96d706e1ed9d74 Winglaw Investments Limited; property developers, house builders, project management of property, building and site development. Remunerated directorships ead1ca87 2001-05-14 Peter Emery uk.org.publicwhip/member/187 Peter Emery uk.org.publicwhip/person/10187 0 2001-05-14-ead1ca87-10187-0
53b359a220aa680ce47c70d2488bd27446ac64e2 London MOT Centre Ltd.; motor testing and garages. Remunerated directorships ead1ca87 2001-05-14 Peter Emery uk.org.publicwhip/member/187 Peter Emery uk.org.publicwhip/person/10187 1 2001-05-14-ead1ca87-10187-0
b90054c14ac2a6a648301be87f883382239a933d Occasional fees for writing, television and broadcasting. Remunerated employment, office, profession, etc. f3967f4d 2001-05-14 Peter Emery uk.org.publicwhip/member/187 Peter Emery uk.org.publicwhip/person/10187 0 2001-05-14-f3967f4d-10187-0
1fd30d2713f212f1acee8a11ccf8fe7f60e8439e London MOT Centre Ltd. Registrable shareholdings 3aff2389 2001-05-14 Peter Emery uk.org.publicwhip/member/187 Peter Emery uk.org.publicwhip/person/10187 0 2001-05-14-3aff2389-10187-0
a4d7d8754ec5995a0eff1e27976a4743b2a893d8 Trustee (unremunerated), National Asthma Campaign; the asthma charity. Miscellaneous and unremunerated interests 265f2269 2001-05-14 Peter Emery uk.org.publicwhip/member/187 Peter Emery uk.org.publicwhip/person/10187 0 2001-05-14-265f2269-10187-0
2881327f90a9e5b4eddb8b206af3f01993cc79ee Winglaw Investments Limited; property developers, house builders, project management of property, building and site development. Remunerated directorships ead1ca87 2000-11-10 Peter Emery uk.org.publicwhip/member/187 Peter Emery uk.org.publicwhip/person/10187 0 2000-11-10-ead1ca87-10187-0
dde4732ab3c730c1f586d88e5e5c9384807eef10 London MOT Centre Ltd.; motor testing and garages. Remunerated directorships ead1ca87 2000-11-10 Peter Emery uk.org.publicwhip/member/187 Peter Emery uk.org.publicwhip/person/10187 1 2000-11-10-ead1ca87-10187-0
5e51841cbb922e5afba49c96a684fd538be723e0 Occasional fees for writing, television and broadcasting. Remunerated employment, office, profession, etc. f3967f4d 2000-11-10 Peter Emery uk.org.publicwhip/member/187 Peter Emery uk.org.publicwhip/person/10187 0 2000-11-10-f3967f4d-10187-0
82a16bbead88a59fa28f5e34ee2e9e4d1e3481dc London MOT Centre Ltd. Registrable shareholdings 3aff2389 2000-11-10 Peter Emery uk.org.publicwhip/member/187 Peter Emery uk.org.publicwhip/person/10187 0 2000-11-10-3aff2389-10187-0
da09f954fabffd73d749bbda6899822876c76710 Trustee (unremunerated), National Asthma Campaign; the asthma charity. Miscellaneous and unremunerated interests 265f2269 2000-11-10 Peter Emery uk.org.publicwhip/member/187 Peter Emery uk.org.publicwhip/person/10187 0 2000-11-10-265f2269-10187-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 21.762ms · Data source: mySociety Data · About: simonw/register-of-members-interests-datasette