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 = "2010-01-06-1f359ece-10677-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
71dfbbe9b2187b28a63a283bc763bf58ac334093 Monthly column for Chemist and Druggist magazine, CMP Medica Ltd, Ludgate House, 245 Blackfriars Road, London SE1 9UY. (Up to £5,000) Remunerated employment, office, profession etc 1f359ece 2010-01-06 Sandra Gidley uk.org.publicwhip/member/1787 Sandra Gidley uk.org.publicwhip/person/10677 0 2010-01-06-1f359ece-10677-0
b6a09970de6f0a97ff27f318dd54f1d522c8d319 £150 payment received on 4 July 2009 for article in Chemist and Druggist magazine (approx 400 words). Hours: 1½ (Registered 7 July 2009) Remunerated employment, office, profession etc 1f359ece 2010-01-06 Sandra Gidley uk.org.publicwhip/member/1787 Sandra Gidley uk.org.publicwhip/person/10677 1 2010-01-06-1f359ece-10677-0
a3af1c1bf9147fa0b161fe89ba0aaa12e10e7d5b £150 payment received on 28 July 2009 for July column. Hours worked: 1½ (Registered 30 July 2009) Remunerated employment, office, profession etc 1f359ece 2010-01-06 Sandra Gidley uk.org.publicwhip/member/1787 Sandra Gidley uk.org.publicwhip/person/10677 2 2010-01-06-1f359ece-10677-0
85a89615d416352602a808e104ebea173ee2939c Payment of £150 received on 29 September 2009 for article (approx 400 words). Hours: 2 hrs. (3 November 2009) Remunerated employment, office, profession etc 1f359ece 2010-01-06 Sandra Gidley uk.org.publicwhip/member/1787 Sandra Gidley uk.org.publicwhip/person/10677 3 2010-01-06-1f359ece-10677-0
ad68a94fec3e5c673a3d29ecebd70fa9e5a1e8be Payment of £150 received on 14 October 2009 for article (approx 400 words). Hours: 1.5hrs. (3 November 2009) Remunerated employment, office, profession etc 1f359ece 2010-01-06 Sandra Gidley uk.org.publicwhip/member/1787 Sandra Gidley uk.org.publicwhip/person/10677 4 2010-01-06-1f359ece-10677-0
c411f6cb585eac0a29bb529fe0412bca679e6ef9 Payment of £150 received on 12 November 2009 for article. Hours: 1.5 hrs. (Registered 25 November 2009) Remunerated employment, office, profession etc 1f359ece 2010-01-06 Sandra Gidley uk.org.publicwhip/member/1787 Sandra Gidley uk.org.publicwhip/person/10677 5 2010-01-06-1f359ece-10677-0
33d60d91f6e4ebf0d8665bf269bb0f8d2023e63d Consultancy fee from Ellare Ltd for advice on project for a telecommunications client. (Up to £5,000) (Registered 28 October 2008) Remunerated employment, office, profession etc 1f359ece 2010-01-06 Sandra Gidley uk.org.publicwhip/member/1787 Sandra Gidley uk.org.publicwhip/person/10677 6 2010-01-06-1f359ece-10677-0
449c17f8f80516566d4cec9e8dfc725807a2e3d6 I gave a talk, followed by a question and answer session, to the National Association of Dental Advisers, and was presented with a bottle of wine (value: £20 maximum). Address: private. Hours: 2 hrs. (Registered 25 November 2009) Remunerated employment, office, profession etc 1f359ece 2010-01-06 Sandra Gidley uk.org.publicwhip/member/1787 Sandra Gidley uk.org.publicwhip/person/10677 7 2010-01-06-1f359ece-10677-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 20.982ms · Data source: mySociety Data · About: simonw/register-of-members-interests-datasette