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