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-24740-3" 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
2cd00a71c2fdfabbd9e0564b8ebded9bf0a3c744 Payments from Populus, Northburgh House, 10 Northburgh Street, London EC1V 0AT, for opinion surveys: Remunerated employment, office, profession etc 1f359ece 2015-03-09 Alun Cairns uk.org.publicwhip/member/40623 Alun Cairns uk.org.publicwhip/person/24740 0 2015-03-09-1f359ece-24740-3
dbe37580d0f1ec8ef6093eef22ac6d3e0862183d Payment of £75. Hours: 30 mins. (Registered 24 July 2014) Remunerated employment, office, profession etc 1f359ece 2015-03-09 Alun Cairns uk.org.publicwhip/member/40623 Alun Cairns uk.org.publicwhip/person/24740 1 2015-03-09-1f359ece-24740-3
37a05c3b2d2a5eb878b8cf5c400c5704febc493b Payment of £200 received for surveys completed in February, April, May and June 2014. Hours: 2 hrs in total. (Registered 7 January 2015) Remunerated employment, office, profession etc 1f359ece 2015-03-09 Alun Cairns uk.org.publicwhip/member/40623 Alun Cairns uk.org.publicwhip/person/24740 2 2015-03-09-1f359ece-24740-3

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