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-6" 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
80b9ae724a2a4330436fb9939d676fc5a5211f48 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-6
f5fbaf07e3d76b454a2a807dc9243b27f7c855ba 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-6
77344198670b8b8b5b4d75d5380de6ef0924b41d Amount of donation or nature and value if donation in kind: 5 tickets to Capital FM Jingle Bell Ball with a total value of £1,250 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-6
e89461fcb26d2f55e6290b17087d90ba0e1f7d03 Date of receipt of donation: 7 December 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-6
d84e0d890965692d5f2f2deb12d713bef2568bd8 Date of acceptance of donation: 7 December 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-6
de2c0eb568ca2f65e908c59c9b61e8976b943c7c 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-6
97ca9aa1405690b83afe0a3165f0736b96c7fcc4 (Registered 18 December 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-6

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.542ms · Data source: mySociety Data · About: simonw/register-of-members-interests-datasette