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-02-23-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
42aca192546207e4d06a28ac4f787200bfc9a9f2 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-02-23 Peter Luff uk.org.publicwhip/member/40399 Peter Luff uk.org.publicwhip/person/10373 0 2015-02-23-ead1ca87-10373-3
30cdedd79f6e441826cf58166646e11b7cb10d98 Received on 25 November 2014, £7,500. (Registered 26 November 2014) Remunerated directorships ead1ca87 2015-02-23 Peter Luff uk.org.publicwhip/member/40399 Peter Luff uk.org.publicwhip/person/10373 1 2015-02-23-ead1ca87-10373-3
d42dd93eefd9510c25f95f49d5c0355ebd0ab96c Received on 30 January 2015, £3,750. (Registered 3 February 2015) Remunerated directorships ead1ca87 2015-02-23 Peter Luff uk.org.publicwhip/member/40399 Peter Luff uk.org.publicwhip/person/10373 2 2015-02-23-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 17.593ms · Data source: mySociety Data · About: simonw/register-of-members-interests-datasette