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-03-10-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
e395dbb1c21606b5cada884132dfae37edbe1034 Name of donor: Stagecoach East Midlands Sponsorships 8f616a6e 2010-03-10 Gillian Merron uk.org.publicwhip/member/1686 Gillian Merron uk.org.publicwhip/person/10430 0 2010-03-10-8f616a6e-10430-0
57219a58de660b1483b9a82f4c4ec7b77457d97c Address of donor: PO Box 15, Deacon Road, Lincoln, LN2 4JB. Sponsorships 8f616a6e 2010-03-10 Gillian Merron uk.org.publicwhip/member/1686 Gillian Merron uk.org.publicwhip/person/10430 1 2010-03-10-8f616a6e-10430-0
eeec84061732436df292f1507bac8daee4a5d158 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-03-10 Gillian Merron uk.org.publicwhip/member/1686 Gillian Merron uk.org.publicwhip/person/10430 2 2010-03-10-8f616a6e-10430-0
f68c806e35df95ea235755d1a711f4bcadcab506 Date of receipt: 15 October 2009 Sponsorships 8f616a6e 2010-03-10 Gillian Merron uk.org.publicwhip/member/1686 Gillian Merron uk.org.publicwhip/person/10430 3 2010-03-10-8f616a6e-10430-0
30d659ed8beecc001a2f33d4af85f50d2ca4a234 Date of acceptance: 15 October 2009 Sponsorships 8f616a6e 2010-03-10 Gillian Merron uk.org.publicwhip/member/1686 Gillian Merron uk.org.publicwhip/person/10430 4 2010-03-10-8f616a6e-10430-0
1aeebde22f1b0b6d4272b767bd20196b764a9c99 Donor status: company, registration number 232799 Sponsorships 8f616a6e 2010-03-10 Gillian Merron uk.org.publicwhip/member/1686 Gillian Merron uk.org.publicwhip/person/10430 5 2010-03-10-8f616a6e-10430-0
f1d91b9adb9679f2381898788fe08802e05a9bd0 (Registered 24 December 2009) Sponsorships 8f616a6e 2010-03-10 Gillian Merron uk.org.publicwhip/member/1686 Gillian Merron uk.org.publicwhip/person/10430 6 2010-03-10-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 11.743ms · Data source: mySociety Data · About: simonw/register-of-members-interests-datasette