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-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
603625d42a3bee79dbf1b304a3b139937472aa3f Name of donor: World Wide Fund for Nature (WWF) 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-1
e7b1c648b8d992a417bcc893f41fa1186b509a75 Address of donor: The Living Planet Centre, Rufford House, Brewery Road, Woking GU21 4LL 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-1
c0b72a588b44955a31693dedd11303b562e65e5c Amount of donation (or estimate of the probable value): travel and accommodation at a value of £1,818.60 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-1
6100e72d023136e056426356b50cccd4af373e01 Destination of visit: Pakistan 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-1
8007bb245539a08ca3247102f6a2ecf5d424beb0 Date of visit: 19-25 October 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-1
2476ddf01484ed3b26cac6aaa28c2a107cab99a6 Purpose of visit: to visit climate change projects in Pakistan. 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-1
4a5af41ff6d2f5d3423cb9c685ef6eb29ea2a11c (Registered 19 November 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-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 116.638ms · Data source: mySociety Data · About: simonw/register-of-members-interests-datasette