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-09-80ef1083-24847-2" 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
ba7ea6e0ff7b81e204d8833aebff7b561626f32a Name of donor: Medical Aid for Palestinians Overseas visits 80ef1083 2015-03-09 Gavin Shuker uk.org.publicwhip/member/40380 Gavin Shuker uk.org.publicwhip/person/24847 0 2015-03-09-80ef1083-24847-2
bfafd708b35b3b04fbe09d725b25de6fb993e432 Address of donor: 33a Islington Park Street, London N1 1QB Overseas visits 80ef1083 2015-03-09 Gavin Shuker uk.org.publicwhip/member/40380 Gavin Shuker uk.org.publicwhip/person/24847 1 2015-03-09-80ef1083-24847-2
5a8e77567930bed4095164d39c3f3a647f244d0a Amount of donation (or estimate of the probable value): costs of flights, accommodation and transport totaling £1,100 Overseas visits 80ef1083 2015-03-09 Gavin Shuker uk.org.publicwhip/member/40380 Gavin Shuker uk.org.publicwhip/person/24847 2 2015-03-09-80ef1083-24847-2
1c7257cf3051af8184b59b9e3bb8ce6a7cdc660c Destination of visit: West Bank and Israel Overseas visits 80ef1083 2015-03-09 Gavin Shuker uk.org.publicwhip/member/40380 Gavin Shuker uk.org.publicwhip/person/24847 3 2015-03-09-80ef1083-24847-2
be72b25daea8874cdcd5b540aca4388c10c007f8 Date of visit: 16-19 January 2015 Overseas visits 80ef1083 2015-03-09 Gavin Shuker uk.org.publicwhip/member/40380 Gavin Shuker uk.org.publicwhip/person/24847 4 2015-03-09-80ef1083-24847-2
0216c814266b9002142b4195f8081a92b93d8e05 Purpose of visit: fact finding visit to the West Bank organised by the Council for Arab-British Understanding and Medical Aid for Palestinians. Overseas visits 80ef1083 2015-03-09 Gavin Shuker uk.org.publicwhip/member/40380 Gavin Shuker uk.org.publicwhip/person/24847 5 2015-03-09-80ef1083-24847-2
ed8d0d6caf3b294743fc0f81c4deb5ec3da70c54 (Registered 4 February 2015) Overseas visits 80ef1083 2015-03-09 Gavin Shuker uk.org.publicwhip/member/40380 Gavin Shuker uk.org.publicwhip/person/24847 6 2015-03-09-80ef1083-24847-2

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 14.438ms · Data source: mySociety Data · About: simonw/register-of-members-interests-datasette