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 = "2012-09-03-84642823-10036-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
4ff46d43674fe7975bdf627de555b5007aa03493 Name of donor: Total Ltd Gifts, benefits and hospitality (UK) 84642823 2012-09-03 Stuart Bell uk.org.publicwhip/member/40400 Stuart Bell uk.org.publicwhip/person/10036 0 2012-09-03-84642823-10036-0
468d7eb5e18d516df0d206df86660957496f471c Address of donor: 33 Cavendish Square , London W1G 0PW Gifts, benefits and hospitality (UK) 84642823 2012-09-03 Stuart Bell uk.org.publicwhip/member/40400 Stuart Bell uk.org.publicwhip/person/10036 1 2012-09-03-84642823-10036-0
7e5e8c812f89a1936a2e30c3611cc9afa7a1f589 Amount of donation or nature and value if donation in kind: One Category B ticket and hospitality for opening of Olympic Games, with a value of £4,500 Gifts, benefits and hospitality (UK) 84642823 2012-09-03 Stuart Bell uk.org.publicwhip/member/40400 Stuart Bell uk.org.publicwhip/person/10036 2 2012-09-03-84642823-10036-0
4f4f551008967f6bbd5b473e1a3c57187081ed62 Date of receipt of donation: 27 July 2012 Gifts, benefits and hospitality (UK) 84642823 2012-09-03 Stuart Bell uk.org.publicwhip/member/40400 Stuart Bell uk.org.publicwhip/person/10036 3 2012-09-03-84642823-10036-0
3a705d22e84230a1fb0c209e70cecd4017163cae Date of acceptance of donation: 27 July 2012 Gifts, benefits and hospitality (UK) 84642823 2012-09-03 Stuart Bell uk.org.publicwhip/member/40400 Stuart Bell uk.org.publicwhip/person/10036 4 2012-09-03-84642823-10036-0
f3521bb2b60fb86719c23c14334f0579e7291839 Donor status: company, registration number 1722136 Gifts, benefits and hospitality (UK) 84642823 2012-09-03 Stuart Bell uk.org.publicwhip/member/40400 Stuart Bell uk.org.publicwhip/person/10036 5 2012-09-03-84642823-10036-0
4e3f65933e824f39066c873fbed097935fdd4137 (Registered 13 August 2012 ) Gifts, benefits and hospitality (UK) 84642823 2012-09-03 Stuart Bell uk.org.publicwhip/member/40400 Stuart Bell uk.org.publicwhip/person/10036 6 2012-09-03-84642823-10036-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 190.138ms · Data source: mySociety Data · About: simonw/register-of-members-interests-datasette