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-30-80ef1083-11093-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
bce21395cb11345dfaf8c4e7103ea7773af4caef Name of donor: Inter-parliamentary Coalition for Combating Antisemitism (ICCA) Foundation Overseas visits 80ef1083 2015-03-30 John Mann uk.org.publicwhip/member/40061 John Mann uk.org.publicwhip/person/11093 0 2015-03-30-80ef1083-11093-2
a15a763167e6517f443662123fcf4f57334f222d Address of donor: PO Box 4015, London W1A 6NH Overseas visits 80ef1083 2015-03-30 John Mann uk.org.publicwhip/member/40061 John Mann uk.org.publicwhip/person/11093 1 2015-03-30-80ef1083-11093-2
1f6718eeef10bc6b451d0d4dd9d33efe39c0f3e8 Amount of donation (or estimate of the probable value): travel and accommodation, £3,986 Overseas visits 80ef1083 2015-03-30 John Mann uk.org.publicwhip/member/40061 John Mann uk.org.publicwhip/person/11093 2 2015-03-30-80ef1083-11093-2
234f70979335a240469bb51e32bde439495fc483 Destination of visit: Panama City - Panama, San Jose - Costa Rica and Managua - Nicaragua Overseas visits 80ef1083 2015-03-30 John Mann uk.org.publicwhip/member/40061 John Mann uk.org.publicwhip/person/11093 3 2015-03-30-80ef1083-11093-2
0882b247fdda7afed61a23180ea151f5696a77b1 Date of visit: 6-19 August 2014 Overseas visits 80ef1083 2015-03-30 John Mann uk.org.publicwhip/member/40061 John Mann uk.org.publicwhip/person/11093 4 2015-03-30-80ef1083-11093-2
cfdd1bfdf90208b283e73e68f01b2de00b8de27a Purpose of visit: to support the work of the ICCA. Overseas visits 80ef1083 2015-03-30 John Mann uk.org.publicwhip/member/40061 John Mann uk.org.publicwhip/person/11093 5 2015-03-30-80ef1083-11093-2
352fbd33940a8274222bdacfd349df2eb27f95e4 (Registered 7 October 2014) Overseas visits 80ef1083 2015-03-30 John Mann uk.org.publicwhip/member/40061 John Mann uk.org.publicwhip/person/11093 6 2015-03-30-80ef1083-11093-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 151.045ms · Data source: mySociety Data · About: simonw/register-of-members-interests-datasette