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 person_id = "uk.org.publicwhip/person/10104" sorted by date descending

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: item, category_id, date, date (date)

hash item category_id date ▲ member_id person_id sort_order record_id
aecde0e30c1ce251f0a7081957579603e81877e8 Occasional journalism. Remunerated employment, office, profession etc 1f359ece 2001-05-14 Judith Church uk.org.publicwhip/member/104 Judith Church uk.org.publicwhip/person/10104 0 2001-05-14-1f359ece-10104-0
1f45a221908eda68d86249517ba8bc2749b99d4b Occasional journalism. Remunerated employment, office, profession etc 1f359ece 2000-11-10 Judith Church uk.org.publicwhip/member/104 Judith Church uk.org.publicwhip/person/10104 0 2000-11-10-1f359ece-10104-0
3b20e4b29e0e850314a4d96399d93428b43fdc9c 22 June 1999, tickets and hospitality for myself and my son at Wimbledon Tennis Championships, as guests of Glaxo Wellcome UK Ltd. (Registered 5 July 1999) Gifts, benefits and hospitality (UK) 84642823 2000-11-10 Judith Church uk.org.publicwhip/member/104 Judith Church uk.org.publicwhip/person/10104 0 2000-11-10-84642823-10104-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 143.888ms · Data source: mySociety Data · About: simonw/register-of-members-interests-datasette