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 = "2014-11-24-80ef1083-10179-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
ea1f429cc47dd3520a295e63c316baeca4a0210b Name of donor: CCC Ltd Overseas visits 80ef1083 2014-11-24 Alan Duncan uk.org.publicwhip/member/40515 Alan Duncan uk.org.publicwhip/person/10179 0 2014-11-24-80ef1083-10179-0
b297e8e786b4d82f6b84eab86dd037ae5fc61ea2 Address of donor: 11a West Halkin Street, London SW1X 8JL Overseas visits 80ef1083 2014-11-24 Alan Duncan uk.org.publicwhip/member/40515 Alan Duncan uk.org.publicwhip/person/10179 1 2014-11-24-80ef1083-10179-0
56764932186aec9293a4b9892c1e6bd23d5cb43f Amount of donation (or estimate of the probable value): approx. £5,000, including flights and accommodation Overseas visits 80ef1083 2014-11-24 Alan Duncan uk.org.publicwhip/member/40515 Alan Duncan uk.org.publicwhip/person/10179 2 2014-11-24-80ef1083-10179-0
b2ac09d39aab37011eaa031409a2be0b065fc52f Destination of visit: Grenada, Spain Overseas visits 80ef1083 2014-11-24 Alan Duncan uk.org.publicwhip/member/40515 Alan Duncan uk.org.publicwhip/person/10179 3 2014-11-24-80ef1083-10179-0
1ad4d594707a60caba7846b482d923f54297e714 Date of visit: 5-7 October 2014 Overseas visits 80ef1083 2014-11-24 Alan Duncan uk.org.publicwhip/member/40515 Alan Duncan uk.org.publicwhip/person/10179 4 2014-11-24-80ef1083-10179-0
efe18059354636691bf58c0a826f9501cb335106 Purpose of visit: leisure Overseas visits 80ef1083 2014-11-24 Alan Duncan uk.org.publicwhip/member/40515 Alan Duncan uk.org.publicwhip/person/10179 5 2014-11-24-80ef1083-10179-0
323d34050189ed49488f748966bf24d71b83c6b1 (Registered 14 October 2014) Overseas visits 80ef1083 2014-11-24 Alan Duncan uk.org.publicwhip/member/40515 Alan Duncan uk.org.publicwhip/person/10179 6 2014-11-24-80ef1083-10179-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 840.156ms · Data source: mySociety Data · About: simonw/register-of-members-interests-datasette