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 = "2003-12-04-80ef1083-10473-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
daa5067018ab97c5e947efd0bc86e8c793e167d7 24 April 2003, return flight from Manchester to Munich paid for by Molkerei Alois Müller GmbH & co. (Registered 28 April 2003) Overseas visits 80ef1083 2003-12-04 Owen Paterson uk.org.publicwhip/member/1153 Owen Paterson uk.org.publicwhip/person/10473 0 2003-12-04-80ef1083-10473-0
d9576fce72f245d825267099cf58a1abb9d57b29 10 July 2003, shared flight from Karlovy Vary to Prague in aeroplane provided by IRR Ltd. Hotel accommodation on night of 9 July and local transport in Czech Republic were provided by the ODS Party, Czech Republic. (Registered 7 August 2003) Overseas visits 80ef1083 2003-12-04 Owen Paterson uk.org.publicwhip/member/1153 Owen Paterson uk.org.publicwhip/person/10473 1 2003-12-04-80ef1083-10473-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 180.912ms · Data source: mySociety Data · About: simonw/register-of-members-interests-datasette