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-02-23-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
ef4b8be5c63a9b555fb4d87fa638c5b39e5b0be9 Name of donor: JTI Gifts, benefits and hospitality (UK) 84642823 2015-02-23 Christopher Chope uk.org.publicwhip/member/40171 Christopher Chope uk.org.publicwhip/person/10103 0 2015-02-23-84642823-10103-0
4ccc0437ad964392687a4a47eaabcbb1d94c1f57 Address of donor: Members Hill, Brooklands Road, Weybridge KT13 0QU Gifts, benefits and hospitality (UK) 84642823 2015-02-23 Christopher Chope uk.org.publicwhip/member/40171 Christopher Chope uk.org.publicwhip/person/10103 1 2015-02-23-84642823-10103-0
36793804f431e0a22f19f4ed571dd561e8b03f0e 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-02-23 Christopher Chope uk.org.publicwhip/member/40171 Christopher Chope uk.org.publicwhip/person/10103 2 2015-02-23-84642823-10103-0
fdd7e14df6af5b9fe359efb4de025f690148d369 Date of receipt of donation: 20 May 2014 Gifts, benefits and hospitality (UK) 84642823 2015-02-23 Christopher Chope uk.org.publicwhip/member/40171 Christopher Chope uk.org.publicwhip/person/10103 3 2015-02-23-84642823-10103-0
85906ec45990e5cc2b9c401ce8dc3787703ea796 Date of acceptance of donation: 20 May 2014 Gifts, benefits and hospitality (UK) 84642823 2015-02-23 Christopher Chope uk.org.publicwhip/member/40171 Christopher Chope uk.org.publicwhip/person/10103 4 2015-02-23-84642823-10103-0
e17205b07eeb7d46b08d9a218f3d89fe9612896f Donor status: company, registration 1501573 Gifts, benefits and hospitality (UK) 84642823 2015-02-23 Christopher Chope uk.org.publicwhip/member/40171 Christopher Chope uk.org.publicwhip/person/10103 5 2015-02-23-84642823-10103-0
61cf0bcae907358033eafa79e7380f89166f763f (Registered 4 November 2014) Gifts, benefits and hospitality (UK) 84642823 2015-02-23 Christopher Chope uk.org.publicwhip/member/40171 Christopher Chope uk.org.publicwhip/person/10103 6 2015-02-23-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 204.086ms · Data source: mySociety Data · About: simonw/register-of-members-interests-datasette