home / regmem

Menu
  • GraphQL API

items

Table actions
  • GraphQL API for items

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

11 rows where member_id = "uk.org.publicwhip/member/839" sorted by date descending

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: item, category_id, date (date)

hash item category_id date ▲ member_id person_id sort_order record_id
f70ec02017bbacd821ec017cfe1dba93e6766820 Member of the Faculty of Advocates in Edinburgh, no longer in practice. Remunerated employment, office, profession etc 1f359ece 2005-04-11 Alistair Darling uk.org.publicwhip/member/839 Alistair Darling uk.org.publicwhip/person/10153 0 2005-04-11-1f359ece-10153-0
4cc4c49c53a7739d45394e03ce720db1be5c13f8 Member of the Faculty of Advocates in Edinburgh, no longer in practice. Remunerated employment, office, profession etc... 5177ae6a 2005-01-28 Alistair Darling uk.org.publicwhip/member/839 Alistair Darling uk.org.publicwhip/person/10153 0 2005-01-28-5177ae6a-10153-0
22ef7d425ad4960a3376a8e7d73dbf9c1f07c02c Member of the Faculty of Advocates in Edinburgh, no longer in practice. Remunerated employment, office, profession etc 1f359ece 2004-12-03 Alistair Darling uk.org.publicwhip/member/839 Alistair Darling uk.org.publicwhip/person/10153 0 2004-12-03-1f359ece-10153-0
dac36b67b16e377a128ffb75b4458ac6159c9a48 Member of the Faculty of Advocates in Edinburgh, no longer in practice. Remunerated employment, office, profession etc 1f359ece 2004-10-22 Alistair Darling uk.org.publicwhip/member/839 Alistair Darling uk.org.publicwhip/person/10153 0 2004-10-22-1f359ece-10153-0
015dc68060faf42a11a0631efd342afa8fff476b Member of the Faculty of Advocates in Edinburgh, no longer in practice. Remunerated employment, office, profession etc 1f359ece 2004-09-08 Alistair Darling uk.org.publicwhip/member/839 Alistair Darling uk.org.publicwhip/person/10153 0 2004-09-08-1f359ece-10153-0
46dc287deac21e228926fd336b0ae531dee999c1 Member of the Faculty of Advocates in Edinburgh, no longer in practice. Remunerated employment, office, profession etc 1f359ece 2004-07-16 Alistair Darling uk.org.publicwhip/member/839 Alistair Darling uk.org.publicwhip/person/10153 0 2004-07-16-1f359ece-10153-0
2730e16e0645dc5142c162c340afb6999d52454a Member of the Faculty of Advocates in Edinburgh, no longer in practice. Remunerated employment, office, profession etc 1f359ece 2004-05-21 Alistair Darling uk.org.publicwhip/member/839 Alistair Darling uk.org.publicwhip/person/10153 0 2004-05-21-1f359ece-10153-0
342885ba73d872f65b531ebc5f39f2ad040dd62a Member of the Faculty of Advocates in Edinburgh, no longer in practice. Remunerated employment, office, profession etc 1f359ece 2004-01-31 Alistair Darling uk.org.publicwhip/member/839 Alistair Darling uk.org.publicwhip/person/10153 0 2004-01-31-1f359ece-10153-0
539572a42ceebd2ee32f6110db71102574e2c7b3 Member of the Faculty of Advocates in Edinburgh, no longer in practice. Remunerated employment, office, profession etc 1f359ece 2003-12-04 Alistair Darling uk.org.publicwhip/member/839 Alistair Darling uk.org.publicwhip/person/10153 0 2003-12-04-1f359ece-10153-0
8feff328d094a9ca60086d29832d3c5a5185f9da Member of the Faculty of Advocates in Edinburgh, no longer in practice. Remunerated employment, office, profession etc 1f359ece 2002-11-26 Alistair Darling uk.org.publicwhip/member/839 Alistair Darling uk.org.publicwhip/person/10153 0 2002-11-26-1f359ece-10153-0
b7c42fb2900de57117da8213eeccc222210dd1b0 Member of the Faculty of Advocates, no longer in practice. Remunerated employment, office, profession etc 1f359ece 2002-05-14 Alistair Darling uk.org.publicwhip/member/839 Alistair Darling uk.org.publicwhip/person/10153 0 2002-05-14-1f359ece-10153-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 18.367ms · Data source: mySociety Data · About: simonw/register-of-members-interests-datasette