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-10293-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
98489aa0aadafc2e2eb665c0bdc5fe23d0697a81 Name of donor: R Collard Ltd Sponsorships 8f616a6e 2015-03-30 Gerald Howarth uk.org.publicwhip/member/40039 Gerald Howarth uk.org.publicwhip/person/10293 0 2015-03-30-8f616a6e-10293-1
3e531a6fa79d4e0a6ff34914170bc6c8ad561f9d Address of donor: Eversley Haulage Park, Brickhouse Hill, Eversley, Hook RG27 0PZ Sponsorships 8f616a6e 2015-03-30 Gerald Howarth uk.org.publicwhip/member/40039 Gerald Howarth uk.org.publicwhip/person/10293 1 2015-03-30-8f616a6e-10293-1
2ef017e5b85f88ec6911a1bd49139edfc9fc6d89 Amount of donation or nature and value if donation in kind: £2,500 Sponsorships 8f616a6e 2015-03-30 Gerald Howarth uk.org.publicwhip/member/40039 Gerald Howarth uk.org.publicwhip/person/10293 2 2015-03-30-8f616a6e-10293-1
2411c49b25a5602b5999bd2f70d5fa721eac6f4a Date of receipt: 10 November 2014 Sponsorships 8f616a6e 2015-03-30 Gerald Howarth uk.org.publicwhip/member/40039 Gerald Howarth uk.org.publicwhip/person/10293 3 2015-03-30-8f616a6e-10293-1
8a45c5f286bb5009509147a5dac8bf38a34ef862 Date of acceptance: 10 November 2014 Sponsorships 8f616a6e 2015-03-30 Gerald Howarth uk.org.publicwhip/member/40039 Gerald Howarth uk.org.publicwhip/person/10293 4 2015-03-30-8f616a6e-10293-1
46ed45e6134441cd7447892ceceb5e2bb0903a4a Donor status: company, registration 3002310 Sponsorships 8f616a6e 2015-03-30 Gerald Howarth uk.org.publicwhip/member/40039 Gerald Howarth uk.org.publicwhip/person/10293 5 2015-03-30-8f616a6e-10293-1
10b5b4b036b80a6ac17252c812c57c3828c12382 (Registered 24 November 2014) Sponsorships 8f616a6e 2015-03-30 Gerald Howarth uk.org.publicwhip/member/40039 Gerald Howarth uk.org.publicwhip/person/10293 6 2015-03-30-8f616a6e-10293-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 48.571ms · Data source: mySociety Data · About: simonw/register-of-members-interests-datasette