home / regmem

Menu
  • GraphQL API

items

Table actions
  • GraphQL API for items

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

6 rows where member_id = "uk.org.publicwhip/member/154" 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
8edd91e4867f8765e05186a759efcc97dba2cfd1 Partner in Kenneth Elliott & Rowe, solicitors in Romford, Essex. Remunerated employment, office, profession etc 1f359ece 2001-05-14 Keith Darvill uk.org.publicwhip/member/154 Keith Darvill uk.org.publicwhip/person/10154 0 2001-05-14-1f359ece-10154-0
99d8e9543eacb01c6eab9be2fabbbcf7381b5c93 7-17 September 1999, to Syria, Jordan, the Palestinian Authority and the Occupied West Bank. Hospitality provided by the Syrian People's Assembly and the Jordanian Parliament. Travel and accommodation costs were paid by the Council of Arab Ambassadors. (Registered 17 March 2000) Overseas visits 80ef1083 2001-05-14 Keith Darvill uk.org.publicwhip/member/154 Keith Darvill uk.org.publicwhip/person/10154 0 2001-05-14-80ef1083-10154-0
8a39aea27e7b54f01b6b8513d331e9e99356e71e 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. Hospitality provided by the Indian Government. (Registered 17 March 2000) Overseas visits 80ef1083 2001-05-14 Keith Darvill uk.org.publicwhip/member/154 Keith Darvill uk.org.publicwhip/person/10154 1 2001-05-14-80ef1083-10154-0
e63473e8c3325b086b3a670c3d307462719634a4 Partner in Kenneth Elliott & Rowe, solicitors in Romford, Essex. Remunerated employment, office, profession etc 1f359ece 2000-11-10 Keith Darvill uk.org.publicwhip/member/154 Keith Darvill uk.org.publicwhip/person/10154 0 2000-11-10-1f359ece-10154-0
7b64e2213a28bd6aed07776e2ebbda2c668f32e8 7-17 September 1999, to Syria, Jordan, the Palestinian Authority and the Occupied West Bank. Hospitality provided by the Syrian People's Assembly and the Jordanian Parliament. Travel and accommodation costs were paid by the Council of Arab Ambassadors. (Registered 17 March 2000) Overseas visits 80ef1083 2000-11-10 Keith Darvill uk.org.publicwhip/member/154 Keith Darvill uk.org.publicwhip/person/10154 0 2000-11-10-80ef1083-10154-0
7c5c0de3f826dbe5a45b95bc75fd7138dba764df 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. Hospitality provided by the Indian Government. (Registered 17 March 2000) Overseas visits 80ef1083 2000-11-10 Keith Darvill uk.org.publicwhip/member/154 Keith Darvill uk.org.publicwhip/person/10154 1 2000-11-10-80ef1083-10154-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 36.826ms · Data source: mySociety Data · About: simonw/register-of-members-interests-datasette