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-3" 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
96f50065b72ec3d0236cafff86ffb5b939ba1d5d Name of donor: Access Industries 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-3
1f41b27893b8d7d07db3eddc6014a8377f4e9202 Address of donor: Marble Arch House, 6th Floor, 66 Seymour Street, London W1H 5BT 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-3
a64f20dd72ecf25e9980661f73688ead5eb63f43 Amount of donation or nature and value if donation in kind: two tickets at £250 each for box at Arsenal FC, no hospitality, total £500 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-3
ca5118c3f1c8627e216676b93b96e389fb4a708f Date of receipt of donation: 2 February 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-3
8b2ece51f106c733fe3b6293e9ccaee260339e73 Date of acceptance of donation: 2 February 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-3
63439e6c396771f2104c0be946f06522a9db38b1 Donor status: company, registration 05035508 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-3
3c5e15498ea57baed58d247bdc62447d4ac7c99e (Registered 22 October 2014 together with donation of 18 October 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-3

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