home / regmem

Menu
  • GraphQL API

items

Table actions
  • GraphQL API for items

Data source: mySociety Data · About: simonw/register-of-members-interests-datasette

2 rows where record_id = "2019-09-16-891eb863-11032-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
02b265c3120ceb7496352c9c809eec9f10a861b5 Name of donor: RI International Address of donor: 2701 N. 16th Street, Suite 316, Phoenix, AZ 85006 Estimate of the probable value (or amount of any donation): Flights and other travel expenses, hotel and food to a value of £654.45 Destination of visit: Rotterdam, Netherlands Dates of visit: 2-3 September 2018 Purpose of visit: To speak at the 4th International Zero Suicide in Healthcare Summit. (Registered 23 October 2018) Visits outside the UK 891eb863 2019-09-16   Norman Lamb uk.org.publicwhip/person/11032 0 2019-09-16-891eb863-11032-0
e01e3092693ab9e1fb6ccbd8af5cd88b0c3662cf Name of donor: Volteface Address of donor: 18 Hanway Street, London W1T 1UF Estimate of the probable value (or amount of any donation): Attendance at a conference organised by Volteface (costs including room hire, staffing and audio/visual equipment) with a value of £720.21 Destination of visit: Canada Dates of visit: 7-9 June 2019 Purpose of visit: A study trip organised by Volteface regarding Canada’s decision to legalise cannabis. (Registered 28 June 2019; updated 15 July 2019) Visits outside the UK 891eb863 2019-09-16   Norman Lamb uk.org.publicwhip/person/11032 1 2019-09-16-891eb863-11032-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 14.026ms · Data source: mySociety Data · About: simonw/register-of-members-interests-datasette