home / regmem

Menu
  • GraphQL API

items

Table actions
  • GraphQL API for items

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

8 rows where record_id = "2009-12-10-1f359ece-10401-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
0f7448907c554781da58f8e50512795c626dc3c2 Fees for articles published by: Remunerated employment, office, profession etc 1f359ece 2009-12-10 Denis MacShane uk.org.publicwhip/member/1790 Denis MacShane uk.org.publicwhip/person/10401 0 2009-12-10-1f359ece-10401-0
401ec59af619733dfa85efe5b119c8b5cf1b7a8c News International newspapers. (Up to £5,000) Remunerated employment, office, profession etc 1f359ece 2009-12-10 Denis MacShane uk.org.publicwhip/member/1790 Denis MacShane uk.org.publicwhip/person/10401 1 2009-12-10-1f359ece-10401-0
a74bb9ec308de6d0a5bc874c90653a8e3283fb5c Scott Trust newspapers. (Up to £5,000) Remunerated employment, office, profession etc 1f359ece 2009-12-10 Denis MacShane uk.org.publicwhip/member/1790 Denis MacShane uk.org.publicwhip/person/10401 2 2009-12-10-1f359ece-10401-0
a3bb06e037f324806fcb20a808e1c36501c2a0e5 Independent. (Up to £5,000) Remunerated employment, office, profession etc 1f359ece 2009-12-10 Denis MacShane uk.org.publicwhip/member/1790 Denis MacShane uk.org.publicwhip/person/10401 3 2009-12-10-1f359ece-10401-0
01efd25482ba7668be347ab5ce2bdb465c52d972 Newsweek. (Up to £5,000) Remunerated employment, office, profession etc 1f359ece 2009-12-10 Denis MacShane uk.org.publicwhip/member/1790 Denis MacShane uk.org.publicwhip/person/10401 4 2009-12-10-1f359ece-10401-0
da84e0edca8055ae800e98dd0038bb3d51f104d2 Advance on contract with Orion Books for a book on 'Globalising Hatred'. (£10,001-£15,000) (Registered 14 July 2008) Remunerated employment, office, profession etc 1f359ece 2009-12-10 Denis MacShane uk.org.publicwhip/member/1790 Denis MacShane uk.org.publicwhip/person/10401 5 2009-12-10-1f359ece-10401-0
c0bf217dac913276a2a678411b50919cb51c54f2 Fee from Pittsburgh University for lecture on European affairs and talk to students. (Up to £5,000) The University paid for economy class travel. (Registered 17 June 2009) Remunerated employment, office, profession etc 1f359ece 2009-12-10 Denis MacShane uk.org.publicwhip/member/1790 Denis MacShane uk.org.publicwhip/person/10401 6 2009-12-10-1f359ece-10401-0
0d2af7de098340c722f75d5028b43ee1d68c5c1e 15 July 2009, fee of £500 for an article paid by the Evening Standard, Evening Standard Ltd, 2 Derry Street, London W8 5TT. (Registered 18 July 2009) Remunerated employment, office, profession etc 1f359ece 2009-12-10 Denis MacShane uk.org.publicwhip/member/1790 Denis MacShane uk.org.publicwhip/person/10401 7 2009-12-10-1f359ece-10401-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 15.104ms · Data source: mySociety Data · About: simonw/register-of-members-interests-datasette