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-04-12-8f616a6e-10293-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
cbeab34ad042195ff65fa24730253d21efc8ccb6 Name of donor: John Isabel Sponsorships 8f616a6e 2010-04-12 Gerald Howarth uk.org.publicwhip/member/1369 Gerald Howarth uk.org.publicwhip/person/10293 0 2010-04-12-8f616a6e-10293-0
3c0c462b608aab28bbf073ea62dfbd4f89b0e359 Address of donor: private Sponsorships 8f616a6e 2010-04-12 Gerald Howarth uk.org.publicwhip/member/1369 Gerald Howarth uk.org.publicwhip/person/10293 1 2010-04-12-8f616a6e-10293-0
0727ac59977114a4eb874aecc3500ec28275e7ed Amount of donation or nature and value if donation in kind: £10,000 Sponsorships 8f616a6e 2010-04-12 Gerald Howarth uk.org.publicwhip/member/1369 Gerald Howarth uk.org.publicwhip/person/10293 2 2010-04-12-8f616a6e-10293-0
45b10ff0e9101cde2cdb0bca37ee04911b147588 Date of receipt: 13 January 2010 Sponsorships 8f616a6e 2010-04-12 Gerald Howarth uk.org.publicwhip/member/1369 Gerald Howarth uk.org.publicwhip/person/10293 3 2010-04-12-8f616a6e-10293-0
bf38ea4d34a5e3c32dd601dace058c9ae1e76eec Date of acceptance: 9 February 2010 Sponsorships 8f616a6e 2010-04-12 Gerald Howarth uk.org.publicwhip/member/1369 Gerald Howarth uk.org.publicwhip/person/10293 4 2010-04-12-8f616a6e-10293-0
1caf764609b343b1847cbfc0950994222621c72b Donor status: individual Sponsorships 8f616a6e 2010-04-12 Gerald Howarth uk.org.publicwhip/member/1369 Gerald Howarth uk.org.publicwhip/person/10293 5 2010-04-12-8f616a6e-10293-0
2b2bae56645a4d6231ce0f08157ea6592d13294d (Registered 18 March 2010) Sponsorships 8f616a6e 2010-04-12 Gerald Howarth uk.org.publicwhip/member/1369 Gerald Howarth uk.org.publicwhip/person/10293 6 2010-04-12-8f616a6e-10293-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 186.427ms · Data source: mySociety Data · About: simonw/register-of-members-interests-datasette