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 = "2005-04-11-80ef1083-10673-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
6060c87fb0f6a5a6cd78b88d4d4791ce0a19846c 5-7 March 2004, to Venice, to attend British-Italian Seminar. Return flight and two nights' accommodation provided by the Italian UK Ambassador. (Registered 4 May 2004) Overseas visits 80ef1083 2005-04-11 Michael Portillo uk.org.publicwhip/member/1164 Michael Portillo uk.org.publicwhip/person/10673 0 2005-04-11-80ef1083-10673-0
38b3222a2852de27b20519357c0d82cccb1dd14e 5-7 November 2004, to Madrid to attend British-Spanish Tertulias, who paid for return airfares to Madrid plus two nights' accommodation. (Registered 14 December 2004) Overseas visits 80ef1083 2005-04-11 Michael Portillo uk.org.publicwhip/member/1164 Michael Portillo uk.org.publicwhip/person/10673 1 2005-04-11-80ef1083-10673-0
8c18b02af6fe77d93fe0155cdba618bf6c82fb21 3-4 December 2004, to Potsdam, Germany for Club of Three conference. Return air fares to Berlin plus one night's accommodation paid by conference organisers. (Registered 14 December 2004) Overseas visits 80ef1083 2005-04-11 Michael Portillo uk.org.publicwhip/member/1164 Michael Portillo uk.org.publicwhip/person/10673 2 2005-04-11-80ef1083-10673-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 16.567ms · Data source: mySociety Data · About: simonw/register-of-members-interests-datasette