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-10-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
3c4a00fbdf985fe62e5d86628baeda69366000eb Name of donor: Christian Action Research and Education Sponsorship or financial or material support 9e46def6 2010-03-10 Alan Beith uk.org.publicwhip/member/1404 Alan Beith uk.org.publicwhip/person/10034 0 2010-03-10-9e46def6-10034-0
7e25aae24ca5244c069af10b74197acf2776f4e2 Address of donor: CARE, 53 Romney Street, London SW1P 3RF. Sponsorship or financial or material support 9e46def6 2010-03-10 Alan Beith uk.org.publicwhip/member/1404 Alan Beith uk.org.publicwhip/person/10034 1 2010-03-10-9e46def6-10034-0
af42decad212ec35ec5e7e8cc5019072fe5d6780 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-10 Alan Beith uk.org.publicwhip/member/1404 Alan Beith uk.org.publicwhip/person/10034 2 2010-03-10-9e46def6-10034-0
6ef58b8ccb8eb094e6950aeeacd38e17c0c3d9f3 Date of receipt: 7 October 2009 Sponsorship or financial or material support 9e46def6 2010-03-10 Alan Beith uk.org.publicwhip/member/1404 Alan Beith uk.org.publicwhip/person/10034 3 2010-03-10-9e46def6-10034-0
b07155676effa597512cf65cf99504bab15b9e9e Date of acceptance: 7 October 2009 Sponsorship or financial or material support 9e46def6 2010-03-10 Alan Beith uk.org.publicwhip/member/1404 Alan Beith uk.org.publicwhip/person/10034 4 2010-03-10-9e46def6-10034-0
4c9f4df08d0cae27b33ccdbff52340b2dca99cd1 Donor status: unincorporated association Sponsorship or financial or material support 9e46def6 2010-03-10 Alan Beith uk.org.publicwhip/member/1404 Alan Beith uk.org.publicwhip/person/10034 5 2010-03-10-9e46def6-10034-0
5e2f82661ebc7d7735fd979a30777945fca9936f (Registered 21 January 2010) Sponsorship or financial or material support 9e46def6 2010-03-10 Alan Beith uk.org.publicwhip/member/1404 Alan Beith uk.org.publicwhip/person/10034 6 2010-03-10-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 22.586ms · Data source: mySociety Data · About: simonw/register-of-members-interests-datasette