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-07-01-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
5fc1c8d5c5ea873eadaa6e49b0d98aede78b3c5f 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-07-01   Norman Lamb uk.org.publicwhip/person/11032 0 2019-07-01-891eb863-11032-0
e96741cb52698e559ddc90ff56ff184c91be1b6d Name of donor: Volteface Address of donor: 18 Hanway Street, London W1T 1UF Estimate of the probable value (or amount of any donation): Transport, meals and a tour, total value £479.77 Destination of visit: Canada Dates of visit: 7 – 9 June 2019 Purpose of visit: A study trip regarding Canada’s decision to legalise cannabis organised by Volteface. (Registered 28 June 2019) Visits outside the UK 891eb863 2019-07-01   Norman Lamb uk.org.publicwhip/person/11032 1 2019-07-01-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 470.088ms · Data source: mySociety Data · About: simonw/register-of-members-interests-datasette