items
Data source: mySociety Data · About: simonw/register-of-members-interests-datasette
7 rows where record_id = "2015-03-30-84642823-24784-1" 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 |
---|---|---|---|---|---|---|---|
06a3a85a3c1cdeeeea7121894fd6ce39ce924254 | Name of donor: Conservative Friends of Israel | Gifts, benefits and hospitality (UK) 84642823 | 2015-03-30 | Robert Halfon uk.org.publicwhip/member/40298 | Robert Halfon uk.org.publicwhip/person/24784 | 0 | 2015-03-30-84642823-24784-1 |
6096bb518a8aeb0a3d75d430b2f6e9afaa952205 | Address of donor: 7-10 Chandos Street, London W1G 9DG | Gifts, benefits and hospitality (UK) 84642823 | 2015-03-30 | Robert Halfon uk.org.publicwhip/member/40298 | Robert Halfon uk.org.publicwhip/person/24784 | 1 | 2015-03-30-84642823-24784-1 |
bfb8cf388e9cacf208a5712eec939a5a0a3e1ac3 | Amount of donation or nature and value if donation in kind: 4 nights hotel accommodation in Birmingham during the Conservative Party Conference; value £1,196 | Gifts, benefits and hospitality (UK) 84642823 | 2015-03-30 | Robert Halfon uk.org.publicwhip/member/40298 | Robert Halfon uk.org.publicwhip/person/24784 | 2 | 2015-03-30-84642823-24784-1 |
33f89778288ae55385207e17f22360843a252f61 | Date of receipt of donation: 27 September 2014 | Gifts, benefits and hospitality (UK) 84642823 | 2015-03-30 | Robert Halfon uk.org.publicwhip/member/40298 | Robert Halfon uk.org.publicwhip/person/24784 | 3 | 2015-03-30-84642823-24784-1 |
0f854fa101cc1ecfddcf2b45310f2496d30bb33b | Date of acceptance of donation: 27 September 2014 | Gifts, benefits and hospitality (UK) 84642823 | 2015-03-30 | Robert Halfon uk.org.publicwhip/member/40298 | Robert Halfon uk.org.publicwhip/person/24784 | 4 | 2015-03-30-84642823-24784-1 |
27d5d9ce1aaec2a83aa304aa76aab8ec08b8d18f | Donor status: members’ association | Gifts, benefits and hospitality (UK) 84642823 | 2015-03-30 | Robert Halfon uk.org.publicwhip/member/40298 | Robert Halfon uk.org.publicwhip/person/24784 | 5 | 2015-03-30-84642823-24784-1 |
dad0e1c0132506ea91f044dda1531fa1b0761786 | (Registered 30 October 2014) | Gifts, benefits and hospitality (UK) 84642823 | 2015-03-30 | Robert Halfon uk.org.publicwhip/member/40298 | Robert Halfon uk.org.publicwhip/person/24784 | 6 | 2015-03-30-84642823-24784-1 |
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");