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-8f616a6e-10349-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
9c67a3fabd48e55ebaf581c78a8ec1000b1f8f57 Name of donor: Mrs John Nash Sponsorships 8f616a6e 2010-03-10 Andrew Lansley uk.org.publicwhip/member/1476 Andrew Lansley uk.org.publicwhip/person/10349 0 2010-03-10-8f616a6e-10349-0
c65075540c100098516b46abe73d47206fffcd14 Address of donor: private Sponsorships 8f616a6e 2010-03-10 Andrew Lansley uk.org.publicwhip/member/1476 Andrew Lansley uk.org.publicwhip/person/10349 1 2010-03-10-8f616a6e-10349-0
9fb4772ed9b7cc02455681924dfaf09e5398623e Amount of donation or nature and value if donation in kind: £21,000 Sponsorships 8f616a6e 2010-03-10 Andrew Lansley uk.org.publicwhip/member/1476 Andrew Lansley uk.org.publicwhip/person/10349 2 2010-03-10-8f616a6e-10349-0
cda3bdc12f666c89c3ca4a8417feaa584492ef7f Date of receipt: 1 November 2009 Sponsorships 8f616a6e 2010-03-10 Andrew Lansley uk.org.publicwhip/member/1476 Andrew Lansley uk.org.publicwhip/person/10349 3 2010-03-10-8f616a6e-10349-0
a1eafe641eb92bcf0b66d17a4c23c8c421e4d554 Date of acceptance: 4 November 2009 Sponsorships 8f616a6e 2010-03-10 Andrew Lansley uk.org.publicwhip/member/1476 Andrew Lansley uk.org.publicwhip/person/10349 4 2010-03-10-8f616a6e-10349-0
063dcb3c6a23aad928c0a33db206900c12b053c3 Donor status: individual Sponsorships 8f616a6e 2010-03-10 Andrew Lansley uk.org.publicwhip/member/1476 Andrew Lansley uk.org.publicwhip/person/10349 5 2010-03-10-8f616a6e-10349-0
225319e655fbf3fb0f7b3e28215066c56feda562 (Registered 17 December 2009) Sponsorships 8f616a6e 2010-03-10 Andrew Lansley uk.org.publicwhip/member/1476 Andrew Lansley uk.org.publicwhip/person/10349 6 2010-03-10-8f616a6e-10349-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.534ms · Data source: mySociety Data · About: simonw/register-of-members-interests-datasette