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-09-80ef1083-11377-2" 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
35ae3db6bcfc922f3c8d1f19b9c9b9d04acc4320 Name of donor: Results UK Overseas visits 80ef1083 2015-03-09 Nick Herbert uk.org.publicwhip/member/40047 Nick Herbert uk.org.publicwhip/person/11377 0 2015-03-09-80ef1083-11377-2
44e115e8603639439d06a9fbd2a698ad24435134 Address of donor: 31-33 Bondway, London SW8 1SJ Overseas visits 80ef1083 2015-03-09 Nick Herbert uk.org.publicwhip/member/40047 Nick Herbert uk.org.publicwhip/person/11377 1 2015-03-09-80ef1083-11377-2
5c0dd69bd96ab508eb7cff8ce800ddd0a970eabf Amount of donation (or estimate of the probable value): travel, accommodation and subsistence with a value of £1,300 Overseas visits 80ef1083 2015-03-09 Nick Herbert uk.org.publicwhip/member/40047 Nick Herbert uk.org.publicwhip/person/11377 2 2015-03-09-80ef1083-11377-2
7c06bd9559cdc4194dd675481246192d959d3c76 Destination of visit: Barcelona, Spain Overseas visits 80ef1083 2015-03-09 Nick Herbert uk.org.publicwhip/member/40047 Nick Herbert uk.org.publicwhip/person/11377 3 2015-03-09-80ef1083-11377-2
53622084f89810c5fa842f15f3c1870444fafc66 Date of visit: 26-30 October 2014 Overseas visits 80ef1083 2015-03-09 Nick Herbert uk.org.publicwhip/member/40047 Nick Herbert uk.org.publicwhip/person/11377 4 2015-03-09-80ef1083-11377-2
9f8c2be033d36509297a9e7e438428438917c53d Purpose of visit: addressing and attending the World Lung Health Conference in my role as Co-Chairman of the APPG on Global TB Overseas visits 80ef1083 2015-03-09 Nick Herbert uk.org.publicwhip/member/40047 Nick Herbert uk.org.publicwhip/person/11377 5 2015-03-09-80ef1083-11377-2
4fb97380a8ac784a2dda1dacd000ff4973cbceb2 (Registered 26 November 2014) Overseas visits 80ef1083 2015-03-09 Nick Herbert uk.org.publicwhip/member/40047 Nick Herbert uk.org.publicwhip/person/11377 6 2015-03-09-80ef1083-11377-2

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