home / regmem

Menu
  • GraphQL API

items

Table actions
  • GraphQL API for items

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

3 rows where record_id = "2000-11-10-80ef1083-10344-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
5c3a7e37b0c10f8c296147df8b94aab4bfd3a3ce 29 May-6 June 1999, to Israel as a guest of the Israeli Government, the Conservative Friends of Israel and Isrotel Hotels. (Registered 8 August 1999) Overseas visits 80ef1083 2000-11-10 Julie Kirkbride uk.org.publicwhip/member/344 Julie Kirkbride uk.org.publicwhip/person/10344 0 2000-11-10-80ef1083-10344-0
b3130fbe1c734d10c44ec3db75baa836c86d3d00 18-20 July 1999, to Gibraltar, paid for by the Gibraltar Government. (Registered 26 July 1999) Overseas visits 80ef1083 2000-11-10 Julie Kirkbride uk.org.publicwhip/member/344 Julie Kirkbride uk.org.publicwhip/person/10344 1 2000-11-10-80ef1083-10344-0
2161af6a008ac9a9c25335040933d3e816683e24 30 September-3 October 1999, to Poland with the British Association for Central and Eastern Europe for round table discussions. (Registered 12 October 1999) Overseas visits 80ef1083 2000-11-10 Julie Kirkbride uk.org.publicwhip/member/344 Julie Kirkbride uk.org.publicwhip/person/10344 2 2000-11-10-80ef1083-10344-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 113.597ms · Data source: mySociety Data · About: simonw/register-of-members-interests-datasette