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 = "2010-02-24-80ef1083-10055-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
7f0529f4de749ccd292a440d0b0305e6aeb8f602 Name of donor: Results UK Overseas visits 80ef1083 2010-02-24 David Borrow uk.org.publicwhip/member/1780 David Borrow uk.org.publicwhip/person/10055 0 2010-02-24-80ef1083-10055-0
dc18c9d7b3358ec919376c78e7cfe7df0a3c32e4 Address of donor: 25 Clemens St, Leamington Spa, CV31 2DP Overseas visits 80ef1083 2010-02-24 David Borrow uk.org.publicwhip/member/1780 David Borrow uk.org.publicwhip/person/10055 1 2010-02-24-80ef1083-10055-0
80b061fa185fbd471fd6af37763e64d52f410090 Amount of donation (or estimate of the probable value): £1,199.69 Overseas visits 80ef1083 2010-02-24 David Borrow uk.org.publicwhip/member/1780 David Borrow uk.org.publicwhip/person/10055 2 2010-02-24-80ef1083-10055-0
d4e488e9c2e40d65c879ad46124cecfc18f78bf3 Destination of visit: India Overseas visits 80ef1083 2010-02-24 David Borrow uk.org.publicwhip/member/1780 David Borrow uk.org.publicwhip/person/10055 3 2010-02-24-80ef1083-10055-0
bee4c6d055ae6796cd8809b91affcf50ac0c8744 Date of visit: 6-10 September 2009 Overseas visits 80ef1083 2010-02-24 David Borrow uk.org.publicwhip/member/1780 David Borrow uk.org.publicwhip/person/10055 4 2010-02-24-80ef1083-10055-0
0ffecd4c7e07e563be55c9131c9c4ea550f2b194 Purpose of visit: to learn how India is addressing major health challenges such as TB and HIV and to evaluate the impact of the UK Government's support to India. Overseas visits 80ef1083 2010-02-24 David Borrow uk.org.publicwhip/member/1780 David Borrow uk.org.publicwhip/person/10055 5 2010-02-24-80ef1083-10055-0
a4e5e9bb7c419cfb06b5540969eebddd92422117 (Registered 1 February 2010) Overseas visits 80ef1083 2010-02-24 David Borrow uk.org.publicwhip/member/1780 David Borrow uk.org.publicwhip/person/10055 6 2010-02-24-80ef1083-10055-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 17.878ms · Data source: mySociety Data · About: simonw/register-of-members-interests-datasette