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-24891-10" 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
bfe4303d18f722443d62075050bab83b7191ab4b Name of donor: Hugh Sloane Sponsorships 8f616a6e 2015-03-30 Charlotte Leslie uk.org.publicwhip/member/40123 Charlotte Leslie uk.org.publicwhip/person/24891 0 2015-03-30-8f616a6e-24891-10
4f61d15e558124692b317d0164b263021508e939 Address of donor: private Sponsorships 8f616a6e 2015-03-30 Charlotte Leslie uk.org.publicwhip/member/40123 Charlotte Leslie uk.org.publicwhip/person/24891 1 2015-03-30-8f616a6e-24891-10
1d636f25fcbb50f7765e33b8adc2c5e3576f0c27 Amount of donation or nature and value if donation in kind: £5,000 Sponsorships 8f616a6e 2015-03-30 Charlotte Leslie uk.org.publicwhip/member/40123 Charlotte Leslie uk.org.publicwhip/person/24891 2 2015-03-30-8f616a6e-24891-10
93590386b0184d8d42da60e65c01fdbe2f2d4d0d Donor status: individual Sponsorships 8f616a6e 2015-03-30 Charlotte Leslie uk.org.publicwhip/member/40123 Charlotte Leslie uk.org.publicwhip/person/24891 3 2015-03-30-8f616a6e-24891-10
fcd92354a0325e0ce721b6fc8979c5696cf6418e (Registered 19 December 2014) Sponsorships 8f616a6e 2015-03-30 Charlotte Leslie uk.org.publicwhip/member/40123 Charlotte Leslie uk.org.publicwhip/person/24891 4 2015-03-30-8f616a6e-24891-10

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