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-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
e44ac97771b87d025a83d8bae524e2260906b68e Name of donor: Christian Aid 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-0
7bbc8bdfd548fba1633356571d2e948e2c170415 Address of donor: 35 Lower Marsh, London SE1 7RL 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-0
d92d155bd37d7cdbbc6b008278bc0db7870ed739 Amount of donation (or estimate of the probable value): £1,011.18 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-0
56748dc48cbac908cbedc35ee7cc72cbd2d84b23 Destination of visit: El Salvador 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-0
1f33ca02b9a7bb8cb29eb59710cc7210ce535536 Date of visit: 6-11 September 2014 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-0
e96ab199c657cfb852c5bdde4a66bf9bc0e3130d 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-03-09 Gavin Shuker uk.org.publicwhip/member/40380 Gavin Shuker uk.org.publicwhip/person/24847 5 2015-03-09-80ef1083-24847-0
0490b1a0918daecfceda2e72882c025bf065a580 (Registered 23 September 2014) 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-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 67.124ms · Data source: mySociety Data · About: simonw/register-of-members-interests-datasette