items
Data source: mySociety Data · About: simonw/register-of-members-interests-datasette
3 rows where record_id = "2016-02-22-10057ffd-11174-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 |
|---|---|---|---|---|---|---|---|
| 1dc90c4071c6a7257591ff3adc1324e658628ec1 | Payments from Ipsos Mori, 78-81 Borough Rd London SE1 1FY, for opinion surveys: | Employment and earnings 10057ffd | 2016-02-22 | John Pugh uk.org.publicwhip/person/11174 | 0 | 2016-02-22-10057ffd-11174-0 | |
| 5dd3e3c8d6844a22d97fa7a137f0f18037557204 | 3 July 2015, received £200 for survey completed in June 2015. Hours: 1.5 hrs. Fee donated to charity. (Registered 22 July 2015) | Employment and earnings 10057ffd | 2016-02-22 | John Pugh uk.org.publicwhip/person/11174 | 1 | 2016-02-22-10057ffd-11174-0 | |
| a6b01d976a19f16cf328348cc29bca60eee75913 | 12 January 2016, received £200 for survey completed on 2 December 2015. Hours: 45 mins. Fee paid direct to Southport Liberal Democrats. (Registered 15 January 2016) | Employment and earnings 10057ffd | 2016-02-22 | John Pugh uk.org.publicwhip/person/11174 | 2 | 2016-02-22-10057ffd-11174-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");