home / regmem

Menu
  • GraphQL API

items

Table actions
  • GraphQL API for items

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

5 rows where record_id = "2010-04-12-9e46def6-10426-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
9be8ea3332d4a08f13502602a338ef342d4ee85d Design and maintenance of website free of charge by Web Design by Russell Brown Ltd. Sponsorship or financial or material support 9e46def6 2010-04-12 Theresa May uk.org.publicwhip/member/1700 Theresa May uk.org.publicwhip/person/10426 0 2010-04-12-9e46def6-10426-0
0674eb6208db65726e9a4834fff8f8baaff2b5c5 Temporary secondment of one part-time member of staff by PriceWaterhouseCoopers to my office to assist in policy development and analysis for the Shadow Work and Pensions team. Secondment ended June 2009. (Registered 23 February 2009) Sponsorship or financial or material support 9e46def6 2010-04-12 Theresa May uk.org.publicwhip/member/1700 Theresa May uk.org.publicwhip/person/10426 1 2010-04-12-9e46def6-10426-0
ca7acaeb894f4abe464f328daf728f1d5e3b47c1 Temporary secondment of one full-time member of staff by Mr Martyn Rose of London, to assist in policy development and analysis for the Shadow Work and Pensions team. (Registered 18 May 2009) Sponsorship or financial or material support 9e46def6 2010-04-12 Theresa May uk.org.publicwhip/member/1700 Theresa May uk.org.publicwhip/person/10426 2 2010-04-12-9e46def6-10426-0
14aee01aa3d425fc582f1e3d801ca066b76f2a38 The secondment ended at the end of November 2009. The value of the secondment for the period 1 July to end November was £17,248. (Registered 10 January 2010) Sponsorship or financial or material support 9e46def6 2010-04-12 Theresa May uk.org.publicwhip/member/1700 Theresa May uk.org.publicwhip/person/10426 3 2010-04-12-9e46def6-10426-0
1947922a85babb563a030e5d03672e7e14f244ed Donation to Maidenhead Conservative Association from Johan Christofferson, of London. (Registered 11 June 2009) Sponsorship or financial or material support 9e46def6 2010-04-12 Theresa May uk.org.publicwhip/member/1700 Theresa May uk.org.publicwhip/person/10426 4 2010-04-12-9e46def6-10426-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 19.294ms · Data source: mySociety Data · About: simonw/register-of-members-interests-datasette