home / regmem

Menu
  • GraphQL API

items

Table actions
  • GraphQL API for items

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

7 rows where record_id = "2015-03-09-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
2742a3a03d108aec8de27efa8c8153a884f44f7e Name of donor: JTI Gifts, benefits and hospitality (UK) 84642823 2015-03-09 Christopher Chope uk.org.publicwhip/member/40171 Christopher Chope uk.org.publicwhip/person/10103 0 2015-03-09-84642823-10103-0
c9b5e46a9d4d3b147ad812f73cdd3f4d5d8e3186 Address of donor: Members Hill, Brooklands Road, Weybridge KT13 0QU Gifts, benefits and hospitality (UK) 84642823 2015-03-09 Christopher Chope uk.org.publicwhip/member/40171 Christopher Chope uk.org.publicwhip/person/10103 1 2015-03-09-84642823-10103-0
0c9e156ba8a995191d96cc6a52dcdc382fa9428d 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 2015-03-09 Christopher Chope uk.org.publicwhip/member/40171 Christopher Chope uk.org.publicwhip/person/10103 2 2015-03-09-84642823-10103-0
98358893150c3d5df90851fe6033ff0310ca52ca Date of receipt of donation: 20 May 2014 Gifts, benefits and hospitality (UK) 84642823 2015-03-09 Christopher Chope uk.org.publicwhip/member/40171 Christopher Chope uk.org.publicwhip/person/10103 3 2015-03-09-84642823-10103-0
087e22dd78e4dfb608d9ba9528ed4871d185d786 Date of acceptance of donation: 20 May 2014 Gifts, benefits and hospitality (UK) 84642823 2015-03-09 Christopher Chope uk.org.publicwhip/member/40171 Christopher Chope uk.org.publicwhip/person/10103 4 2015-03-09-84642823-10103-0
9f206457a5871c1ee74ce2729ff0d02ef2aba6a5 Donor status: company, registration 1501573 Gifts, benefits and hospitality (UK) 84642823 2015-03-09 Christopher Chope uk.org.publicwhip/member/40171 Christopher Chope uk.org.publicwhip/person/10103 5 2015-03-09-84642823-10103-0
9aefd12eb875eeb03e22ef4d56e75fdbd5613d71 (Registered 4 November 2014) Gifts, benefits and hospitality (UK) 84642823 2015-03-09 Christopher Chope uk.org.publicwhip/member/40171 Christopher Chope uk.org.publicwhip/person/10103 6 2015-03-09-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 800.9ms · Data source: mySociety Data · About: simonw/register-of-members-interests-datasette