items
Data source: mySociety Data · About: simonw/register-of-members-interests-datasette
4 rows where record_id = "2015-02-23-1f359ece-10034-0" 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 |
---|---|---|---|---|---|---|---|
0f4b179c6c46a7d54bfeb8994a8856b4cf37fa9c | Payments from ComRes, 4 Millbank, London SW1P 3JA, for opinion research: | Remunerated employment, office, profession etc 1f359ece | 2015-02-23 | Alan Beith uk.org.publicwhip/member/40073 | Alan Beith uk.org.publicwhip/person/10034 | 0 | 2015-02-23-1f359ece-10034-0 |
f96f0e74a60ada7046a42f4e0b816c886a7a379f | Payment of £75. Hours: 2 hrs (January 2014). Payment donated to my constituency party. (Registered 18 July 2014) | Remunerated employment, office, profession etc 1f359ece | 2015-02-23 | Alan Beith uk.org.publicwhip/member/40073 | Alan Beith uk.org.publicwhip/person/10034 | 1 | 2015-02-23-1f359ece-10034-0 |
7419254dafa18910fa242577a5a147e8a1245a74 | Payment of £75. Hours: 2 hrs (April 2014). Payment donated to my constituency party. (Registered 18 July 2014) | Remunerated employment, office, profession etc 1f359ece | 2015-02-23 | Alan Beith uk.org.publicwhip/member/40073 | Alan Beith uk.org.publicwhip/person/10034 | 2 | 2015-02-23-1f359ece-10034-0 |
bb3e643ecddd296d89f667dc586d22feb19e50d1 | Payment of £75. Hours: 2 hrs (October 2014). Payment donated to my constituency party. (Registered 27 November 2014) | Remunerated employment, office, profession etc 1f359ece | 2015-02-23 | Alan Beith uk.org.publicwhip/member/40073 | Alan Beith uk.org.publicwhip/person/10034 | 3 | 2015-02-23-1f359ece-10034-0 |
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");