home / regmem

Menu
  • GraphQL API

items

Table actions
  • GraphQL API for items

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

4 rows where record_id = "2001-05-14-1f359ece-10137-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
b23013aa35cb85f9560de526057f8e0847dd18db Occasional income from writing and articles. Remunerated employment, office, profession etc 1f359ece 2001-05-14 Jim Cousins uk.org.publicwhip/member/137 Jim Cousins uk.org.publicwhip/person/10137 0 2001-05-14-1f359ece-10137-0
026908578f6695eaa6429ee08a513b3e8d59a3a1 Member of Harris Parliamentary Panel. (£1-£1,000) . Fees are donated elsewhere. Remunerated employment, office, profession etc 1f359ece 2001-05-14 Jim Cousins uk.org.publicwhip/member/137 Jim Cousins uk.org.publicwhip/person/10137 1 2001-05-14-1f359ece-10137-0
81b9f2846c55e972bcc02293765841bab7026afc Member of Political Opinion Panel of BPRI (Business Planning and Research International). Fees are donated elsewhere. Remunerated employment, office, profession etc 1f359ece 2001-05-14 Jim Cousins uk.org.publicwhip/member/137 Jim Cousins uk.org.publicwhip/person/10137 2 2001-05-14-1f359ece-10137-0
4ba662cd7f6fcab46180ac38467e5a46f283e9d3 Member of Advisory Group of Shareholder Services; an online financial services news and information service (February-May 2000). The fee was donated elsewhere and no direct financial benefit came to me. Remunerated employment, office, profession etc 1f359ece 2001-05-14 Jim Cousins uk.org.publicwhip/member/137 Jim Cousins uk.org.publicwhip/person/10137 3 2001-05-14-1f359ece-10137-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 23.39ms · Data source: mySociety Data · About: simonw/register-of-members-interests-datasette