items
Data source: mySociety Data · About: simonw/register-of-members-interests-datasette
3 rows where record_id = "2016-10-31-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 |
|---|---|---|---|---|---|---|---|
| 480cf4305f3d259462ae6ad613a2960f41295ca1 | Payments from Ipsos Mori, 78-81 Borough Rd London SE1 1FY, for opinion surveys: | Employment and earnings 10057ffd | 2016-10-31 | John Pugh uk.org.publicwhip/person/11174 | 0 | 2016-10-31-10057ffd-11174-0 | |
| fd5af864e31a0f0fc5a087d821f2dc34ac4d27c0 | 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-10-31 | John Pugh uk.org.publicwhip/person/11174 | 1 | 2016-10-31-10057ffd-11174-0 | |
| 9f64e28440eea2b3fe3149c0bd41950c84193be7 | 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-10-31 | John Pugh uk.org.publicwhip/person/11174 | 2 | 2016-10-31-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");