home / regmem

Menu
  • GraphQL API

items

Table actions
  • GraphQL API for items

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

1 row where record_id = "2020-02-10-891eb863-25649-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
a8829f680273e75b29ae76298e2e35738ebee541 Name of donor: (1) The Great Britain China Centre with sponsorship from Prudential Plc and China International Capital Corporation; (2) All-China Youth Federation Address of donor: (1) 15 Belgrave Square, Belgravia, London SW1X 8PS; (2) 10 Qianmen Dongdajie, Dongcheng District, Beijing Estimate of the probable value (or amount of any donation): (1) International Flights £1,586.50; (2) Accommodation £292.74 and transport £215.19, total £507.93 Destination of visit: Beijing and Jinan, China Dates of visit: 28 July - 2 August 2019 Purpose of visit: To participate in the 2019 Young Leaders Roundtable and to build UK-China understanding and partnership on environment and climate change issues. (Registered 15 August 2019) Visits outside the UK 891eb863 2020-02-10   Mohammad Yasin uk.org.publicwhip/person/25649 0 2020-02-10-891eb863-25649-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 13.809ms · Data source: mySociety Data · About: simonw/register-of-members-interests-datasette