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/1069" sorted by date descending

✎ View and edit SQL

This data as json, CSV (advanced)

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

hash item category_id date ▲ member_id person_id sort_order record_id
80340c6a0656897f0bb84fa389ae1022d6754221 11-12 November 2004, to Paris, to address the AGM of the Association of Private Clients and Investment Managers and Stockbrokers (APCIMS). The APCIMS paid for my Eurostar return to Paris and hotel accommodation for two nights. (Registered 15 November 2004) Overseas visits 80ef1083 2005-04-11 John McFall uk.org.publicwhip/member/1069 John McFall uk.org.publicwhip/person/10384 0 2005-04-11-80ef1083-10384-0
af640d271e50523f6839d358523ec494db9f1a01 11-12 November 2004, to Paris, to address the AGM of the Association of Private Clients and Investment Managers and Stockbrokers (APCIMS). The APCIMS paid for my Eurostar return to Paris and hotel accommodation for two nights. (Registered 15 November 2004) Overseas visits 80ef1083 2005-01-28 John McFall uk.org.publicwhip/member/1069 John McFall uk.org.publicwhip/person/10384 0 2005-01-28-80ef1083-10384-0
c36d393279e638bb0939e5f53f144bb2e9d51937 11-12 November 2004, to Paris, to address the AGM of the Association of Private Clients and Investment Managers and Stockbrokers (APCIMS). The APCIMS paid for my Eurostar return to Paris and hotel accommodation for two nights. (Registered 15 November 2004) Overseas visits 80ef1083 2004-12-03 John McFall uk.org.publicwhip/member/1069 John McFall uk.org.publicwhip/person/10384 0 2004-12-03-80ef1083-10384-0
cb1954a49d94f392abe64558d3d2f093d7f24d7a 17-26 May 2003, to Zambia, at the invitation of the Scottish Catholic International Aid Fund (SCIAF) to visit development projects in Shangombo district and meet NGOs and goverment in Lusaka. (Registered 3 June 2003) Overseas visits 80ef1083 2004-05-21 John McFall uk.org.publicwhip/member/1069 John McFall uk.org.publicwhip/person/10384 0 2004-05-21-80ef1083-10384-0
749a123ff13bbfe9cab10f0f02467e9c3e4eea11 17-26 May 2003, to Zambia, at the invitation of the Scottish Catholic International Aid Fund (SCIAF) to visit development projects in Shangombo district and meet NGOs and goverment in Lusaka. (Registered 3 June 2003) Overseas visits 80ef1083 2004-01-31 John McFall uk.org.publicwhip/member/1069 John McFall uk.org.publicwhip/person/10384 0 2004-01-31-80ef1083-10384-0
f4be64c3d7ee8dbe02266db3f451c62fee6cc54d 17-26 May 2003, to Zambia, at the invitation of the Scottish Catholic International Aid Fund (SCIAF) to visit development projects in Shangombo district and meet NGOs and goverment in Lusaka. (Registered 3 June 2003) Overseas visits 80ef1083 2003-12-04 John McFall uk.org.publicwhip/member/1069 John McFall uk.org.publicwhip/person/10384 0 2003-12-04-80ef1083-10384-0
30c69a202bdc862d3ed2a50d3b1e3321124bb3cb Flat in London, currently for sale. Rental income received pending sale of flat. Land and Property 4f1e6359 2002-11-26 John McFall uk.org.publicwhip/member/1069 John McFall uk.org.publicwhip/person/10384 0 2002-11-26-4f1e6359-10384-0
72a167b015d303b8d9cfe61180ce2628916f1250 My constituency party received a donation to the 2001 General Election expenses of less than 25% of total expenses from the Co-operative Party. (Registered 15 June 2001) Sponsorship or financial or material support 9e46def6 2002-05-14 John McFall uk.org.publicwhip/member/1069 John McFall uk.org.publicwhip/person/10384 0 2002-05-14-9e46def6-10384-0
e4dc4871a168f4fee966906360d5402703a32e89 Property in Dumbarton which I use as a constituency office. Land and Property 4f1e6359 2002-05-14 John McFall uk.org.publicwhip/member/1069 John McFall uk.org.publicwhip/person/10384 0 2002-05-14-4f1e6359-10384-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 17.288ms · Data source: mySociety Data · About: simonw/register-of-members-interests-datasette