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 = "2001-05-14-265f2269-10481-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
6f7ec5f2e5e23e70f9bd9271bd83192e30631dbd Director (unremunerated) of The Genesis Initiative Limited, promoting the interest of small business at national and international level. Miscellaneous and unremunerated interests 265f2269 2001-05-14 Kerry Pollard uk.org.publicwhip/member/481 Kerry Pollard uk.org.publicwhip/person/10481 0 2001-05-14-265f2269-10481-0
a3750aae1682b0ddd76cbddb0d2d4a12509a0547 Director (unremunerated) of Open Door Trust, charity to fund constituency homeless project. Miscellaneous and unremunerated interests 265f2269 2001-05-14 Kerry Pollard uk.org.publicwhip/member/481 Kerry Pollard uk.org.publicwhip/person/10481 1 2001-05-14-265f2269-10481-0
ab8b39a2a4def0304347494b8eb2fcfe36748d54 Director (unremunerated) of Birnbeck Housing Association. Miscellaneous and unremunerated interests 265f2269 2001-05-14 Kerry Pollard uk.org.publicwhip/member/481 Kerry Pollard uk.org.publicwhip/person/10481 2 2001-05-14-265f2269-10481-0
17bead2b6b4ca041249a5e3070f7ab2f3616864f Director (unremunerated) of Cherry Tree Housing Association. Miscellaneous and unremunerated interests 265f2269 2001-05-14 Kerry Pollard uk.org.publicwhip/member/481 Kerry Pollard uk.org.publicwhip/person/10481 3 2001-05-14-265f2269-10481-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 14.939ms · Data source: mySociety Data · About: simonw/register-of-members-interests-datasette