home / regmem

Menu
  • GraphQL API

items

Table actions
  • GraphQL API for items

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

5 rows where record_id = "2015-03-30-8f616a6e-10577-1" 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
834a754ba0e676c27bdddeaf68bf590624a95fd5 Name of donor: Nexus Schools Ltd Sponsorships 8f616a6e 2015-03-30 Gisela Stuart uk.org.publicwhip/member/40080 Gisela Stuart uk.org.publicwhip/person/10577 0 2015-03-30-8f616a6e-10577-1
5a70182e5dbe12fb23a7ee2ddfdbc078dc1eab3d Address of donor: Berrington Lodge, 91/93 Tettenhall Road, Wolverhampton WV3 9PE Sponsorships 8f616a6e 2015-03-30 Gisela Stuart uk.org.publicwhip/member/40080 Gisela Stuart uk.org.publicwhip/person/10577 1 2015-03-30-8f616a6e-10577-1
6dde4bafd2c5e8f3b50f772d5cc0b75f6ae5f680 Amount of donation or nature and value if donation in kind: £5,000 towards hosting a fundraising dinner (registered below) Sponsorships 8f616a6e 2015-03-30 Gisela Stuart uk.org.publicwhip/member/40080 Gisela Stuart uk.org.publicwhip/person/10577 2 2015-03-30-8f616a6e-10577-1
c768e65bcb1388bae901a77b4d96f1d7a97575dd Donor status: company, registration 07751278 Sponsorships 8f616a6e 2015-03-30 Gisela Stuart uk.org.publicwhip/member/40080 Gisela Stuart uk.org.publicwhip/person/10577 3 2015-03-30-8f616a6e-10577-1
ce18bd51946f8ebbd7a69fc112447613794caf0e (Registered 18 March 2015) Sponsorships 8f616a6e 2015-03-30 Gisela Stuart uk.org.publicwhip/member/40080 Gisela Stuart uk.org.publicwhip/person/10577 4 2015-03-30-8f616a6e-10577-1

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