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-ead1ca87-10373-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
4f99f9be05f39a0d5f060ccaa74177969cfeae3f Chairman of the Pub Governing Body, administered by the British Institute of Innkeeping, Wessex House, Camberley GU15 3PT, which oversees the codes of conduct for tenants of public houses. Annual remuneration of £15,000 and anticipated time commitment is between one and two days per month. (Registered 1 July 2014) Remunerated directorships ead1ca87 2015-03-09 Peter Luff uk.org.publicwhip/member/40399 Peter Luff uk.org.publicwhip/person/10373 0 2015-03-09-ead1ca87-10373-3
9a2daadd35abe80199340f53ed31ebd027358b67 Received on 25 November 2014, £7,500. (Registered 26 November 2014) Remunerated directorships ead1ca87 2015-03-09 Peter Luff uk.org.publicwhip/member/40399 Peter Luff uk.org.publicwhip/person/10373 1 2015-03-09-ead1ca87-10373-3
40330f4b2d20c6b1265142de34a49bdad42bb144 Received on 30 January 2015, £3,750. (Registered 3 February 2015) Remunerated directorships ead1ca87 2015-03-09 Peter Luff uk.org.publicwhip/member/40399 Peter Luff uk.org.publicwhip/person/10373 2 2015-03-09-ead1ca87-10373-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 63.226ms · Data source: mySociety Data · About: simonw/register-of-members-interests-datasette