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-4" 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
216df72aa9c9364692b262b3dfd91019dcb7d3d9 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-4
1c254147bce7a92b8ad9bf7c5d0ac9990c139933 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-4
19070d27ceb801cc08859a042abe52540d6cfd56 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-4
f29f5b37d9e8b2935aff83ca98696f9ce6c76886 Date of receipt of donation: 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 3 2015-03-30-84642823-11858-4
e5963ccfa33ede41523308063a8af0c1cba68f8a Date of acceptance of donation: 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 4 2015-03-30-84642823-11858-4
fd5f730addeee39303e17200ce421f8522307c90 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-4
6b6f70db60519363c66151b20b15b6fcd9d89966 (Registered 22 October 2014 together with donation of 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 6 2015-03-30-84642823-11858-4

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