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-10048-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
ec3449ca35f34f7b7287c33c65b363d182530f86 Name of donor: University of Salford Overseas visits 80ef1083 2015-03-30 Hazel Blears uk.org.publicwhip/member/40517 Hazel Blears uk.org.publicwhip/person/10048 0 2015-03-30-80ef1083-10048-1
ebcc81afccce6fd5f79519c72cadc365058edacf Address of donor: Faraday House, Salford M5 4WT Overseas visits 80ef1083 2015-03-30 Hazel Blears uk.org.publicwhip/member/40517 Hazel Blears uk.org.publicwhip/person/10048 1 2015-03-30-80ef1083-10048-1
bcb8bb53228ef7a1acb0952417438244c3d748ec Amount of donation (or estimate of the probable value): Flight costing £335.49 and hotel costing £330; £665.49 in total Overseas visits 80ef1083 2015-03-30 Hazel Blears uk.org.publicwhip/member/40517 Hazel Blears uk.org.publicwhip/person/10048 2 2015-03-30-80ef1083-10048-1
12e38b31d3a79d242840c7df8a18c70ed8f07278 Destination of visit: Isle of Man Overseas visits 80ef1083 2015-03-30 Hazel Blears uk.org.publicwhip/member/40517 Hazel Blears uk.org.publicwhip/person/10048 3 2015-03-30-80ef1083-10048-1
c0ae7993c540bc10021063f838a2dd66d3aed6bd Date of visit: 10-11 April 2014 Overseas visits 80ef1083 2015-03-30 Hazel Blears uk.org.publicwhip/member/40517 Hazel Blears uk.org.publicwhip/person/10048 4 2015-03-30-80ef1083-10048-1
dbabcb43c3916aef3ed39d99ad8b0c6b93180d49 Purpose of visit: In support of promotion of work of University of Salford Overseas visits 80ef1083 2015-03-30 Hazel Blears uk.org.publicwhip/member/40517 Hazel Blears uk.org.publicwhip/person/10048 5 2015-03-30-80ef1083-10048-1
96a484fe6304a880238a5361b35c3b70c1339e6c (Registered 9 June 2014) Overseas visits 80ef1083 2015-03-30 Hazel Blears uk.org.publicwhip/member/40517 Hazel Blears uk.org.publicwhip/person/10048 6 2015-03-30-80ef1083-10048-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 15.405ms · Data source: mySociety Data · About: simonw/register-of-members-interests-datasette