home / regmem

Menu
  • GraphQL API

items

Table actions
  • GraphQL API for items

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

7 rows where record_id = "2015-01-26-80ef1083-24762-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
ae5b9ccba206ffe373b661dd0d9e772b226a2bfb Name of donor: Labour Friends of Israel  Overseas visits 80ef1083 2015-01-26 Michael Dugher uk.org.publicwhip/member/40057 Michael Dugher uk.org.publicwhip/person/24762 0 2015-01-26-80ef1083-24762-0
81e184d3ac062794e3a4b3293975de95e4f4625e Address of donor: BM LFI, London W1N 3XX Overseas visits 80ef1083 2015-01-26 Michael Dugher uk.org.publicwhip/member/40057 Michael Dugher uk.org.publicwhip/person/24762 1 2015-01-26-80ef1083-24762-0
da789dd1fd3134c33e1b1bf1efd773aa5497fe23 Amount of donation (or estimate of the probable value): flights costing £550, additional transport costing £60, and accommodation, food and drink with a value of: £640; a total value of £1,250. (Some hospitality was also provided by the Israeli Government, Palestinian Authority and the IDC Herzliya.) Overseas visits 80ef1083 2015-01-26 Michael Dugher uk.org.publicwhip/member/40057 Michael Dugher uk.org.publicwhip/person/24762 2 2015-01-26-80ef1083-24762-0
6d06b4b6d3c5aec36dc2a5f883f6016166d7eb41 Destination of visit: Israel and the Palestinian territories Overseas visits 80ef1083 2015-01-26 Michael Dugher uk.org.publicwhip/member/40057 Michael Dugher uk.org.publicwhip/person/24762 3 2015-01-26-80ef1083-24762-0
7f011ff0fa3ee22a542bacf5d175cacf6cae5d89 Date of visit: 7-9 January 2014 Overseas visits 80ef1083 2015-01-26 Michael Dugher uk.org.publicwhip/member/40057 Michael Dugher uk.org.publicwhip/person/24762 4 2015-01-26-80ef1083-24762-0
32dbd7b437dad03911b78c9e652794e89654ca68 Purpose of visit: Fact-finding visit to Israel and the Palestinian territories. Overseas visits 80ef1083 2015-01-26 Michael Dugher uk.org.publicwhip/member/40057 Michael Dugher uk.org.publicwhip/person/24762 5 2015-01-26-80ef1083-24762-0
f8d62e61c3bae2ec3f334332ef58a9c40d092d68 (Registered 30 January 2014) Overseas visits 80ef1083 2015-01-26 Michael Dugher uk.org.publicwhip/member/40057 Michael Dugher uk.org.publicwhip/person/24762 6 2015-01-26-80ef1083-24762-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 15.26ms · Data source: mySociety Data · About: simonw/register-of-members-interests-datasette