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-24-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
95abb4636de6ca51f182236dd39e3576f9bc8cfc Address of donor: Members Hill, Brooklands Road, Weybridge, KT13 0QU Gifts, benefits and hospitality (UK) 84642823 2014-11-24 Christopher Chope uk.org.publicwhip/member/40171 Christopher Chope uk.org.publicwhip/person/10103 1 2014-11-24-84642823-10103-0
07f3d8cc74cbd7534906e970c85b57253c45fd88 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-24 Christopher Chope uk.org.publicwhip/member/40171 Christopher Chope uk.org.publicwhip/person/10103 2 2014-11-24-84642823-10103-0
53558e752821abc57f24039ace1e524f748189af Date of receipt of donation: 16 November 2013 Gifts, benefits and hospitality (UK) 84642823 2014-11-24 Christopher Chope uk.org.publicwhip/member/40171 Christopher Chope uk.org.publicwhip/person/10103 3 2014-11-24-84642823-10103-0
65c9f5c4c4ff96cef796674e2b07d02530fd2083 Date of acceptance of donation: 16 November 2013 Gifts, benefits and hospitality (UK) 84642823 2014-11-24 Christopher Chope uk.org.publicwhip/member/40171 Christopher Chope uk.org.publicwhip/person/10103 4 2014-11-24-84642823-10103-0
6fa8f670e879787b6d477d7b4cc45a24dd3c8417 Donor status: company, registration 01501573 Gifts, benefits and hospitality (UK) 84642823 2014-11-24 Christopher Chope uk.org.publicwhip/member/40171 Christopher Chope uk.org.publicwhip/person/10103 5 2014-11-24-84642823-10103-0
15d868722461ac41eb149f6234741c3426221c2b (Registered 4 December 2013) Gifts, benefits and hospitality (UK) 84642823 2014-11-24 Christopher Chope uk.org.publicwhip/member/40171 Christopher Chope uk.org.publicwhip/person/10103 6 2014-11-24-84642823-10103-0
2a6b22052cf973eb49ab5ba95231477b34a66e86 Name of donor: JTI Gifts, benefits and hospitality (UK) 84642823 2014-11-24 Christopher Chope uk.org.publicwhip/member/40171 Christopher Chope uk.org.publicwhip/person/10103 7 2014-11-24-84642823-10103-0
f43dcc6f6aa99a899ef1b97a8dc8e38aed497017 Address of donor: Members Hill, Brooklands Road, Weybridge KT13 0QU Gifts, benefits and hospitality (UK) 84642823 2014-11-24 Christopher Chope uk.org.publicwhip/member/40171 Christopher Chope uk.org.publicwhip/person/10103 8 2014-11-24-84642823-10103-0
b0f993f35fd1f22ce393a901dc69afbcce7c9f77 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-24 Christopher Chope uk.org.publicwhip/member/40171 Christopher Chope uk.org.publicwhip/person/10103 9 2014-11-24-84642823-10103-0
66045bbdf31eca924440b598f5c0ec7f0fe77fec Date of receipt of donation: 20 May 2014 Gifts, benefits and hospitality (UK) 84642823 2014-11-24 Christopher Chope uk.org.publicwhip/member/40171 Christopher Chope uk.org.publicwhip/person/10103 10 2014-11-24-84642823-10103-0
749a5b083fca35b0aa3ba8128d564fc7f79db06b Date of acceptance of donation: 20 May 2014 Gifts, benefits and hospitality (UK) 84642823 2014-11-24 Christopher Chope uk.org.publicwhip/member/40171 Christopher Chope uk.org.publicwhip/person/10103 11 2014-11-24-84642823-10103-0
6675258ae9bd0ba3f6b0ea8d2a874df264c64d34 Donor status: company, registration 1501573 Gifts, benefits and hospitality (UK) 84642823 2014-11-24 Christopher Chope uk.org.publicwhip/member/40171 Christopher Chope uk.org.publicwhip/person/10103 12 2014-11-24-84642823-10103-0
6769ab2430ac95f33db09f454172ab2607816841 (Registered 4 November 2014) Gifts, benefits and hospitality (UK) 84642823 2014-11-24 Christopher Chope uk.org.publicwhip/member/40171 Christopher Chope uk.org.publicwhip/person/10103 13 2014-11-24-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 370.926ms · Data source: mySociety Data · About: simonw/register-of-members-interests-datasette