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-01-26-80ef1083-24918-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
8915e5ea09436bedeb40d1e5d147ecd38e362016 Name of donor: Labour Friends of Israel Overseas visits 80ef1083 2015-01-26 Gemma Doyle uk.org.publicwhip/member/40649 Gemma Doyle uk.org.publicwhip/person/24918 0 2015-01-26-80ef1083-24918-0
366ca35b8122641ed08424f00003ca5d962f76f4 Address of donor: BM LFI, London W1N 3XX Overseas visits 80ef1083 2015-01-26 Gemma Doyle uk.org.publicwhip/member/40649 Gemma Doyle uk.org.publicwhip/person/24918 1 2015-01-26-80ef1083-24918-0
29de7dcf9b4bce19eb0b0ccd68ed3ae7c421838f Amount of donation (or estimate of the probable value): flights, accommodation, food & drink and additional transport, total cost £1,800 Overseas visits 80ef1083 2015-01-26 Gemma Doyle uk.org.publicwhip/member/40649 Gemma Doyle uk.org.publicwhip/person/24918 2 2015-01-26-80ef1083-24918-0
807521429e198e3e52d8730d5f726d2fd611af7e Destination of visit: Israel and Palestinian Territories Overseas visits 80ef1083 2015-01-26 Gemma Doyle uk.org.publicwhip/member/40649 Gemma Doyle uk.org.publicwhip/person/24918 3 2015-01-26-80ef1083-24918-0
e61aed900b9d5a76870f086e7719562fa109d18e Date of visit: 29 September - 4 October 2013 Overseas visits 80ef1083 2015-01-26 Gemma Doyle uk.org.publicwhip/member/40649 Gemma Doyle uk.org.publicwhip/person/24918 4 2015-01-26-80ef1083-24918-0
69614f332ef7b4981721f6dbdc535d740d13fcf6 Purpose of visit: fact-finding visit with a focus on defence and security. Overseas visits 80ef1083 2015-01-26 Gemma Doyle uk.org.publicwhip/member/40649 Gemma Doyle uk.org.publicwhip/person/24918 5 2015-01-26-80ef1083-24918-0
8214d8249ce95acffac574a2cfd3c26e5d0bee4c (Registered 14 April 2014) Overseas visits 80ef1083 2015-01-26 Gemma Doyle uk.org.publicwhip/member/40649 Gemma Doyle uk.org.publicwhip/person/24918 6 2015-01-26-80ef1083-24918-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 148.255ms · Data source: mySociety Data · About: simonw/register-of-members-interests-datasette