home / regmem

Menu
  • GraphQL API

items

Table actions
  • GraphQL API for items

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

13 rows where record_id = "2014-11-10-84642823-10103-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
4f4d213cb900c32fcfd8a8df4fee91fb5fe39081 Address of donor: Members Hill, Brooklands Road, Weybridge, KT13 0QU Gifts, benefits and hospitality (UK) 84642823 2014-11-10 Christopher Chope uk.org.publicwhip/member/40171 Christopher Chope uk.org.publicwhip/person/10103 1 2014-11-10-84642823-10103-0
f83f0788eb482b0e1b29fe923d001f86080025b3 Amount of donation or nature and value if donation in kind: two tickets and associated hospitality at Twickenham at an approximate value of £400 Gifts, benefits and hospitality (UK) 84642823 2014-11-10 Christopher Chope uk.org.publicwhip/member/40171 Christopher Chope uk.org.publicwhip/person/10103 2 2014-11-10-84642823-10103-0
81127d2909e2f4f021bbb6d1f903e1ec84dbe26e Date of receipt of donation: 16 November 2013 Gifts, benefits and hospitality (UK) 84642823 2014-11-10 Christopher Chope uk.org.publicwhip/member/40171 Christopher Chope uk.org.publicwhip/person/10103 3 2014-11-10-84642823-10103-0
8ccdfc56fb9e0b6dd62ade759f83acc3bd4b990d Date of acceptance of donation: 16 November 2013 Gifts, benefits and hospitality (UK) 84642823 2014-11-10 Christopher Chope uk.org.publicwhip/member/40171 Christopher Chope uk.org.publicwhip/person/10103 4 2014-11-10-84642823-10103-0
0dd0ea86966ba718b87a082d29bccda4c2e32efd Donor status: company, registration 01501573 Gifts, benefits and hospitality (UK) 84642823 2014-11-10 Christopher Chope uk.org.publicwhip/member/40171 Christopher Chope uk.org.publicwhip/person/10103 5 2014-11-10-84642823-10103-0
be77dd7cdac919aa0b9dcfbd83250c7689b53ff8 (Registered 4 December 2013) Gifts, benefits and hospitality (UK) 84642823 2014-11-10 Christopher Chope uk.org.publicwhip/member/40171 Christopher Chope uk.org.publicwhip/person/10103 6 2014-11-10-84642823-10103-0
3c39fb6eed68527c2e2acf9d8331e14709b76d21 Name of donor: JTI Gifts, benefits and hospitality (UK) 84642823 2014-11-10 Christopher Chope uk.org.publicwhip/member/40171 Christopher Chope uk.org.publicwhip/person/10103 7 2014-11-10-84642823-10103-0
1658f57a4bf00078b49c7292625fad63a29c8a88 Address of donor: Members Hill, Brooklands Road, Weybridge KT13 0QU Gifts, benefits and hospitality (UK) 84642823 2014-11-10 Christopher Chope uk.org.publicwhip/member/40171 Christopher Chope uk.org.publicwhip/person/10103 8 2014-11-10-84642823-10103-0
6b1a17dfa8fc70f147695f8b8cea7fc0c4f306ac Amount of donation or nature and value if donation in kind: two tickets to Chelsea Flower Show, including hospitality; total value £1,404 Gifts, benefits and hospitality (UK) 84642823 2014-11-10 Christopher Chope uk.org.publicwhip/member/40171 Christopher Chope uk.org.publicwhip/person/10103 9 2014-11-10-84642823-10103-0
d4c3f4fbcb5539af077266a9b99f754b5544ee6a Date of receipt of donation: 20 May 2014 Gifts, benefits and hospitality (UK) 84642823 2014-11-10 Christopher Chope uk.org.publicwhip/member/40171 Christopher Chope uk.org.publicwhip/person/10103 10 2014-11-10-84642823-10103-0
0b43d2e172d377c4cc4d90ed7eff02b2c0d056bb Date of acceptance of donation: 20 May 2014 Gifts, benefits and hospitality (UK) 84642823 2014-11-10 Christopher Chope uk.org.publicwhip/member/40171 Christopher Chope uk.org.publicwhip/person/10103 11 2014-11-10-84642823-10103-0
2d7003b473cc50efbf357b04d3248ac1cf122bc6 Donor status: company, registration 1501573 Gifts, benefits and hospitality (UK) 84642823 2014-11-10 Christopher Chope uk.org.publicwhip/member/40171 Christopher Chope uk.org.publicwhip/person/10103 12 2014-11-10-84642823-10103-0
70f17eee441a71a3c639e0e073e2f0a367a08f08 (Registered 4 November 2014) Gifts, benefits and hospitality (UK) 84642823 2014-11-10 Christopher Chope uk.org.publicwhip/member/40171 Christopher Chope uk.org.publicwhip/person/10103 13 2014-11-10-84642823-10103-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 141.944ms · Data source: mySociety Data · About: simonw/register-of-members-interests-datasette