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-11812-14" 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
d1fb01d7ea20a0f8d1ebf3d97c1d5867dbde1f0a Name of donor: Nicholas Clegg Sponsorships 8f616a6e 2015-03-30 Nicholas Clegg uk.org.publicwhip/member/40528 Nick Clegg uk.org.publicwhip/person/11812 0 2015-03-30-8f616a6e-11812-14
fc4a75ebff0da0ab3728066e7008276e350f9764 Address of donor: private Sponsorships 8f616a6e 2015-03-30 Nicholas Clegg uk.org.publicwhip/member/40528 Nick Clegg uk.org.publicwhip/person/11812 1 2015-03-30-8f616a6e-11812-14
3c74bc0a702dceced06da18ab05d1777c916c7c1 Amount of donation or nature and value if donation in kind: £5,000 Sponsorships 8f616a6e 2015-03-30 Nicholas Clegg uk.org.publicwhip/member/40528 Nick Clegg uk.org.publicwhip/person/11812 2 2015-03-30-8f616a6e-11812-14
cbc0d29fb4eafcc27f4d94de987e1e40f7184683 Date of receipt: 8 August 2014 Sponsorships 8f616a6e 2015-03-30 Nicholas Clegg uk.org.publicwhip/member/40528 Nick Clegg uk.org.publicwhip/person/11812 3 2015-03-30-8f616a6e-11812-14
8e6d0f826a1edf4a8fd812efe8d8cc56b20b0ba0 Date of acceptance: 8 August 2014 Sponsorships 8f616a6e 2015-03-30 Nicholas Clegg uk.org.publicwhip/member/40528 Nick Clegg uk.org.publicwhip/person/11812 4 2015-03-30-8f616a6e-11812-14
6ba074e79737050bb476d29b092a81d66d545503 Donor status: individual Sponsorships 8f616a6e 2015-03-30 Nicholas Clegg uk.org.publicwhip/member/40528 Nick Clegg uk.org.publicwhip/person/11812 5 2015-03-30-8f616a6e-11812-14
ff395a2ec1541afba5594b6c199f60085d66a45f (Registered 3 September 2014) Sponsorships 8f616a6e 2015-03-30 Nicholas Clegg uk.org.publicwhip/member/40528 Nick Clegg uk.org.publicwhip/person/11812 6 2015-03-30-8f616a6e-11812-14

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