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 record_id = "2000-11-10-265f2269-10110-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
fd66f1b0ddb2d7a39424344b8f47f92967b16771 Member of UNISON trade union. Miscellaneous and unremunerated interests 265f2269 2000-11-10 Lynda Clark uk.org.publicwhip/member/110 Lynda Clark uk.org.publicwhip/person/10110 0 2000-11-10-265f2269-10110-0
0d38d75ca81ad1893ef18b9d581f94594a96ce42 Honorary member of the Smith Institute, London. Miscellaneous and unremunerated interests 265f2269 2000-11-10 Lynda Clark uk.org.publicwhip/member/110 Lynda Clark uk.org.publicwhip/person/10110 1 2000-11-10-265f2269-10110-0
ffe1f52bfdf98c7cd3018e276b8bb0a959fbdb71 Honorary co-opted member of the Lowland Territorial Auxiliary and Volunteer Reserve Association. Miscellaneous and unremunerated interests 265f2269 2000-11-10 Lynda Clark uk.org.publicwhip/member/110 Lynda Clark uk.org.publicwhip/person/10110 2 2000-11-10-265f2269-10110-0
17c245c1ddc475f26533f5d846ab88bb1c6d253a Governing Bencher of Inner Temple. Miscellaneous and unremunerated interests 265f2269 2000-11-10 Lynda Clark uk.org.publicwhip/member/110 Lynda Clark uk.org.publicwhip/person/10110 3 2000-11-10-265f2269-10110-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 13.143ms · Data source: mySociety Data · About: simonw/register-of-members-interests-datasette