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-30-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
3388f6533077743be5321cb761a1283ebd6540fe Name of donor: Labour Friends of Israel Overseas visits 80ef1083 2015-03-30 Gemma Doyle uk.org.publicwhip/member/40649 Gemma Doyle uk.org.publicwhip/person/24918 0 2015-03-30-80ef1083-24918-0
75f51864f3ba20fb2383bb9226c52811255de19e Address of donor: BM LFI, London W1N 3XX Overseas visits 80ef1083 2015-03-30 Gemma Doyle uk.org.publicwhip/member/40649 Gemma Doyle uk.org.publicwhip/person/24918 1 2015-03-30-80ef1083-24918-0
1936b5fa891c61293181802be5cd3dc78c1b5ed6 Amount of donation (or estimate of the probable value): flights, accommodation, food & drink and additional transport, total cost £1,800 Overseas visits 80ef1083 2015-03-30 Gemma Doyle uk.org.publicwhip/member/40649 Gemma Doyle uk.org.publicwhip/person/24918 2 2015-03-30-80ef1083-24918-0
d61630ece8b19195badca03fb5167e002f899bb7 Destination of visit: Israel and Palestinian Territories Overseas visits 80ef1083 2015-03-30 Gemma Doyle uk.org.publicwhip/member/40649 Gemma Doyle uk.org.publicwhip/person/24918 3 2015-03-30-80ef1083-24918-0
08bb24d602a61e5a00f03c9e45764cf661590686 Date of visit: 29 September - 4 October 2013 Overseas visits 80ef1083 2015-03-30 Gemma Doyle uk.org.publicwhip/member/40649 Gemma Doyle uk.org.publicwhip/person/24918 4 2015-03-30-80ef1083-24918-0
b26a3cbe834fe6ada34936fa2c4e702e70d9ef0d Purpose of visit: fact-finding visit with a focus on defence and security. Overseas visits 80ef1083 2015-03-30 Gemma Doyle uk.org.publicwhip/member/40649 Gemma Doyle uk.org.publicwhip/person/24918 5 2015-03-30-80ef1083-24918-0
816c2f2b3019d5b009ff753a74f698d541b0c021 (Registered 14 April 2014) Overseas visits 80ef1083 2015-03-30 Gemma Doyle uk.org.publicwhip/member/40649 Gemma Doyle uk.org.publicwhip/person/24918 6 2015-03-30-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 16.239ms · Data source: mySociety Data · About: simonw/register-of-members-interests-datasette