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 = "2010-04-12-84642823-10162-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
2f023e724f4bb6659de73c0ea33a31011298ac5a Name of donor: Editorial Intelligence Ltd Gifts, benefits and hospitality (UK) 84642823 2010-04-12 David Davis uk.org.publicwhip/member/2034 David Davis uk.org.publicwhip/person/10162 0 2010-04-12-84642823-10162-0
72ba5ed1ee24fd3c2ee8e9f347c97608492f67d0 Address of donor : 16-22 Baltic Street West, London EC1Y OUL Gifts, benefits and hospitality (UK) 84642823 2010-04-12 David Davis uk.org.publicwhip/member/2034 David Davis uk.org.publicwhip/person/10162 1 2010-04-12-84642823-10162-0
2d690e2d3991c87ab5cbc5aa9db85db6a193f54e Amount of donation or nature and value if donation in kind: Addressed 'Names not Numbers 2010' Conference. No fee received, but transport and accommodation provided. Value of conference place; £3000 Gifts, benefits and hospitality (UK) 84642823 2010-04-12 David Davis uk.org.publicwhip/member/2034 David Davis uk.org.publicwhip/person/10162 2 2010-04-12-84642823-10162-0
dfc86ffb0547736137f94b4f3ea9edb70a26046b Date of receipt of donation: 28 February 2010 Gifts, benefits and hospitality (UK) 84642823 2010-04-12 David Davis uk.org.publicwhip/member/2034 David Davis uk.org.publicwhip/person/10162 3 2010-04-12-84642823-10162-0
c0f6e0b5f9303e694bd745473230408cfdc414fc Date of acceptance of donation: 28 February 2010 Gifts, benefits and hospitality (UK) 84642823 2010-04-12 David Davis uk.org.publicwhip/member/2034 David Davis uk.org.publicwhip/person/10162 4 2010-04-12-84642823-10162-0
f021406b2b03f911027e28bc2f8919f938dedb24 Donor status: company, registration 04763083 Gifts, benefits and hospitality (UK) 84642823 2010-04-12 David Davis uk.org.publicwhip/member/2034 David Davis uk.org.publicwhip/person/10162 5 2010-04-12-84642823-10162-0
daba6ffd13b3980e74b94963dbc6e14a505de142 (Registered 6 April 2010) Gifts, benefits and hospitality (UK) 84642823 2010-04-12 David Davis uk.org.publicwhip/member/2034 David Davis uk.org.publicwhip/person/10162 6 2010-04-12-84642823-10162-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 158.179ms · Data source: mySociety Data · About: simonw/register-of-members-interests-datasette