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-ead1ca87-10469-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
88323013327d21b11ffda365a101989bd8304920 Page Holdings Ltd.; holding company, and associated companies involved in range of activities such as finance, motor retailing, coachworks. Remunerated directorships ead1ca87 2001-05-14 Richard Page uk.org.publicwhip/member/469 Richard Page uk.org.publicwhip/person/10469 0 2001-05-14-ead1ca87-10469-0
3e3169178a0c8fcb48f9e4720e1506c82086bff3 Various fees for media and speaking appearances. Remunerated directorships ead1ca87 2001-05-14 Richard Page uk.org.publicwhip/member/469 Richard Page uk.org.publicwhip/person/10469 1 2001-05-14-ead1ca87-10469-0
7a465eb254e30109bf41a6fa97c776a11f6f310b Various fees for surveys or interviews, normally redirected to a charity of my choice. Remunerated directorships ead1ca87 2001-05-14 Richard Page uk.org.publicwhip/member/469 Richard Page uk.org.publicwhip/person/10469 2 2001-05-14-ead1ca87-10469-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 54.34ms · Data source: mySociety Data · About: simonw/register-of-members-interests-datasette