home / regmem

Menu
  • GraphQL API

items

Table actions
  • GraphQL API for items

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

8 rows where record_id = "2015-03-30-8f616a6e-24954-19" 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
8dfe471320c07438fcf87ef35d5b7cd4be4fcddd Name of donor: Mr Charles Hill Sponsorships 8f616a6e 2015-03-30 Richard Harrington uk.org.publicwhip/member/40637 Richard Harrington uk.org.publicwhip/person/24954 0 2015-03-30-8f616a6e-24954-19
2bb69a6c7d440bc8221d4460541353d373416fde Amount of donation or nature and value if donation in kind: £1,500 Sponsorships 8f616a6e 2015-03-30 Richard Harrington uk.org.publicwhip/member/40637 Richard Harrington uk.org.publicwhip/person/24954 2 2015-03-30-8f616a6e-24954-19
3ea464ca0d643e69f3b71d81830eed192a788f72 Sponsorships 8f616a6e 2015-03-30 Richard Harrington uk.org.publicwhip/member/40637 Richard Harrington uk.org.publicwhip/person/24954 5 2015-03-30-8f616a6e-24954-19
ee96b2899e1e8a1be8959e881ab131d876421182 Name of donor: Mr I P Fitter Sponsorships 8f616a6e 2015-03-30 Richard Harrington uk.org.publicwhip/member/40637 Richard Harrington uk.org.publicwhip/person/24954 6 2015-03-30-8f616a6e-24954-19
d367679c4940253905a436b40d581c29e3a0e986 Address of donor: private Sponsorships 8f616a6e 2015-03-30 Richard Harrington uk.org.publicwhip/member/40637 Richard Harrington uk.org.publicwhip/person/24954 7 2015-03-30-8f616a6e-24954-19
da70230c0b81e2568abdb5d8985d64b9e43739ae Amount of donation or nature and value if donation in kind: £10,000 Sponsorships 8f616a6e 2015-03-30 Richard Harrington uk.org.publicwhip/member/40637 Richard Harrington uk.org.publicwhip/person/24954 8 2015-03-30-8f616a6e-24954-19
b690813df93fe9e15327e14ccaa98dfe11aca4a6 Donor status: individual Sponsorships 8f616a6e 2015-03-30 Richard Harrington uk.org.publicwhip/member/40637 Richard Harrington uk.org.publicwhip/person/24954 9 2015-03-30-8f616a6e-24954-19
037a8c85c23bc32bfed266bbe6f2f6eaa4dfbc9d (Registered 28 July 2014) Sponsorships 8f616a6e 2015-03-30 Richard Harrington uk.org.publicwhip/member/40637 Richard Harrington uk.org.publicwhip/person/24954 10 2015-03-30-8f616a6e-24954-19

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 472.145ms · Data source: mySociety Data · About: simonw/register-of-members-interests-datasette