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 = "2010-02-24-80ef1083-10241-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
2c10107e3321fd077c29cced4859770f2ddcba92 6-8 May 2009, to Italy, to attend Transatlantic Council on Migration at Bellagio. Travel and accommodation paid by Transatlantic Council on Migration. (Registered 14 May 2009) Overseas visits 80ef1083 2010-02-24 Damian Green uk.org.publicwhip/member/1379 Damian Green uk.org.publicwhip/person/10241 0 2010-02-24-80ef1083-10241-0
082d674351f81e55f6b00ab416803a7eec110390 Name of donor: John Smith Memorial Trust Overseas visits 80ef1083 2010-02-24 Damian Green uk.org.publicwhip/member/1379 Damian Green uk.org.publicwhip/person/10241 1 2010-02-24-80ef1083-10241-0
eab87339d587cad8fe13b8dd3d03c82ca12da6e5 Address of donor: 3rd Floor, Tulip House, 70 Borough High Street, London SE1 1XF. Overseas visits 80ef1083 2010-02-24 Damian Green uk.org.publicwhip/member/1379 Damian Green uk.org.publicwhip/person/10241 2 2010-02-24-80ef1083-10241-0
05aef7dde583652ae80d1948e04487f77c63df1e Amount of donation (or estimate of the probable value): £1563.50 Overseas visits 80ef1083 2010-02-24 Damian Green uk.org.publicwhip/member/1379 Damian Green uk.org.publicwhip/person/10241 3 2010-02-24-80ef1083-10241-0
e30e731d4e7c54ae7c7ca22ba32dd1be19be242e Destination of visit: Azerbaijan Overseas visits 80ef1083 2010-02-24 Damian Green uk.org.publicwhip/member/1379 Damian Green uk.org.publicwhip/person/10241 4 2010-02-24-80ef1083-10241-0
494da1d98b42bbcc752373b82f6e27fd9d718704 Date of visit: 14-17 September 2009 Overseas visits 80ef1083 2010-02-24 Damian Green uk.org.publicwhip/member/1379 Damian Green uk.org.publicwhip/person/10241 5 2010-02-24-80ef1083-10241-0
2b6b57e493f8af359fbbca495358394dcb5e2330 Purpose of visit: to promote the work of the John Smith Memorial Trust, encourage applications for the 2010 Fellowship Programme, and meet with Fellows. Overseas visits 80ef1083 2010-02-24 Damian Green uk.org.publicwhip/member/1379 Damian Green uk.org.publicwhip/person/10241 6 2010-02-24-80ef1083-10241-0
8d806b095ae543412e8a2948876c534141753e67 (Registered 1 October 2009) Overseas visits 80ef1083 2010-02-24 Damian Green uk.org.publicwhip/member/1379 Damian Green uk.org.publicwhip/person/10241 7 2010-02-24-80ef1083-10241-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 13.709ms · Data source: mySociety Data · About: simonw/register-of-members-interests-datasette