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-02-23-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
16a0a6363ba6b5ac07d8ad17745ae40ba4c1d511 Name of donor: T.O.G. (UK) Ltd Gifts, benefits and hospitality (UK) 84642823 2015-02-23 Anne McIntosh uk.org.publicwhip/member/40605 Anne McIntosh uk.org.publicwhip/person/10389 0 2015-02-23-84642823-10389-0
e5e8f4df68835622cd6e86b9bf3f6ff0f5b46632 Address of donor: Acre House, 11/15 William Road, London NW1 3ER Gifts, benefits and hospitality (UK) 84642823 2015-02-23 Anne McIntosh uk.org.publicwhip/member/40605 Anne McIntosh uk.org.publicwhip/person/10389 1 2015-02-23-84642823-10389-0
7578755a9eb2a1034bcf1b47b2f1560636122142 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-02-23 Anne McIntosh uk.org.publicwhip/member/40605 Anne McIntosh uk.org.publicwhip/person/10389 2 2015-02-23-84642823-10389-0
c7ed2038073753e4c6e79d9a830761753d987a06 Date of receipt of donation: 19 September 2014 Gifts, benefits and hospitality (UK) 84642823 2015-02-23 Anne McIntosh uk.org.publicwhip/member/40605 Anne McIntosh uk.org.publicwhip/person/10389 3 2015-02-23-84642823-10389-0
873fde72ddb0c458518e3a56b2d1bb046b845e93 Date of acceptance of donation: 19 September 2014 Gifts, benefits and hospitality (UK) 84642823 2015-02-23 Anne McIntosh uk.org.publicwhip/member/40605 Anne McIntosh uk.org.publicwhip/person/10389 4 2015-02-23-84642823-10389-0
82ade02c9454180abdb9dc36822261cd206bc554 Donor status: company, registration 07305070 Gifts, benefits and hospitality (UK) 84642823 2015-02-23 Anne McIntosh uk.org.publicwhip/member/40605 Anne McIntosh uk.org.publicwhip/person/10389 5 2015-02-23-84642823-10389-0
5d06c5d02f714757418da1e75f46a43e71ede97e (Registered 31 October 2014) Gifts, benefits and hospitality (UK) 84642823 2015-02-23 Anne McIntosh uk.org.publicwhip/member/40605 Anne McIntosh uk.org.publicwhip/person/10389 6 2015-02-23-84642823-10389-0
57ba97b65258ed2f73e110653a5a037a67136985 8. Land and Property Gifts, benefits and hospitality (UK) 84642823 2015-02-23 Anne McIntosh uk.org.publicwhip/member/40605 Anne McIntosh uk.org.publicwhip/person/10389 7 2015-02-23-84642823-10389-0
1d3b5da386d0407179948687f6cf2317670843e8 Half-share of smallholding in Teesdale, Co Durham, until November 2014. (Updated 5 November 2014) Gifts, benefits and hospitality (UK) 84642823 2015-02-23 Anne McIntosh uk.org.publicwhip/member/40605 Anne McIntosh uk.org.publicwhip/person/10389 8 2015-02-23-84642823-10389-0
454c6f6d45bcdf07e7b4a9570a688328d16a967d Dwelling in Teesdale, Co Durham. (Updated 17 June 2013; updated 5 November 2014) Gifts, benefits and hospitality (UK) 84642823 2015-02-23 Anne McIntosh uk.org.publicwhip/member/40605 Anne McIntosh uk.org.publicwhip/person/10389 9 2015-02-23-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 108.275ms · Data source: mySociety Data · About: simonw/register-of-members-interests-datasette