items
Data source: mySociety Data · About: simonw/register-of-members-interests-datasette
7 rows where record_id = "2015-03-30-8f616a6e-10678-15" sorted by date descending
This data as json, CSV (advanced)
Suggested facets: date (date)
| hash | item | category_id | date ▲ | member_id | person_id | sort_order | record_id |
|---|---|---|---|---|---|---|---|
| fba0d53cae9edc88f03bc80043d47b9b069ab947 | Name of donor: Richard Greer | Sponsorships 8f616a6e | 2015-03-30 | David Lammy uk.org.publicwhip/member/40615 | David Lammy uk.org.publicwhip/person/10678 | 0 | 2015-03-30-8f616a6e-10678-15 |
| 0b1061c7cdb82a2243c6904d07e20b3ceaf86bc9 | Address of donor: private | Sponsorships 8f616a6e | 2015-03-30 | David Lammy uk.org.publicwhip/member/40615 | David Lammy uk.org.publicwhip/person/10678 | 1 | 2015-03-30-8f616a6e-10678-15 |
| fe00516b47fa44fa3d0a1eda790959bd7cbef57b | Amount of donation or nature and value if donation in kind: £10,000 | Sponsorships 8f616a6e | 2015-03-30 | David Lammy uk.org.publicwhip/member/40615 | David Lammy uk.org.publicwhip/person/10678 | 2 | 2015-03-30-8f616a6e-10678-15 |
| 766575e505f910483cbdec0c98867afdfe36a038 | Date of receipt: 23 January 2015 | Sponsorships 8f616a6e | 2015-03-30 | David Lammy uk.org.publicwhip/member/40615 | David Lammy uk.org.publicwhip/person/10678 | 3 | 2015-03-30-8f616a6e-10678-15 |
| 77101a0b4708da6cec8feb27285462f74185bd16 | Date of acceptance: 29 January 2015 | Sponsorships 8f616a6e | 2015-03-30 | David Lammy uk.org.publicwhip/member/40615 | David Lammy uk.org.publicwhip/person/10678 | 4 | 2015-03-30-8f616a6e-10678-15 |
| f1a6c97e3827b64e30160c28fa682a68d3608a43 | Donor status: individual | Sponsorships 8f616a6e | 2015-03-30 | David Lammy uk.org.publicwhip/member/40615 | David Lammy uk.org.publicwhip/person/10678 | 5 | 2015-03-30-8f616a6e-10678-15 |
| 6ec7cdef4501d78cbbe710d383b5ef4bcd48880b | (Registered 19 February 2015) | Sponsorships 8f616a6e | 2015-03-30 | David Lammy uk.org.publicwhip/member/40615 | David Lammy uk.org.publicwhip/person/10678 | 6 | 2015-03-30-8f616a6e-10678-15 |
Advanced export
JSON shape: default, array, newline-delimited, object
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");