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-09-8f616a6e-24849-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
2fadfee1602a22a3086edd7807c8c7e8b1a90062 Name of donor: United and Cecil Club Sponsorships 8f616a6e 2015-03-09 Dan Byles uk.org.publicwhip/member/40449 Dan Byles uk.org.publicwhip/person/24849 0 2015-03-09-8f616a6e-24849-1
6fc50d01b4764bd1c5eddbef6c21f85391dad636 Address of donor: 18 Thorney Lane North, Iver, Buckinghamshire SL0 95Y Sponsorships 8f616a6e 2015-03-09 Dan Byles uk.org.publicwhip/member/40449 Dan Byles uk.org.publicwhip/person/24849 1 2015-03-09-8f616a6e-24849-1
d0462c1ada5fc156fa318b4b159eaaa92ef6a56d Amount of donation or nature and value if donation in kind: £2,000 Sponsorships 8f616a6e 2015-03-09 Dan Byles uk.org.publicwhip/member/40449 Dan Byles uk.org.publicwhip/person/24849 2 2015-03-09-8f616a6e-24849-1
d59a501089d63ceabf947dc81fbbb2d0517345e1 Donor status: members’ association Sponsorships 8f616a6e 2015-03-09 Dan Byles uk.org.publicwhip/member/40449 Dan Byles uk.org.publicwhip/person/24849 3 2015-03-09-8f616a6e-24849-1
c39eef828ab55bca78fa3828f8a326776ffc510c (Registered 4 March 2014) Sponsorships 8f616a6e 2015-03-09 Dan Byles uk.org.publicwhip/member/40449 Dan Byles uk.org.publicwhip/person/24849 4 2015-03-09-8f616a6e-24849-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 13.703ms · Data source: mySociety Data · About: simonw/register-of-members-interests-datasette