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-03-09-80ef1083-10354-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
c0b49f2b1719fed9d562ce47e7bf320ab8393047 Name of donor: (1) Chatham House; (2) Centre for European Reform Overseas visits 80ef1083 2015-03-09 Christopher Leslie uk.org.publicwhip/member/40460 Chris Leslie uk.org.publicwhip/person/10354 0 2015-03-09-80ef1083-10354-0
b8587825b886efbd20c49881a68f6a279d6d24ee Address of donor: (1) 10 St James’s Square, London SW1Y 4LE; (2) 14 Great College St, London SW1P 3RX Overseas visits 80ef1083 2015-03-09 Christopher Leslie uk.org.publicwhip/member/40460 Chris Leslie uk.org.publicwhip/person/10354 1 2015-03-09-80ef1083-10354-0
f89c39e771cbd1448e03dc5dbe7ee5650c517b48 Amount of donation (or estimate of the probable value): (1) Return flights at £453.64 and car parking at £60.70; (2) Hotel stay for two nights at £254; £768.34 in total Overseas visits 80ef1083 2015-03-09 Christopher Leslie uk.org.publicwhip/member/40460 Chris Leslie uk.org.publicwhip/person/10354 2 2015-03-09-80ef1083-10354-0
a4263caff6ca8135aedb8b78ea68efdb2068a5af Destination of visit: Krakow, Poland Overseas visits 80ef1083 2015-03-09 Christopher Leslie uk.org.publicwhip/member/40460 Chris Leslie uk.org.publicwhip/person/10354 3 2015-03-09-80ef1083-10354-0
9ab7771c63752d2fd38c4792ba2aa3340f741584 Date of visit: 5-7 June 2014 Overseas visits 80ef1083 2015-03-09 Christopher Leslie uk.org.publicwhip/member/40460 Chris Leslie uk.org.publicwhip/person/10354 4 2015-03-09-80ef1083-10354-0
1929438e1faed0336d4d9653a7f69e3c47464fc1 Purpose of visit: To attend British-Polish round table event Overseas visits 80ef1083 2015-03-09 Christopher Leslie uk.org.publicwhip/member/40460 Chris Leslie uk.org.publicwhip/person/10354 5 2015-03-09-80ef1083-10354-0
541846a57d27bc4d0e555f9fa429645315455d46 (Registered 10 June 2014) Overseas visits 80ef1083 2015-03-09 Christopher Leslie uk.org.publicwhip/member/40460 Chris Leslie uk.org.publicwhip/person/10354 6 2015-03-09-80ef1083-10354-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 16.158ms · Data source: mySociety Data · About: simonw/register-of-members-interests-datasette