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-02-23-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
5a426f24b4818329cfa6575b070f35cb59e3abed Name of donor: CCC Ltd Overseas visits 80ef1083 2015-02-23 Alan Duncan uk.org.publicwhip/member/40515 Alan Duncan uk.org.publicwhip/person/10179 0 2015-02-23-80ef1083-10179-0
1b998cee3b7f553272d4bef782dbacbf6efd001b Address of donor: 11a West Halkin Street, London SW1X 8JL Overseas visits 80ef1083 2015-02-23 Alan Duncan uk.org.publicwhip/member/40515 Alan Duncan uk.org.publicwhip/person/10179 1 2015-02-23-80ef1083-10179-0
d9af730a4f9cb481f32863f814e0367a562400a9 Amount of donation (or estimate of the probable value): approx. £5,000, including flights and accommodation Overseas visits 80ef1083 2015-02-23 Alan Duncan uk.org.publicwhip/member/40515 Alan Duncan uk.org.publicwhip/person/10179 2 2015-02-23-80ef1083-10179-0
887e2bb99cc524cff55f2c10673d52ce7f721903 Destination of visit: Grenada, Spain Overseas visits 80ef1083 2015-02-23 Alan Duncan uk.org.publicwhip/member/40515 Alan Duncan uk.org.publicwhip/person/10179 3 2015-02-23-80ef1083-10179-0
46b0b5bfcf34f282f6c6591f9b70e70f6d01885c Date of visit: 5-7 October 2014 Overseas visits 80ef1083 2015-02-23 Alan Duncan uk.org.publicwhip/member/40515 Alan Duncan uk.org.publicwhip/person/10179 4 2015-02-23-80ef1083-10179-0
1f6ad0d685c790929b5326c8b16e28d3613c7099 Purpose of visit: leisure Overseas visits 80ef1083 2015-02-23 Alan Duncan uk.org.publicwhip/member/40515 Alan Duncan uk.org.publicwhip/person/10179 5 2015-02-23-80ef1083-10179-0
abe7b716af00f8f67540ac40aade76ee1fd0e21e (Registered 14 October 2014) Overseas visits 80ef1083 2015-02-23 Alan Duncan uk.org.publicwhip/member/40515 Alan Duncan uk.org.publicwhip/person/10179 6 2015-02-23-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 16.532ms · Data source: mySociety Data · About: simonw/register-of-members-interests-datasette