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-02-24-8f616a6e-10430-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
a8ec8adeea61085f24cc85115b22cd01a7151e4b Name of donor: Stagecoach East Midlands Sponsorships 8f616a6e 2010-02-24 Gillian Merron uk.org.publicwhip/member/1686 Gillian Merron uk.org.publicwhip/person/10430 0 2010-02-24-8f616a6e-10430-0
b5dae0c193a1d4afab81f69b5006564822360823 Address of donor: PO Box 15, Deacon Road, Lincoln, LN2 4JB. Sponsorships 8f616a6e 2010-02-24 Gillian Merron uk.org.publicwhip/member/1686 Gillian Merron uk.org.publicwhip/person/10430 1 2010-02-24-8f616a6e-10430-0
c2852946f69917d3f850f6c7a3cb463f17a80489 Amount of donation or nature and value if donation in kind: sponsorship of MP's Christmas card competition for local schoolchildren (total £1221.13, covering printing of cards and second-class postage). Sponsorships 8f616a6e 2010-02-24 Gillian Merron uk.org.publicwhip/member/1686 Gillian Merron uk.org.publicwhip/person/10430 2 2010-02-24-8f616a6e-10430-0
5b635b546a06c71bd9b2d655639594eea10a76a9 Date of receipt: 15 October 2009 Sponsorships 8f616a6e 2010-02-24 Gillian Merron uk.org.publicwhip/member/1686 Gillian Merron uk.org.publicwhip/person/10430 3 2010-02-24-8f616a6e-10430-0
0e2df2529f1a3bd4b4bd0038950e03edbae2760f Date of acceptance: 15 October 2009 Sponsorships 8f616a6e 2010-02-24 Gillian Merron uk.org.publicwhip/member/1686 Gillian Merron uk.org.publicwhip/person/10430 4 2010-02-24-8f616a6e-10430-0
6c125a326c71f24d4b75fd44dfca637aa52137c6 Donor status: company, registration number 232799 Sponsorships 8f616a6e 2010-02-24 Gillian Merron uk.org.publicwhip/member/1686 Gillian Merron uk.org.publicwhip/person/10430 5 2010-02-24-8f616a6e-10430-0
c0229015ef0e92e6f8d4890dc51cfb808de6e1da (Registered 24 December 2009) Sponsorships 8f616a6e 2010-02-24 Gillian Merron uk.org.publicwhip/member/1686 Gillian Merron uk.org.publicwhip/person/10430 6 2010-02-24-8f616a6e-10430-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 53.708ms · Data source: mySociety Data · About: simonw/register-of-members-interests-datasette