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-30-84642823-11858-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
ea26a84a0ed6b7b79dde7fa61a2d60799d3ee316 Name of donor: This Is Global Ltd Gifts, benefits and hospitality (UK) 84642823 2015-03-30 Michael Gove uk.org.publicwhip/member/40593 Michael Gove uk.org.publicwhip/person/11858 0 2015-03-30-84642823-11858-0
b439d80251d80ce05e347503d86c876b3ecaab38 Address of donor: 30 Leicester Square, London WC2H 7LA Gifts, benefits and hospitality (UK) 84642823 2015-03-30 Michael Gove uk.org.publicwhip/member/40593 Michael Gove uk.org.publicwhip/person/11858 1 2015-03-30-84642823-11858-0
e4aaf6178b2a88adec81c39184af0cef917c5b48 Amount of donation or nature and value if donation in kind: 4 tickets to Capital FM Summertime Ball with a total value of £1,100 Gifts, benefits and hospitality (UK) 84642823 2015-03-30 Michael Gove uk.org.publicwhip/member/40593 Michael Gove uk.org.publicwhip/person/11858 2 2015-03-30-84642823-11858-0
b8138d6ace8af248b7b236b000fc918dd4e7b1ac Date of receipt of donation: 21 June 2014 Gifts, benefits and hospitality (UK) 84642823 2015-03-30 Michael Gove uk.org.publicwhip/member/40593 Michael Gove uk.org.publicwhip/person/11858 3 2015-03-30-84642823-11858-0
f5b6aa9fa3f99dcf7a8e776dd35196da17532f21 Date of acceptance of donation: 21 June 2014 Gifts, benefits and hospitality (UK) 84642823 2015-03-30 Michael Gove uk.org.publicwhip/member/40593 Michael Gove uk.org.publicwhip/person/11858 4 2015-03-30-84642823-11858-0
6047df3949f41393a6739aa609fd4262b716ee6e Donor status: company, registration 06251684 Gifts, benefits and hospitality (UK) 84642823 2015-03-30 Michael Gove uk.org.publicwhip/member/40593 Michael Gove uk.org.publicwhip/person/11858 5 2015-03-30-84642823-11858-0
8521a8950f0f3862bdf51d14c4dcd9ed35ce5d3a (Registered 16 July 2014) Gifts, benefits and hospitality (UK) 84642823 2015-03-30 Michael Gove uk.org.publicwhip/member/40593 Michael Gove uk.org.publicwhip/person/11858 6 2015-03-30-84642823-11858-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 42.452ms · Data source: mySociety Data · About: simonw/register-of-members-interests-datasette