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 = "2014-03-10-84642823-10327-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
fe5194113f2b0cd5fa19f1d10b1dc1ecfe62a067 Name of donor: JTI Gifts, benefits and hospitality (UK) 84642823 2014-03-10 Gerald Kaufman uk.org.publicwhip/member/40387 Gerald Kaufman uk.org.publicwhip/person/10327 0 2014-03-10-84642823-10327-0
f72430fbd03cf607a551c585b200c32cbdd9c5ac Address of donor : Members Hill, Brooklands Rd, Weybridge, KT13 0QU Gifts, benefits and hospitality (UK) 84642823 2014-03-10 Gerald Kaufman uk.org.publicwhip/member/40387 Gerald Kaufman uk.org.publicwhip/person/10327 1 2014-03-10-84642823-10327-0
804f37066e35ba33c7fda4ca5f887ca6bada49a5 Amount of donation or nature and value if donation in kind: Two tickets, transport to and from London, and associated hospitality at Glyndebourne at an approximate value of £1,278 Gifts, benefits and hospitality (UK) 84642823 2014-03-10 Gerald Kaufman uk.org.publicwhip/member/40387 Gerald Kaufman uk.org.publicwhip/person/10327 2 2014-03-10-84642823-10327-0
5d75feb40d154c6ae82abe1cf853be95aa6f7b4b Date of receipt of donation: 13 June 2013 Gifts, benefits and hospitality (UK) 84642823 2014-03-10 Gerald Kaufman uk.org.publicwhip/member/40387 Gerald Kaufman uk.org.publicwhip/person/10327 3 2014-03-10-84642823-10327-0
d6763fa658c5884504825061874855f572d1b367 Date of acceptance of donation: 13 June 2013 Gifts, benefits and hospitality (UK) 84642823 2014-03-10 Gerald Kaufman uk.org.publicwhip/member/40387 Gerald Kaufman uk.org.publicwhip/person/10327 4 2014-03-10-84642823-10327-0
ed5307e122826cdc6b8e0b14ee894d6bb0cfbcea Donor status: company, registration 01501573 Gifts, benefits and hospitality (UK) 84642823 2014-03-10 Gerald Kaufman uk.org.publicwhip/member/40387 Gerald Kaufman uk.org.publicwhip/person/10327 5 2014-03-10-84642823-10327-0
c582a2a6b66e01f148bd6520a5ef6b1305fd6453 (Registered 19 June 2013) Gifts, benefits and hospitality (UK) 84642823 2014-03-10 Gerald Kaufman uk.org.publicwhip/member/40387 Gerald Kaufman uk.org.publicwhip/person/10327 6 2014-03-10-84642823-10327-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 187.583ms · Data source: mySociety Data · About: simonw/register-of-members-interests-datasette