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-01-26-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
7700222e9bd895c9418ffa9e024aa319d99a8ecd Name of donor: University of Salford Overseas visits 80ef1083 2015-01-26 Hazel Blears uk.org.publicwhip/member/40517 Hazel Blears uk.org.publicwhip/person/10048 0 2015-01-26-80ef1083-10048-1
ce24e0def5ff37114e9f43f4a0c6b89efbf22e7d Address of donor: Faraday House, Salford M5 4WT Overseas visits 80ef1083 2015-01-26 Hazel Blears uk.org.publicwhip/member/40517 Hazel Blears uk.org.publicwhip/person/10048 1 2015-01-26-80ef1083-10048-1
6a0156b457121959d4cc37f987ceba48c6f925f7 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-01-26 Hazel Blears uk.org.publicwhip/member/40517 Hazel Blears uk.org.publicwhip/person/10048 2 2015-01-26-80ef1083-10048-1
5c1890bbe2c2863fac3d7bb72a2a4c9ad6a3b2e6 Destination of visit: Isle of Man Overseas visits 80ef1083 2015-01-26 Hazel Blears uk.org.publicwhip/member/40517 Hazel Blears uk.org.publicwhip/person/10048 3 2015-01-26-80ef1083-10048-1
49512709dd0d4093fb35da048d279e56d1481f0e Date of visit: 10-11 April 2014 Overseas visits 80ef1083 2015-01-26 Hazel Blears uk.org.publicwhip/member/40517 Hazel Blears uk.org.publicwhip/person/10048 4 2015-01-26-80ef1083-10048-1
d4e38746dc4cefc4019794c9a6a4b76e58f3bd97 Purpose of visit: In support of promotion of work of University of Salford Overseas visits 80ef1083 2015-01-26 Hazel Blears uk.org.publicwhip/member/40517 Hazel Blears uk.org.publicwhip/person/10048 5 2015-01-26-80ef1083-10048-1
daa0cc99a38f4fd613880116eb31b2663a14ebea (Registered 9 June 2014) Overseas visits 80ef1083 2015-01-26 Hazel Blears uk.org.publicwhip/member/40517 Hazel Blears uk.org.publicwhip/person/10048 6 2015-01-26-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 45.261ms · Data source: mySociety Data · About: simonw/register-of-members-interests-datasette