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 = "2014-08-26-80ef1083-24859-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
14d2f34d1117275b49791711c21d441565d9328d Name of donor: International Dept, Cyprus House of Representatives Overseas visits 80ef1083 2014-08-26 Nick de Bois uk.org.publicwhip/member/40247 Nick de Bois uk.org.publicwhip/person/24859 0 2014-08-26-80ef1083-24859-0
bdb878a9e9780e64903a5a633ec688653aa217c9 Address of donor: Nicosia, Cyprus Overseas visits 80ef1083 2014-08-26 Nick de Bois uk.org.publicwhip/member/40247 Nick de Bois uk.org.publicwhip/person/24859 1 2014-08-26-80ef1083-24859-0
62f545d54f233b7387b962cd61c8b39a78d6e2b6 Amount of donation (or estimate of the probable value): £850 for accommodation, meals and transport Overseas visits 80ef1083 2014-08-26 Nick de Bois uk.org.publicwhip/member/40247 Nick de Bois uk.org.publicwhip/person/24859 2 2014-08-26-80ef1083-24859-0
5cc9647dad4587362622d485483b573fefd54343 Destination of visit: Nicosia, Cyprus Overseas visits 80ef1083 2014-08-26 Nick de Bois uk.org.publicwhip/member/40247 Nick de Bois uk.org.publicwhip/person/24859 3 2014-08-26-80ef1083-24859-0
8b4c3278c74bd5f5706b5dbbb04df9f96f35e302 Date of visit: 1 to 4 October 2013 Overseas visits 80ef1083 2014-08-26 Nick de Bois uk.org.publicwhip/member/40247 Nick de Bois uk.org.publicwhip/person/24859 4 2014-08-26-80ef1083-24859-0
b2f4f38a7a093c630ae11bf4769dee468ff77b77 Purpose of visit: Visit made with the Friends of Cyprus Group, to discuss the approaching start of UN sponsored bi-communal talks Overseas visits 80ef1083 2014-08-26 Nick de Bois uk.org.publicwhip/member/40247 Nick de Bois uk.org.publicwhip/person/24859 5 2014-08-26-80ef1083-24859-0
538efa3f35d771353b5e8633139bac7201874573 (Registered 14 October 2013) Overseas visits 80ef1083 2014-08-26 Nick de Bois uk.org.publicwhip/member/40247 Nick de Bois uk.org.publicwhip/person/24859 6 2014-08-26-80ef1083-24859-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 42.805ms · Data source: mySociety Data · About: simonw/register-of-members-interests-datasette