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 = "2002-05-14-80ef1083-10221-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
c3eaf1dda33884bff5ef72b4c86eecfc8aed0d58 21-22 September 2001, to Basle, Switzerland, to attend a conference on federalism organised by the Club of Three. Return flights from Heathrow paid for by Crossair; hotel accommodation in Basle paid for by Baklin Ltd of Basle. (Registered 8 October 2001) Overseas visits 80ef1083 2002-05-14 Edward Garnier uk.org.publicwhip/member/906 Edward Garnier uk.org.publicwhip/person/10221 0 2002-05-14-80ef1083-10221-0
54b484b3adb571daa213d505c47acc8c767ab302 30 November-2 December 2001, to Liechtenstein. Return flights London-Zurich and road transport Zurich-Liechtenstein and accommodation paid for by the Institut d'Etudes Politiques. (Registered 4 December 2001) Overseas visits 80ef1083 2002-05-14 Edward Garnier uk.org.publicwhip/member/906 Edward Garnier uk.org.publicwhip/person/10221 1 2002-05-14-80ef1083-10221-0
fddd73a410d005d8be86a378644f2208183b65df 14-18 February 2002, to Gibraltar; air travel and accommodation paid for by the Government of Gibraltar. (Registered 22 February 2002) Overseas visits 80ef1083 2002-05-14 Edward Garnier uk.org.publicwhip/member/906 Edward Garnier uk.org.publicwhip/person/10221 2 2002-05-14-80ef1083-10221-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 14.979ms · Data source: mySociety Data · About: simonw/register-of-members-interests-datasette