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 = "2015-03-30-8f616a6e-10040-8" 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
62e5c3b0bd4fad0ef3ac48d1cee6f67b24045e74 Name of donor: Mr Kishorkant Bhatessa Sponsorships 8f616a6e 2015-03-30 John Bercow uk.org.publicwhip/member/40131 John Bercow uk.org.publicwhip/person/10040 0 2015-03-30-8f616a6e-10040-8
7c7b3a50fc3811f290573675ecfe439c16e3f2f0 Address of donor: private Sponsorships 8f616a6e 2015-03-30 John Bercow uk.org.publicwhip/member/40131 John Bercow uk.org.publicwhip/person/10040 1 2015-03-30-8f616a6e-10040-8
5331389e375ccbe2ee0cba39c4a2a1ef91b2cce9 Amount of donation or nature and value if donation in kind: £5,000 Sponsorships 8f616a6e 2015-03-30 John Bercow uk.org.publicwhip/member/40131 John Bercow uk.org.publicwhip/person/10040 2 2015-03-30-8f616a6e-10040-8
736c0b12f4446abff824c8bd334b2c13616206b0 Date of receipt: 20 November 2014 Sponsorships 8f616a6e 2015-03-30 John Bercow uk.org.publicwhip/member/40131 John Bercow uk.org.publicwhip/person/10040 3 2015-03-30-8f616a6e-10040-8
7299483a9ace540f9d1e7f08075a0b6839f8ceb9 Date of acceptance: 15 December 2014 Sponsorships 8f616a6e 2015-03-30 John Bercow uk.org.publicwhip/member/40131 John Bercow uk.org.publicwhip/person/10040 4 2015-03-30-8f616a6e-10040-8
c6b94994dbe2dedaa702a232379b9b8ae3c7610b Donor status: individual Sponsorships 8f616a6e 2015-03-30 John Bercow uk.org.publicwhip/member/40131 John Bercow uk.org.publicwhip/person/10040 5 2015-03-30-8f616a6e-10040-8
2666f638e801e0539f6a6b28f559f065450db05f (Registered 23 December 2014) Sponsorships 8f616a6e 2015-03-30 John Bercow uk.org.publicwhip/member/40131 John Bercow uk.org.publicwhip/person/10040 6 2015-03-30-8f616a6e-10040-8

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