home / regmem

Menu
  • GraphQL API

items

Table actions
  • GraphQL API for items

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

9 rows where member_id = "uk.org.publicwhip/member/663" 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
454153bfa521eb3728006d87eeb2d86951500136 Associate Editor, House Magazine. (£1,001-£5,000) Remunerated employment, office, profession etc 1f359ece 2001-05-14 Mark Oaten uk.org.publicwhip/member/663 Mark Oaten uk.org.publicwhip/person/10459 0 2001-05-14-1f359ece-10459-0
88c43330631dde394caa7480285b56b0b4238ca2 Payment for various speeches and television appearances. Remunerated employment, office, profession etc 1f359ece 2001-05-14 Mark Oaten uk.org.publicwhip/member/663 Mark Oaten uk.org.publicwhip/person/10459 1 2001-05-14-1f359ece-10459-0
9903bd5f0b11495cc235bae81574a36eadbc5278 Funding, subject to an annual limit of £5000, from the Association of Suppliers for Special Physical Needs, towards the expenses of a researcher in my Westminster office on disability issues. Sponsorship or financial or material support 9e46def6 2001-05-14 Mark Oaten uk.org.publicwhip/member/663 Mark Oaten uk.org.publicwhip/person/10459 0 2001-05-14-9e46def6-10459-0
ba73cacc0660eb6a8b7ac08d4d384f930300577e Printing of my annual report by Denplan. Sponsorship or financial or material support 9e46def6 2001-05-14 Mark Oaten uk.org.publicwhip/member/663 Mark Oaten uk.org.publicwhip/person/10459 1 2001-05-14-9e46def6-10459-0
02458dd2f5e1a74686048cc7ab41745e9e959640 June 2000, to Israel to meet with politicians, funded by the Israeli Government. (Registered 7 August 2000) Overseas visits 80ef1083 2001-05-14 Mark Oaten uk.org.publicwhip/member/663 Mark Oaten uk.org.publicwhip/person/10459 0 2001-05-14-80ef1083-10459-0
83e357e8992034d83d9037451866a419a7afbcc4 Associate Editor, House Magazine. (£1,001-£5,000) Remunerated employment, office, profession etc 1f359ece 2000-11-10 Mark Oaten uk.org.publicwhip/member/663 Mark Oaten uk.org.publicwhip/person/10459 0 2000-11-10-1f359ece-10459-0
e08db60c8f1a4f4097917006856a338377108037 Payment for various speeches and television appearances. Remunerated employment, office, profession etc 1f359ece 2000-11-10 Mark Oaten uk.org.publicwhip/member/663 Mark Oaten uk.org.publicwhip/person/10459 1 2000-11-10-1f359ece-10459-0
0b3e295ebfeb8d01e1d635b134ba15bd182fe66f Funding, subject to an annual limit of £5000, from the Association of Suppliers for Special Physical Needs, towards the expenses of a researcher in my Westminster office on disability issues. Sponsorship or financial or material support 9e46def6 2000-11-10 Mark Oaten uk.org.publicwhip/member/663 Mark Oaten uk.org.publicwhip/person/10459 0 2000-11-10-9e46def6-10459-0
df8472b70b6414b48155a9e8c1a407b6713e6e1c June 2000, to Israel to meet with politicians, funded by the Israeli Government. (Registered 7 August 2000) Overseas visits 80ef1083 2000-11-10 Mark Oaten uk.org.publicwhip/member/663 Mark Oaten uk.org.publicwhip/person/10459 0 2000-11-10-80ef1083-10459-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 24.429ms · Data source: mySociety Data · About: simonw/register-of-members-interests-datasette