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 = "2015-03-09-1f359ece-11541-1" 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
a4bd006ad0f366201145f14ce8278d235b04db0a Messrs. Travers, Thorp, Alberga, Attorneys. Address: Harbour Place, 2nd Floor, 103 South Church Street, Grand Cayman. Remunerated employment, office, profession etc 1f359ece 2015-03-09 Geoffrey Cox uk.org.publicwhip/member/40613 Geoffrey Cox uk.org.publicwhip/person/11541 0 2015-03-09-1f359ece-11541-1
fa7e3e9c01624361335fbec8998630b5035d31ef Received £20,000 for legal services provided between 1 July 2014 and 31 August 2014. Hours: 40 hrs. (Registered 15 October 2014) Remunerated employment, office, profession etc 1f359ece 2015-03-09 Geoffrey Cox uk.org.publicwhip/member/40613 Geoffrey Cox uk.org.publicwhip/person/11541 1 2015-03-09-1f359ece-11541-1
c7b0e06eff04633009f55dc02fbb62035fd948ed Received £77,500 for legal services provided between 1 July 2014 and 10 October 2014. Hours: 250 hrs. (Registered 15 October 2014) Remunerated employment, office, profession etc 1f359ece 2015-03-09 Geoffrey Cox uk.org.publicwhip/member/40613 Geoffrey Cox uk.org.publicwhip/person/11541 2 2015-03-09-1f359ece-11541-1

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 118.375ms · Data source: mySociety Data · About: simonw/register-of-members-interests-datasette