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-02-23-80ef1083-24847-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
2e71fcdbb9ccaee7cc2c275cce789c3af97eaf16 Name of donor: Christian Aid Overseas visits 80ef1083 2015-02-23 Gavin Shuker uk.org.publicwhip/member/40380 Gavin Shuker uk.org.publicwhip/person/24847 0 2015-02-23-80ef1083-24847-0
8925aa479d12d52389113c9c47221126c7f165be Address of donor: 35 Lower Marsh, London SE1 7RL Overseas visits 80ef1083 2015-02-23 Gavin Shuker uk.org.publicwhip/member/40380 Gavin Shuker uk.org.publicwhip/person/24847 1 2015-02-23-80ef1083-24847-0
a333850e06114265c6e5901d79bd47ba84042d41 Amount of donation (or estimate of the probable value): £1,011.18 Overseas visits 80ef1083 2015-02-23 Gavin Shuker uk.org.publicwhip/member/40380 Gavin Shuker uk.org.publicwhip/person/24847 2 2015-02-23-80ef1083-24847-0
fbdcea061d7ce3f2313ab51c87ab286c8e95c0df Destination of visit: El Salvador Overseas visits 80ef1083 2015-02-23 Gavin Shuker uk.org.publicwhip/member/40380 Gavin Shuker uk.org.publicwhip/person/24847 3 2015-02-23-80ef1083-24847-0
39e2b81564a84b38cf885b5bb5a5b0fb7e0c10c3 Date of visit: 6-11 September 2014 Overseas visits 80ef1083 2015-02-23 Gavin Shuker uk.org.publicwhip/member/40380 Gavin Shuker uk.org.publicwhip/person/24847 4 2015-02-23-80ef1083-24847-0
d2a37661cacd25323318f4255e090ee7930ec8c2 Purpose of visit: to visit communities directly affected by climate change, meet parliamentarians, officials and a government minister working on the issue, and to meet other Christian Aid partner organisations. Overseas visits 80ef1083 2015-02-23 Gavin Shuker uk.org.publicwhip/member/40380 Gavin Shuker uk.org.publicwhip/person/24847 5 2015-02-23-80ef1083-24847-0
16d6c6ab7a33638d9aff4ba7148e903568ab1088 (Registered 23 September 2014) Overseas visits 80ef1083 2015-02-23 Gavin Shuker uk.org.publicwhip/member/40380 Gavin Shuker uk.org.publicwhip/person/24847 6 2015-02-23-80ef1083-24847-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 45.834ms · Data source: mySociety Data · About: simonw/register-of-members-interests-datasette