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 = "2013-11-25-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
adf3f618ed6ae148004721ecd270fd8b57647d07 Name of donor: JTI Gifts, benefits and hospitality (UK) 84642823 2013-11-25 Gerald Kaufman uk.org.publicwhip/member/40387 Gerald Kaufman uk.org.publicwhip/person/10327 0 2013-11-25-84642823-10327-0
5223a5c5b9708c97a77bb54b7c4179e022e05eb8 Address of donor : Members Hill, Brooklands Rd, Weybridge, KT13 0QU Gifts, benefits and hospitality (UK) 84642823 2013-11-25 Gerald Kaufman uk.org.publicwhip/member/40387 Gerald Kaufman uk.org.publicwhip/person/10327 1 2013-11-25-84642823-10327-0
ed4e64d75935b51a3f1767e954b0bb329f0ef182 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 2013-11-25 Gerald Kaufman uk.org.publicwhip/member/40387 Gerald Kaufman uk.org.publicwhip/person/10327 2 2013-11-25-84642823-10327-0
5674194a28f7fd03b6d36d53f8a425c6ce094106 Date of receipt of donation: 13 June 2013 Gifts, benefits and hospitality (UK) 84642823 2013-11-25 Gerald Kaufman uk.org.publicwhip/member/40387 Gerald Kaufman uk.org.publicwhip/person/10327 3 2013-11-25-84642823-10327-0
e1628b0a08228bde7582ef0b7aa46a0b398553ac Date of acceptance of donation: 13 June 2013 Gifts, benefits and hospitality (UK) 84642823 2013-11-25 Gerald Kaufman uk.org.publicwhip/member/40387 Gerald Kaufman uk.org.publicwhip/person/10327 4 2013-11-25-84642823-10327-0
d8e72ff8f5a49ae7b5201a7f7cd53bf9d06035e1 Donor status: company, registration 01501573 Gifts, benefits and hospitality (UK) 84642823 2013-11-25 Gerald Kaufman uk.org.publicwhip/member/40387 Gerald Kaufman uk.org.publicwhip/person/10327 5 2013-11-25-84642823-10327-0
9cfb11d49d02458159987c174654e45e1804d45c (Registered 19 June 2013) Gifts, benefits and hospitality (UK) 84642823 2013-11-25 Gerald Kaufman uk.org.publicwhip/member/40387 Gerald Kaufman uk.org.publicwhip/person/10327 6 2013-11-25-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 34.172ms · Data source: mySociety Data · About: simonw/register-of-members-interests-datasette