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 = "2001-05-14-265f2269-10373-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
655e30753ec0902a1dee2739acc9ae23352d1db6 Vice President: Severn Valley Railway, Droitwich Canals Trust, Worcester Birmingham Canal Society, Evesham Rowing Club, Bengeworth Traders Association. Miscellaneous and unremunerated interests 265f2269 2001-05-14 Peter Luff uk.org.publicwhip/member/373 Peter Luff uk.org.publicwhip/person/10373 0 2001-05-14-265f2269-10373-0
56a5065905a896c5b9978c179ed3b1bec378eec4 Member of local committee of Country Landowners Association. Miscellaneous and unremunerated interests 265f2269 2001-05-14 Peter Luff uk.org.publicwhip/member/373 Peter Luff uk.org.publicwhip/person/10373 1 2001-05-14-265f2269-10373-0
47557ec9b8a7d00886fe537e397b78e84c3d9e0d Fellow of the Institute of Public Relations. Miscellaneous and unremunerated interests 265f2269 2001-05-14 Peter Luff uk.org.publicwhip/member/373 Peter Luff uk.org.publicwhip/person/10373 2 2001-05-14-265f2269-10373-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 37.135ms · Data source: mySociety Data · About: simonw/register-of-members-interests-datasette