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-06-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
23fcb95251a8ea001246cb70a781f51d9c1e73d2 Name of donor: CCC Ltd Overseas visits 80ef1083 2015-01-06 Alan Duncan uk.org.publicwhip/member/40515 Alan Duncan uk.org.publicwhip/person/10179 0 2015-01-06-80ef1083-10179-0
03c1a158072b3d243ebce7ee0b725e63f7b94149 Address of donor: 11a West Halkin Street, London SW1X 8JL Overseas visits 80ef1083 2015-01-06 Alan Duncan uk.org.publicwhip/member/40515 Alan Duncan uk.org.publicwhip/person/10179 1 2015-01-06-80ef1083-10179-0
0afca29c011ce507d2c7fcf0e62e35404c0bb117 Amount of donation (or estimate of the probable value): approx. £5,000, including flights and accommodation Overseas visits 80ef1083 2015-01-06 Alan Duncan uk.org.publicwhip/member/40515 Alan Duncan uk.org.publicwhip/person/10179 2 2015-01-06-80ef1083-10179-0
5b280d6617bd478bf4506e3bc4b2951da88aedf3 Destination of visit: Grenada, Spain Overseas visits 80ef1083 2015-01-06 Alan Duncan uk.org.publicwhip/member/40515 Alan Duncan uk.org.publicwhip/person/10179 3 2015-01-06-80ef1083-10179-0
730eec518161b7132616453215b317cd3d2d620a Date of visit: 5-7 October 2014 Overseas visits 80ef1083 2015-01-06 Alan Duncan uk.org.publicwhip/member/40515 Alan Duncan uk.org.publicwhip/person/10179 4 2015-01-06-80ef1083-10179-0
bbbe5d6a9b4bf8b65901e6613def6f410c21ba09 Purpose of visit: leisure Overseas visits 80ef1083 2015-01-06 Alan Duncan uk.org.publicwhip/member/40515 Alan Duncan uk.org.publicwhip/person/10179 5 2015-01-06-80ef1083-10179-0
105b8a06c04e26243c78fe5c78c4705fdd9743a6 (Registered 14 October 2014) Overseas visits 80ef1083 2015-01-06 Alan Duncan uk.org.publicwhip/member/40515 Alan Duncan uk.org.publicwhip/person/10179 6 2015-01-06-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 20.204ms · Data source: mySociety Data · About: simonw/register-of-members-interests-datasette