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-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
d7873c768a3975d08aaea22f4c099c1686e09966 Name of donor: Stagecoach East Midlands Sponsorships 8f616a6e 2010-03-24 Gillian Merron uk.org.publicwhip/member/1686 Gillian Merron uk.org.publicwhip/person/10430 0 2010-03-24-8f616a6e-10430-0
74c1da604fa7cd84e00d5dcad18f4d286c3a3870 Address of donor: PO Box 15, Deacon Road, Lincoln, LN2 4JB. Sponsorships 8f616a6e 2010-03-24 Gillian Merron uk.org.publicwhip/member/1686 Gillian Merron uk.org.publicwhip/person/10430 1 2010-03-24-8f616a6e-10430-0
02f78f6032174985599fa2fa9f05a0d0b924bf67 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-24 Gillian Merron uk.org.publicwhip/member/1686 Gillian Merron uk.org.publicwhip/person/10430 2 2010-03-24-8f616a6e-10430-0
5ee9b07863f54ca87003c3c9c4b4422cefad27b7 Date of receipt: 15 October 2009 Sponsorships 8f616a6e 2010-03-24 Gillian Merron uk.org.publicwhip/member/1686 Gillian Merron uk.org.publicwhip/person/10430 3 2010-03-24-8f616a6e-10430-0
77fa0543da3966810dc36ca5cdf24dccaa7f33cd Date of acceptance: 15 October 2009 Sponsorships 8f616a6e 2010-03-24 Gillian Merron uk.org.publicwhip/member/1686 Gillian Merron uk.org.publicwhip/person/10430 4 2010-03-24-8f616a6e-10430-0
d2945e9dd06f125f08e8c11d773d6c084a0ffff5 Donor status: company, registration number 232799 Sponsorships 8f616a6e 2010-03-24 Gillian Merron uk.org.publicwhip/member/1686 Gillian Merron uk.org.publicwhip/person/10430 5 2010-03-24-8f616a6e-10430-0
6166038ff4dd340804fea8e115f10ccd602426ef (Registered 24 December 2009) Sponsorships 8f616a6e 2010-03-24 Gillian Merron uk.org.publicwhip/member/1686 Gillian Merron uk.org.publicwhip/person/10430 6 2010-03-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 79.882ms · Data source: mySociety Data · About: simonw/register-of-members-interests-datasette