items
Data source: mySociety Data · About: simonw/register-of-members-interests-datasette
3 rows where record_id = "2016-12-05-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 |
|---|---|---|---|---|---|---|---|
| f01ff68b8450ee2b4ad02460373794c3d0775ea9 | Payments from Ipsos Mori, 78-81 Borough Rd London SE1 1FY, for opinion surveys: | Employment and earnings 10057ffd | 2016-12-05 | John Pugh uk.org.publicwhip/person/11174 | 0 | 2016-12-05-10057ffd-11174-0 | |
| b296c321253077c74ae92b62713c153687749b09 | 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-12-05 | John Pugh uk.org.publicwhip/person/11174 | 1 | 2016-12-05-10057ffd-11174-0 | |
| 33cce1c59543becec5a1629774e980bf18462a17 | 1 August 2016, received £200 received for completing a survey. Fee paid direct to Southport Liberal Democrats. Hours: 1 hr. (Registered 08 August 2016) | Employment and earnings 10057ffd | 2016-12-05 | John Pugh uk.org.publicwhip/person/11174 | 2 | 2016-12-05-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");