home / regmem

Menu
  • GraphQL API

items

Table actions
  • GraphQL API for items

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

4 rows where member_id = "uk.org.publicwhip/member/330" 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
0fa8941a6c08b068eaf8cc2a81e50990b83e9260 Editor of CDNA Care Journal from 1 October 1997. Remunerated employment, office, profession etc 1f359ece 2001-05-14 Ann Keen uk.org.publicwhip/member/330 Ann Keen uk.org.publicwhip/person/10330 0 2001-05-14-1f359ece-10330-0
c3c4b6b3a87a36c8b838b18cc5013be69d6ee888 Registered with the United Kingdom Central Council for Nursing (UKCC) as a RN. Miscellaneous and unremunerated interests 265f2269 2001-05-14 Ann Keen uk.org.publicwhip/member/330 Ann Keen uk.org.publicwhip/person/10330 0 2001-05-14-265f2269-10330-0
b80237573d7e374cae3b7a4b8e71efb2b790f7d1 Editor of CDNA Care Journal from 1 October 1997. Remunerated employment, office, profession etc 1f359ece 2000-11-10 Ann Keen uk.org.publicwhip/member/330 Ann Keen uk.org.publicwhip/person/10330 0 2000-11-10-1f359ece-10330-0
9c828fe30cc1d470a886ba75f64af8048c8309ca Registered with the United Kingdom Central Council for Nursing (UKCC) as a RN. Miscellaneous and unremunerated interests 265f2269 2000-11-10 Ann Keen uk.org.publicwhip/member/330 Ann Keen uk.org.publicwhip/person/10330 0 2000-11-10-265f2269-10330-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 19.426ms · Data source: mySociety Data · About: simonw/register-of-members-interests-datasette