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 = "2009-11-11-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
d501cfe5d3ac61de8987bad2a48bf0139d0d22ff 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 2009-11-11 Sandra Gidley uk.org.publicwhip/member/1787 Sandra Gidley uk.org.publicwhip/person/10677 0 2009-11-11-1f359ece-10677-0
a42d56cd86b65ab727eddc42b2c4e6744fd0eef1 £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 2009-11-11 Sandra Gidley uk.org.publicwhip/member/1787 Sandra Gidley uk.org.publicwhip/person/10677 1 2009-11-11-1f359ece-10677-0
b315fa7cb8573914cab6591ad51629e9143437aa £150 payment received on 28 July 2009 for July column. Hours worked: 1½ (Registered 30 July 2009) Remunerated employment, office, profession etc 1f359ece 2009-11-11 Sandra Gidley uk.org.publicwhip/member/1787 Sandra Gidley uk.org.publicwhip/person/10677 2 2009-11-11-1f359ece-10677-0
c57be00f638ddcd2ad4502ae199e36fa7c6d00df 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 2009-11-11 Sandra Gidley uk.org.publicwhip/member/1787 Sandra Gidley uk.org.publicwhip/person/10677 3 2009-11-11-1f359ece-10677-0
3f6fb929227c15a12d65d10e9060043357dd42ed 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 2009-11-11 Sandra Gidley uk.org.publicwhip/member/1787 Sandra Gidley uk.org.publicwhip/person/10677 4 2009-11-11-1f359ece-10677-0
4234c94acfbde6c4ba6c9f2ce354453dd14a6233 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 2009-11-11 Sandra Gidley uk.org.publicwhip/member/1787 Sandra Gidley uk.org.publicwhip/person/10677 5 2009-11-11-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 16.699ms · Data source: mySociety Data · About: simonw/register-of-members-interests-datasette