home / regmem

Menu
  • GraphQL API

items

Table actions
  • GraphQL API for items

Data source: mySociety Data · About: simonw/register-of-members-interests-datasette

10 rows where record_id = "2015-03-30-84642823-10389-0" sorted by date descending

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: date (date)

hash item category_id date ▲ member_id person_id sort_order record_id
a7bebe8fdf11abab60ec3cf7ccda889591508428 Name of donor: T.O.G. (UK) Ltd Gifts, benefits and hospitality (UK) 84642823 2015-03-30 Anne McIntosh uk.org.publicwhip/member/40605 Anne McIntosh uk.org.publicwhip/person/10389 0 2015-03-30-84642823-10389-0
9e0ff36306d9aeb0aef2acc84e0f644a1145e118 Address of donor: Acre House, 11/15 William Road, London NW1 3ER Gifts, benefits and hospitality (UK) 84642823 2015-03-30 Anne McIntosh uk.org.publicwhip/member/40605 Anne McIntosh uk.org.publicwhip/person/10389 1 2015-03-30-84642823-10389-0
49b452541d2093849959bc209208cea7fc2b3c20 Amount of donation or nature and value if donation in kind: performance at a private event, value £1,800 Gifts, benefits and hospitality (UK) 84642823 2015-03-30 Anne McIntosh uk.org.publicwhip/member/40605 Anne McIntosh uk.org.publicwhip/person/10389 2 2015-03-30-84642823-10389-0
fbcaf0d53275057c0c499054fbab41c64ff28161 Date of receipt of donation: 19 September 2014 Gifts, benefits and hospitality (UK) 84642823 2015-03-30 Anne McIntosh uk.org.publicwhip/member/40605 Anne McIntosh uk.org.publicwhip/person/10389 3 2015-03-30-84642823-10389-0
8ee26657fe095159001d47265ac8d4621006e888 Date of acceptance of donation: 19 September 2014 Gifts, benefits and hospitality (UK) 84642823 2015-03-30 Anne McIntosh uk.org.publicwhip/member/40605 Anne McIntosh uk.org.publicwhip/person/10389 4 2015-03-30-84642823-10389-0
4d8806b41347527531562959be0c6ab79dbe3e07 Donor status: company, registration 07305070 Gifts, benefits and hospitality (UK) 84642823 2015-03-30 Anne McIntosh uk.org.publicwhip/member/40605 Anne McIntosh uk.org.publicwhip/person/10389 5 2015-03-30-84642823-10389-0
75039751a3eababc26ed0f12cd2beb8c41d1d430 (Registered 31 October 2014) Gifts, benefits and hospitality (UK) 84642823 2015-03-30 Anne McIntosh uk.org.publicwhip/member/40605 Anne McIntosh uk.org.publicwhip/person/10389 6 2015-03-30-84642823-10389-0
80048bbcd956634754863b5c6fb927df8b5d711f 8. Land and Property Gifts, benefits and hospitality (UK) 84642823 2015-03-30 Anne McIntosh uk.org.publicwhip/member/40605 Anne McIntosh uk.org.publicwhip/person/10389 7 2015-03-30-84642823-10389-0
6c671b3b9e8a53e9aeaf3b70d42229a4d1ca9be9 Half-share of smallholding in Teesdale, Co Durham, until November 2014. (Updated 5 November 2014) Gifts, benefits and hospitality (UK) 84642823 2015-03-30 Anne McIntosh uk.org.publicwhip/member/40605 Anne McIntosh uk.org.publicwhip/person/10389 8 2015-03-30-84642823-10389-0
727fbce167344fffd865951750354a68b610ddd7 Dwelling in Teesdale, Co Durham. (Updated 17 June 2013; updated 5 November 2014) Gifts, benefits and hospitality (UK) 84642823 2015-03-30 Anne McIntosh uk.org.publicwhip/member/40605 Anne McIntosh uk.org.publicwhip/person/10389 9 2015-03-30-84642823-10389-0

Advanced export

JSON shape: default, array, newline-delimited, object

CSV options:

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");
Powered by Datasette · Queries took 217.188ms · Data source: mySociety Data · About: simonw/register-of-members-interests-datasette