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-24847-1" 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
54d5be6fa6c675ebc7394a4921e13bc4a62fd8ec Name of donor: World Wide Fund for Nature (WWF) Overseas visits 80ef1083 2015-03-30 Gavin Shuker uk.org.publicwhip/member/40380 Gavin Shuker uk.org.publicwhip/person/24847 0 2015-03-30-80ef1083-24847-1
487b99c67baba3213575f8803f61066960736c37 Address of donor: The Living Planet Centre, Rufford House, Brewery Road, Woking GU21 4LL Overseas visits 80ef1083 2015-03-30 Gavin Shuker uk.org.publicwhip/member/40380 Gavin Shuker uk.org.publicwhip/person/24847 1 2015-03-30-80ef1083-24847-1
9ef6b43a561affe4600e44c4e6f5baa8a984fc16 Amount of donation (or estimate of the probable value): travel and accommodation at a value of £1,818.60 Overseas visits 80ef1083 2015-03-30 Gavin Shuker uk.org.publicwhip/member/40380 Gavin Shuker uk.org.publicwhip/person/24847 2 2015-03-30-80ef1083-24847-1
daa153f11214687630870b70d0f103678df8262d Destination of visit: Pakistan Overseas visits 80ef1083 2015-03-30 Gavin Shuker uk.org.publicwhip/member/40380 Gavin Shuker uk.org.publicwhip/person/24847 3 2015-03-30-80ef1083-24847-1
0809833d37d752de60d820765ed165afe6454309 Date of visit: 19-25 October 2014 Overseas visits 80ef1083 2015-03-30 Gavin Shuker uk.org.publicwhip/member/40380 Gavin Shuker uk.org.publicwhip/person/24847 4 2015-03-30-80ef1083-24847-1
0fa38c58b80a105d04adf4401bd6e3a303e4a1ac Purpose of visit: to visit climate change projects in Pakistan. Overseas visits 80ef1083 2015-03-30 Gavin Shuker uk.org.publicwhip/member/40380 Gavin Shuker uk.org.publicwhip/person/24847 5 2015-03-30-80ef1083-24847-1
5777d987d22410bd9fcde75e4aa49bb3ef9aabf8 (Registered 19 November 2014) Overseas visits 80ef1083 2015-03-30 Gavin Shuker uk.org.publicwhip/member/40380 Gavin Shuker uk.org.publicwhip/person/24847 6 2015-03-30-80ef1083-24847-1

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