home / regmem

Menu
  • GraphQL API

items

Table actions
  • GraphQL API for items

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

4 rows where record_id = "2009-12-10-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
3e8c481ec14cbc5ad2a0d50ffd547b92359ea14b Design and maintenance of website free of charge by Web Design by Russell Brown Ltd. Sponsorship or financial or material support 9e46def6 2009-12-10 Theresa May uk.org.publicwhip/member/1700 Theresa May uk.org.publicwhip/person/10426 0 2009-12-10-9e46def6-10426-0
ae7d81b11994b69f0ee8791745c3553d4335f753 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. (Registered 23 February 2009) Sponsorship or financial or material support 9e46def6 2009-12-10 Theresa May uk.org.publicwhip/member/1700 Theresa May uk.org.publicwhip/person/10426 1 2009-12-10-9e46def6-10426-0
2a03fa06daf50a20148f9fb452589cdb388f65f5 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 2009-12-10 Theresa May uk.org.publicwhip/member/1700 Theresa May uk.org.publicwhip/person/10426 2 2009-12-10-9e46def6-10426-0
3f396ce6b3d2f9753d785b95b201372f07904fec Donation to Maidenhead Conservative Association from Johan Christofferson, of London. (Registered 11 June 2009) Sponsorship or financial or material support 9e46def6 2009-12-10 Theresa May uk.org.publicwhip/member/1700 Theresa May uk.org.publicwhip/person/10426 3 2009-12-10-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 135.274ms · Data source: mySociety Data · About: simonw/register-of-members-interests-datasette