home / regmem

Menu
  • GraphQL API

items

Table actions
  • GraphQL API for items

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

6 rows where record_id = "2005-01-28-5177ae6a-10171-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
32b38b6f55f83da04a921dd3794753dd4899ddfe Fees from GMTV. (Up to £5,000) Remunerated employment, office, profession etc... 5177ae6a 2005-01-28 Frank Dobson uk.org.publicwhip/member/856 Frank Dobson uk.org.publicwhip/person/10171 0 2005-01-28-5177ae6a-10171-0
90d4f4ff52b934e518ad5e0140f6eb331beb93ca Fees from The Guardian. (Up to £5,000) Remunerated employment, office, profession etc... 5177ae6a 2005-01-28 Frank Dobson uk.org.publicwhip/member/856 Frank Dobson uk.org.publicwhip/person/10171 1 2005-01-28-5177ae6a-10171-0
95ff0a7e447940d9d15aaf82f96f1f08c246cb6f Fees from The Independent. (Up to £5,000) (Registered 24 May 2004) Remunerated employment, office, profession etc... 5177ae6a 2005-01-28 Frank Dobson uk.org.publicwhip/member/856 Frank Dobson uk.org.publicwhip/person/10171 2 2005-01-28-5177ae6a-10171-0
c330720c638c40f9ff18e3a216f569ea5852e6f1 Fees from the London Evening Standard. (Up to £5,000) (Registered 24 May 2004) Remunerated employment, office, profession etc... 5177ae6a 2005-01-28 Frank Dobson uk.org.publicwhip/member/856 Frank Dobson uk.org.publicwhip/person/10171 3 2005-01-28-5177ae6a-10171-0
c3c85188239740a21f37f349cba699e03a7cd870 Fee for lecture for Leeds University Medical School at conference on diabetes sponsored by Takeda UK Ltd. (Up to £5,000) (Registered 24 May 2004) Remunerated employment, office, profession etc... 5177ae6a 2005-01-28 Frank Dobson uk.org.publicwhip/member/856 Frank Dobson uk.org.publicwhip/person/10171 4 2005-01-28-5177ae6a-10171-0
355aeb39ea3fce8301516d70b9ac3973cbaeaf96 Fee for appearances on LBC. (Up to £5,000) Remunerated employment, office, profession etc... 5177ae6a 2005-01-28 Frank Dobson uk.org.publicwhip/member/856 Frank Dobson uk.org.publicwhip/person/10171 5 2005-01-28-5177ae6a-10171-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 45.705ms · Data source: mySociety Data · About: simonw/register-of-members-interests-datasette