items
Data source: mySociety Data · About: simonw/register-of-members-interests-datasette
5 rows where record_id = "2016-06-06-64e8edeb-25351-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 |
---|---|---|---|---|---|---|---|
d9933f08f5515ad0ce55ee4cebb6df0b05f31b0a | Name of donor: Mr & Mrs Arkless Address of donor: private Amount of donation or nature and value if donation in kind: £1,000 contribution from my parents towards living costs during my election campaign Date received: 2 March 2015 Date accepted: 2 March 2015 Donor status: individuals (Registered 05 June 2015) | Gifts, benefits and hospitality from UK sources 64e8edeb | 2016-06-06 | Richard Arkless uk.org.publicwhip/person/25351 | 0 | 2016-06-06-64e8edeb-25351-0 | |
5ab7c924c7bac29f9ab4c7d35678a65080f10a25 | Name of donor: Mr & Mrs Arkless Address of donor: private Amount of donation or nature and value if donation in kind: £1,000 contribution from my parents towards living costs during my election campaign Date received: 1 April 2015 Date accepted: 1 April 2015 Donor status: individuals (Registered 05 June 2015) | Gifts, benefits and hospitality from UK sources 64e8edeb | 2016-06-06 | Richard Arkless uk.org.publicwhip/person/25351 | 1 | 2016-06-06-64e8edeb-25351-0 | |
e48994ae121798180a643a83407d7ee4b597bc51 | Name of donor: Mr & Mrs Arkless Address of donor: private Amount of donation or nature and value if donation in kind: £1,000 contribution from my parents towards living costs during my election campaign Date received: 7 April 2015 Date accepted: 7 April 2015 Donor status: individuals (Registered 05 June 2015) | Gifts, benefits and hospitality from UK sources 64e8edeb | 2016-06-06 | Richard Arkless uk.org.publicwhip/person/25351 | 2 | 2016-06-06-64e8edeb-25351-0 | |
ffc4ae95825bb27446cf3965d8e3545da666fbdc | Name of donor: Mr & Mrs Arkless Address of donor: private Amount of donation or nature and value if donation in kind: £1,000 contribution from my parents towards living costs during my election campaign Date received: 29 April 2015 Date accepted: 29 April 2015 Donor status: individuals (Registered 05 June 2015) | Gifts, benefits and hospitality from UK sources 64e8edeb | 2016-06-06 | Richard Arkless uk.org.publicwhip/person/25351 | 3 | 2016-06-06-64e8edeb-25351-0 | |
f78d5da19af397cd5df379c4ea74a38f7cf71606 | Name of donor: Mr & Mrs Arkless Address of donor: private Amount of donation or nature and value if donation in kind: £1,000 contribution from my parents towards living costs during my election campaign Date received: 12 May 2015 Date accepted: 12 May 2015 Donor status: individuals (Registered 05 June 2015) | Gifts, benefits and hospitality from UK sources 64e8edeb | 2016-06-06 | Richard Arkless uk.org.publicwhip/person/25351 | 4 | 2016-06-06-64e8edeb-25351-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");