home / regmem

Menu
  • GraphQL API

items

Table actions
  • GraphQL API for items

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

3 rows where record_id = "2001-05-14-80ef1083-10088-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
5ed32533305e1900519776ebb26600b3cf6fb888 13-16 August 2000, to Los Angeles, USA, to attend the Democratic Convention as an observer. My hotel accommodation for four nights was paid by BBC Scotland, for whom I made a number of broadcasts (for which I received no other fee). (Registered 15 September 2000) Overseas visits 80ef1083 2001-05-14 Menzies Campbell uk.org.publicwhip/member/88 Menzies Campbell uk.org.publicwhip/person/10088 0 2001-05-14-80ef1083-10088-0
4cd37fe050a024239ceaa68d8ce47f34049c3844 5-10 September 2000, to Damascus and Beirut as a member of the Commission of Inquiry into Palestinian refugees. Travel and expenses paid for by the Commission of Inquiry. Hotel accommodation in Damascus and Beirut paid for by the Meridien Hotel Group. (Registered 10 October 2000) Overseas visits 80ef1083 2001-05-14 Menzies Campbell uk.org.publicwhip/member/88 Menzies Campbell uk.org.publicwhip/person/10088 1 2001-05-14-80ef1083-10088-0
5528c6e88698cc61dc819bfa3966ba11b707d335 14-19 February 2001, to Japan to attend the annual conference of the UK Japan 21st Century Group. Air fares and accommodation were paid by the group. (Registered 27 February 2001) Overseas visits 80ef1083 2001-05-14 Menzies Campbell uk.org.publicwhip/member/88 Menzies Campbell uk.org.publicwhip/person/10088 2 2001-05-14-80ef1083-10088-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 292.824ms · Data source: mySociety Data · About: simonw/register-of-members-interests-datasette