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-10354-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
bf1ef32726699257741f034c3dc2512abb0a79d5 Name of donor: Pakistan High Commission Address of donor: 34-36 Lowndes Square, London SW1X 9JN Destination of visit: Pakistan and Kashmir Estimate of the probable value (or amount of any donation): accommodation with a value of £577.30; flights with a value of £2,330.57; £2,907.87 in total Dates of visit: 17-20 September 2018 Purpose of visit: Leading delegation, as Chair of All-Party Parliamentary Kashmir Group, to Pakistan-administered Kashmir. (Registered 15 October 2018) Visits outside the UK 891eb863 2019-07-01   Chris Leslie uk.org.publicwhip/person/10354 0 2019-07-01-891eb863-10354-0
8172936be8ff3d3d47191b42cf5fc9263c37bfad Name of donor: World Federation of Exchanges Address of donor: 125 Old Broad Street, London EC2N 1AR Destination of visit: Athens, Greece Estimate of the probable value (or amount of any donation): accommodation with a value of £529.25; flights with a value of £397.20; £926.45 in total Dates of visit: 2-4 October 2018 Purpose of visit: Guest Speaker at World Federation of Exchanges Annual Conference. (Registered 15 October 2018) Visits outside the UK 891eb863 2019-07-01   Chris Leslie uk.org.publicwhip/person/10354 1 2019-07-01-891eb863-10354-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 149.218ms · Data source: mySociety Data · About: simonw/register-of-members-interests-datasette