home / regmem

Menu
  • GraphQL API

items

Table actions
  • GraphQL API for items

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

8 rows where record_id = "2015-01-26-80ef1083-10106-1" 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
e0e255605a6e76dbd2743f3a5b8e70b8b21473cf Name of donor: Conservative Friends of Israel Overseas visits 80ef1083 2015-01-26 James Clappison uk.org.publicwhip/member/40314 James Clappison uk.org.publicwhip/person/10106 0 2015-01-26-80ef1083-10106-1
dd78a746f168b85be5c5ccaab8d4f945148b22f3 Address of donor: c/o Shelley Stock Hunter LLP, 7-10 Chandos St, London Overseas visits 80ef1083 2015-01-26 James Clappison uk.org.publicwhip/member/40314 James Clappison uk.org.publicwhip/person/10106 1 2015-01-26-80ef1083-10106-1
ed614652a5fd242ec183bd5b7ed19b2e3e7a1627 W1G 9DG Overseas visits 80ef1083 2015-01-26 James Clappison uk.org.publicwhip/member/40314 James Clappison uk.org.publicwhip/person/10106 2 2015-01-26-80ef1083-10106-1
2458acf36743494e2f4245b20866ca7d80b10d93 Amount of donation (or estimate of the probable value): £2,000 Overseas visits 80ef1083 2015-01-26 James Clappison uk.org.publicwhip/member/40314 James Clappison uk.org.publicwhip/person/10106 3 2015-01-26-80ef1083-10106-1
e2f0669fb6e30440473ec3b623b49a993a525179 Destination of visit: Israel and the West Bank Overseas visits 80ef1083 2015-01-26 James Clappison uk.org.publicwhip/member/40314 James Clappison uk.org.publicwhip/person/10106 4 2015-01-26-80ef1083-10106-1
b6ac0a3a67a93004f12f8cea8efbd0af78019851 Date of visit: 16-21 February 2014 Overseas visits 80ef1083 2015-01-26 James Clappison uk.org.publicwhip/member/40314 James Clappison uk.org.publicwhip/person/10106 5 2015-01-26-80ef1083-10106-1
a054b9baea41a38a5db1072167e37ed123169bc7 Purpose of visit: fact finding political delegation Overseas visits 80ef1083 2015-01-26 James Clappison uk.org.publicwhip/member/40314 James Clappison uk.org.publicwhip/person/10106 6 2015-01-26-80ef1083-10106-1
14a603c1744e02ae6a851a9f59740585d6a7e441 (Registered 21 March 2014) Overseas visits 80ef1083 2015-01-26 James Clappison uk.org.publicwhip/member/40314 James Clappison uk.org.publicwhip/person/10106 7 2015-01-26-80ef1083-10106-1

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 53.785ms · Data source: mySociety Data · About: simonw/register-of-members-interests-datasette