home / regmem

Menu
  • GraphQL API

items

Table actions
  • GraphQL API for items

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

10 rows where member_id = "uk.org.publicwhip/member/346" 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
b6a003d0785da99b9d0d9fb1fa7bb2a657733b60 Occasional surveys for MORI, the fees from which are paid to Middlesbrough South and East Cleveland Constituency Labour Party. Remunerated employment, office, profession etc 1f359ece 2001-05-14 Ashok Kumar uk.org.publicwhip/member/346 Ashok Kumar uk.org.publicwhip/person/10346 0 2001-05-14-1f359ece-10346-0
96fce06453fbf09043c7873c01b73ebc57429175 18-27 February 2000, to India; flights paid for by Labour Friends of India, which is funded by donations from various British Indian companies and individuals, and hospitality and internal travel provided by the Indian Government. (Registered 7 March 2000) Overseas visits 80ef1083 2001-05-14 Ashok Kumar uk.org.publicwhip/member/346 Ashok Kumar uk.org.publicwhip/person/10346 0 2001-05-14-80ef1083-10346-0
3ae86dd16068ba74a72613ab17404f5ca05fb44a 26-31 March 2000, to Israel and the Palestinian Authority with Labour Friends of Israel to meet senior Israeli and Palestinian leaders in the Middle East Peace Process. Flight and accommodation paid for by Labour Friends of Israel. (Registered 12 April 2000) Overseas visits 80ef1083 2001-05-14 Ashok Kumar uk.org.publicwhip/member/346 Ashok Kumar uk.org.publicwhip/person/10346 1 2001-05-14-80ef1083-10346-0
5d3c7d10966b3de56d884af59d8d9d1bacdf72a1 Occasional surveys for MORI, the fees from which are paid to Middlesbrough South and East Cleveland Constituency Labour Party. Remunerated employment, office, profession etc 1f359ece 2000-11-10 Ashok Kumar uk.org.publicwhip/member/346 Ashok Kumar uk.org.publicwhip/person/10346 0 2000-11-10-1f359ece-10346-0
348cb298b655a96c35a85605166fe6b39bd24323 17 June 1999, to Paris, for study trip to headquarters of Eutelsat (European Telecommunications Satellite Organisation), to learn about technological developments in satellite transmission and operations, including digital technology. Visit jointly sponsored by Parliamentary Cable and Satellite Group and Eutelsat; all transport provided by Eutelsat (Registered 5 July 1999) Overseas visits 80ef1083 2000-11-10 Ashok Kumar uk.org.publicwhip/member/346 Ashok Kumar uk.org.publicwhip/person/10346 0 2000-11-10-80ef1083-10346-0
9e29b09bb493f75cb3e59cdb2ae37a59fae751c3 6-9 September 1999, to Switzerland and Northern Italy with the All-Party Parliamentary Rail Freight Group, to enable parliamentarians to study rail freight services across the Alps and to the UK. Accommodation and travel costs were met by the Rail Freight Group. (Registered 7 October 1999) Overseas visits 80ef1083 2000-11-10 Ashok Kumar uk.org.publicwhip/member/346 Ashok Kumar uk.org.publicwhip/person/10346 1 2000-11-10-80ef1083-10346-0
495242074f3343edacfbf22baaf8a1a3651fd6ae 10-13 October 1999, to Bahrain for study tour at the invitation and expense of the Gulf Centre for Strategic Studies. (Registered 9 November 1999) Overseas visits 80ef1083 2000-11-10 Ashok Kumar uk.org.publicwhip/member/346 Ashok Kumar uk.org.publicwhip/person/10346 2 2000-11-10-80ef1083-10346-0
b0d5a35aacb5b31edb0747a495448488417e0ae9 18-27 February 2000, to India; flights paid for by Labour Friends of India, which is funded by donations from various British Indian companies and individuals, and hospitality and internal travel provided by the Indian Government. (Registered 7 March 2000) Overseas visits 80ef1083 2000-11-10 Ashok Kumar uk.org.publicwhip/member/346 Ashok Kumar uk.org.publicwhip/person/10346 3 2000-11-10-80ef1083-10346-0
9ceb1110c82106d05443fd4b5b99086f06c2336e 26-31 March 2000, to Israel and the Palestinian Authority with Labour Friends of Israel to meet senior Israeli and Palestinian leaders in the Middle East Peace Process. Flight and accommodation paid for by Labour Friends of Israel. (Registered 12 April 2000) Overseas visits 80ef1083 2000-11-10 Ashok Kumar uk.org.publicwhip/member/346 Ashok Kumar uk.org.publicwhip/person/10346 4 2000-11-10-80ef1083-10346-0
566ccc88efe0dcd697864604be2f550453299de7 Gift of a watch from the Amir of Bahrain which will be donated to the charity OXFAM, in Guisborough. (Registered 10 December 1998) Overseas benefits and gifts a41b9847 2000-11-10 Ashok Kumar uk.org.publicwhip/member/346 Ashok Kumar uk.org.publicwhip/person/10346 0 2000-11-10-a41b9847-10346-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 149.331ms · Data source: mySociety Data · About: simonw/register-of-members-interests-datasette