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 = "2017-02-06-10057ffd-10221-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
f4607309cc1b97eed68a291e7a0a445e84b195c2 The Serious Fraud Office, 2-4 Cockspur Street, London SW1Y 9BS. Payments exclusive of VAT, for legal services provided: Employment and earnings 10057ffd 2017-02-06   Edward Garnier uk.org.publicwhip/person/10221 0 2017-02-06-10057ffd-10221-1
40f1334cd6c17196230083f5bb82bb93969ddde2 25 November 2016, received £1,625. Hours: approximately 6 hours in October 2016. (Registered 01 December 2016) Employment and earnings 10057ffd 2017-02-06   Edward Garnier uk.org.publicwhip/person/10221 1 2017-02-06-10057ffd-10221-1
c95b0dd393c608952f1e22a70ff3eab2d3b7c480 21 December 2016, received £500. Hours: approximately 2 hours in November 2016. (Registered 10 January 2017) Employment and earnings 10057ffd 2017-02-06   Edward Garnier uk.org.publicwhip/person/10221 2 2017-02-06-10057ffd-10221-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 12.957ms · Data source: mySociety Data · About: simonw/register-of-members-interests-datasette