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 = "2023-10-16-891eb863-11087-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
99ec9b8ef9ff1ee328285a17ed6152421d1bf248 Name of donor: Government of Pakistan Address of donor: Constitution Ave, Red Zone, Islamabad, Islamabad Capital Territory, Pakistan Estimate of the probable value (or amount of any donation): £850 for accommodation Destination of visit: Islamabad, Pakistan Dates of visit: 21 December 2022 - 4 January 2023 Purpose of visit: Discussion with Ministers and Parliamentarians regarding developing situation of flood crisis in Pakistan and issue of Kashmir. (Registered 30 January 2023) Visits outside the UK 891eb863 2023-10-16   Khalid Mahmood uk.org.publicwhip/person/11087 0 2023-10-16-891eb863-11087-0
3a1b5be092381939533c21eba78c8b69f8f150f7 Name of donor: Council of Oman Address of donor: Majles A'Choura P.O. Box 981. Postal Code 111 C.P.O. Seeb, Muscat Sultanat d'Oman Estimate of the probable value (or amount of any donation): Accommodation, value £1,487 Destination of visit: Muscat, Oman Dates of visit: 4-12 April 2023 Purpose of visit: As a co-chair of APPG Oman visited to strengthen bilateral relations, discussing various issues of mutual concern and exploring avenues for cooperation in areas such as trade, investment, education, culture, and security. (Registered 05 May 2023) Visits outside the UK 891eb863 2023-10-16   Khalid Mahmood uk.org.publicwhip/person/11087 1 2023-10-16-891eb863-11087-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 48.592ms · Data source: mySociety Data · About: simonw/register-of-members-interests-datasette