home / regmem

Menu
  • GraphQL API

items

Table actions
  • GraphQL API for items

Data source: mySociety Data · About: simonw/register-of-members-interests-datasette

2 rows where record_id = "2015-03-09-1aeb07b2-24817-0" 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
991af7085e3198e3f41545cf5cb61c8927e8e3a6 Elsoms (Spalding) Ltd, holding company of Elsoms Seeds Ltd, Spalding, Lincs PE11 1QG; agricultural and horticultural seeds business. Directorship reactivated 11 October 2013; terminated 6 August 2014. (Updated 20 December 2013, 8 and 25 September 2014) Directorships 1aeb07b2 2015-03-09 George Freeman uk.org.publicwhip/member/40396 George Freeman uk.org.publicwhip/person/24817 0 2015-03-09-1aeb07b2-24817-0
8f16f35e9c02d34241b043905ff7fe4ab9011e49 Payment of £2,728.98 for non-executive director services provided by me in January-March 2014.  Hours: 15 hrs. (Registered 9 May 2014) Directorships 1aeb07b2 2015-03-09 George Freeman uk.org.publicwhip/member/40396 George Freeman uk.org.publicwhip/person/24817 1 2015-03-09-1aeb07b2-24817-0

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 30.603ms · Data source: mySociety Data · About: simonw/register-of-members-interests-datasette