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-09-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
94ac10061a1755ca61e5ca12251dcad8eb10046e Name of donor: T.O.G. (UK) Ltd Gifts, benefits and hospitality (UK) 84642823 2015-03-09 Anne McIntosh uk.org.publicwhip/member/40605 Anne McIntosh uk.org.publicwhip/person/10389 0 2015-03-09-84642823-10389-0
838e17fd3b462cff9f9867a11e1cdd27d79c8de0 Address of donor: Acre House, 11/15 William Road, London NW1 3ER Gifts, benefits and hospitality (UK) 84642823 2015-03-09 Anne McIntosh uk.org.publicwhip/member/40605 Anne McIntosh uk.org.publicwhip/person/10389 1 2015-03-09-84642823-10389-0
3470d7520ae1b3660fe60e3889c1622f1ac7c27c 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-09 Anne McIntosh uk.org.publicwhip/member/40605 Anne McIntosh uk.org.publicwhip/person/10389 2 2015-03-09-84642823-10389-0
13c4773ae8c4a255d344e500400bd168cd6faa7a Date of receipt of donation: 19 September 2014 Gifts, benefits and hospitality (UK) 84642823 2015-03-09 Anne McIntosh uk.org.publicwhip/member/40605 Anne McIntosh uk.org.publicwhip/person/10389 3 2015-03-09-84642823-10389-0
a4d9a5885459080fe320fca6af9252fc1dede994 Date of acceptance of donation: 19 September 2014 Gifts, benefits and hospitality (UK) 84642823 2015-03-09 Anne McIntosh uk.org.publicwhip/member/40605 Anne McIntosh uk.org.publicwhip/person/10389 4 2015-03-09-84642823-10389-0
3c40c77e6a04991664fe51447d2db1294ab1c978 Donor status: company, registration 07305070 Gifts, benefits and hospitality (UK) 84642823 2015-03-09 Anne McIntosh uk.org.publicwhip/member/40605 Anne McIntosh uk.org.publicwhip/person/10389 5 2015-03-09-84642823-10389-0
cf0b512243aaefa5af8c92bce92e37086a780f11 (Registered 31 October 2014) Gifts, benefits and hospitality (UK) 84642823 2015-03-09 Anne McIntosh uk.org.publicwhip/member/40605 Anne McIntosh uk.org.publicwhip/person/10389 6 2015-03-09-84642823-10389-0
5707b20ca428f3fca027206d4f97216f341cf11c 8. Land and Property Gifts, benefits and hospitality (UK) 84642823 2015-03-09 Anne McIntosh uk.org.publicwhip/member/40605 Anne McIntosh uk.org.publicwhip/person/10389 7 2015-03-09-84642823-10389-0
ec80b71be85613bb71c2e5c3693cb6a748528f94 Half-share of smallholding in Teesdale, Co Durham, until November 2014. (Updated 5 November 2014) Gifts, benefits and hospitality (UK) 84642823 2015-03-09 Anne McIntosh uk.org.publicwhip/member/40605 Anne McIntosh uk.org.publicwhip/person/10389 8 2015-03-09-84642823-10389-0
83463cc276276f957f06373c4715010b5d4465d3 Dwelling in Teesdale, Co Durham. (Updated 17 June 2013; updated 5 November 2014) Gifts, benefits and hospitality (UK) 84642823 2015-03-09 Anne McIntosh uk.org.publicwhip/member/40605 Anne McIntosh uk.org.publicwhip/person/10389 9 2015-03-09-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 14.797ms · Data source: mySociety Data · About: simonw/register-of-members-interests-datasette