home / regmem

Menu
  • GraphQL API

items

Table actions
  • GraphQL API for items

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

7 rows where record_id = "2010-03-24-9e46def6-10034-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
93857d9567fde4f3c238d297d5ea08e833bb49a7 Name of donor: Christian Action Research and Education Sponsorship or financial or material support 9e46def6 2010-03-24 Alan Beith uk.org.publicwhip/member/1404 Alan Beith uk.org.publicwhip/person/10034 0 2010-03-24-9e46def6-10034-0
04c458fc052d9c9b5a8776182ef1e5f28a6890a0 Address of donor: CARE, 53 Romney Street, London SW1P 3RF. Sponsorship or financial or material support 9e46def6 2010-03-24 Alan Beith uk.org.publicwhip/member/1404 Alan Beith uk.org.publicwhip/person/10034 1 2010-03-24-9e46def6-10034-0
18bd87ed09e2171f13b6d42f42ef801898ea7b95 Amount of donation or nature and value if donation in kind: the services of an intern for two days a week, estimated value £2500. The intern started work on 7 October 2009, and will finish on 30 July 2010. Sponsorship or financial or material support 9e46def6 2010-03-24 Alan Beith uk.org.publicwhip/member/1404 Alan Beith uk.org.publicwhip/person/10034 2 2010-03-24-9e46def6-10034-0
85a9a20346fc02a23cb74e60d9fa2f255e4cb21f Date of receipt: 7 October 2009 Sponsorship or financial or material support 9e46def6 2010-03-24 Alan Beith uk.org.publicwhip/member/1404 Alan Beith uk.org.publicwhip/person/10034 3 2010-03-24-9e46def6-10034-0
91bf3e49ee72fb5c3659e43301767ed2a3e5e21b Date of acceptance: 7 October 2009 Sponsorship or financial or material support 9e46def6 2010-03-24 Alan Beith uk.org.publicwhip/member/1404 Alan Beith uk.org.publicwhip/person/10034 4 2010-03-24-9e46def6-10034-0
17e2be635f414440df11a932acbf9e1d79488217 Donor status: unincorporated association Sponsorship or financial or material support 9e46def6 2010-03-24 Alan Beith uk.org.publicwhip/member/1404 Alan Beith uk.org.publicwhip/person/10034 5 2010-03-24-9e46def6-10034-0
b8fa468e12e5f88675d7cc4c1f7b081005742d13 (Registered 21 January 2010) Sponsorship or financial or material support 9e46def6 2010-03-24 Alan Beith uk.org.publicwhip/member/1404 Alan Beith uk.org.publicwhip/person/10034 6 2010-03-24-9e46def6-10034-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 346.61ms · Data source: mySociety Data · About: simonw/register-of-members-interests-datasette