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 = "2017-02-20-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
f2ad9594a47b7c909821085fd674d5a31d51448b 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-20   Edward Garnier uk.org.publicwhip/person/10221 0 2017-02-20-10057ffd-10221-1
c7e228c2cc88c37ea1c7cce11db34a86fc14d347 25 November 2016, received £1,625. Hours: approximately 6 hours in October 2016. (Registered 01 December 2016) Employment and earnings 10057ffd 2017-02-20   Edward Garnier uk.org.publicwhip/person/10221 1 2017-02-20-10057ffd-10221-1
d93d6dc074951e116da6c3ec5a92a06d60a35f3b 21 December 2016, received £500. Hours: approximately 2 hours in November 2016. (Registered 10 January 2017) Employment and earnings 10057ffd 2017-02-20   Edward Garnier uk.org.publicwhip/person/10221 2 2017-02-20-10057ffd-10221-1
fe1b2531bb88e6235072f407f019fa56faba9719 21 December 2016, received £17,333. Hours: approximately 65 hours between November 2016 and January 2017. (Registered 20 February 2017) Employment and earnings 10057ffd 2017-02-20   Edward Garnier uk.org.publicwhip/person/10221 3 2017-02-20-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 11.421ms · Data source: mySociety Data · About: simonw/register-of-members-interests-datasette