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-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
1183f48a7a3f9dead105f55540ce3bb693db2aa4 Name of donor: Christian Aid 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-0
3e962351b4f53e4ba6316382cd8857a15e226b47 Address of donor: 35 Lower Marsh, London SE1 7RL 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-0
4e737165745f0587a444eeaa36a2f8d85e2e05a1 Amount of donation (or estimate of the probable value): £1,011.18 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-0
7430d30a444548a23ad3ee67cc079ce6e12e4e8f Destination of visit: El Salvador 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-0
af0f48c36c5bec1fe4b3facd519be6efe344fd27 Date of visit: 6-11 September 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-0
0951d7706dfb829c3be37e8fd3b1682f17a58b18 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-30 Gavin Shuker uk.org.publicwhip/member/40380 Gavin Shuker uk.org.publicwhip/person/24847 5 2015-03-30-80ef1083-24847-0
6077e5ba70d23ea803da2eb3debe0552b244a4af (Registered 23 September 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-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 14.988ms · Data source: mySociety Data · About: simonw/register-of-members-interests-datasette