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-11915-1" 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
c0b6f5fcea22fcabf44eb7273ee2eb63092d8dc9 Name of Donor: NFL UK Gifts, benefits and hospitality (UK) 84642823 2015-03-30 Peter Bone uk.org.publicwhip/member/40641 Peter Bone uk.org.publicwhip/person/11915 0 2015-03-30-84642823-11915-1
25264bc88b5260250a052e988ac48d5f5e7fa4a2 Address of Donor: Ramillies Buildings, 1-9 Hills Pl, London W1F 7SA Gifts, benefits and hospitality (UK) 84642823 2015-03-30 Peter Bone uk.org.publicwhip/member/40641 Peter Bone uk.org.publicwhip/person/11915 1 2015-03-30-84642823-11915-1
82a778b002b8630cdc89af1987b767c01ea193c5 Amount of Donation or Nature of value if donation in kind: hospitality at the NFL Series International Game, Wembley Stadium for me and my son, total value £210 Gifts, benefits and hospitality (UK) 84642823 2015-03-30 Peter Bone uk.org.publicwhip/member/40641 Peter Bone uk.org.publicwhip/person/11915 2 2015-03-30-84642823-11915-1
22c1a11fbea166dc3ef3f243729174c53849c8fa Date of receipt of donation: 9 November 2014 Gifts, benefits and hospitality (UK) 84642823 2015-03-30 Peter Bone uk.org.publicwhip/member/40641 Peter Bone uk.org.publicwhip/person/11915 3 2015-03-30-84642823-11915-1
7b11858dc344011cb7f7028c777b37d79bb11769 Date of acceptance of donation: 9 November 2014 Gifts, benefits and hospitality (UK) 84642823 2015-03-30 Peter Bone uk.org.publicwhip/member/40641 Peter Bone uk.org.publicwhip/person/11915 4 2015-03-30-84642823-11915-1
9bef9dfa0ba669b78d948be0f61f105ecb3a025e Donor status: company, registration 02777555 Gifts, benefits and hospitality (UK) 84642823 2015-03-30 Peter Bone uk.org.publicwhip/member/40641 Peter Bone uk.org.publicwhip/person/11915 5 2015-03-30-84642823-11915-1
628f1e05047cd9297e1ef4f9bfe1f6ef9a03d457 (Registered 11 November 2014) Gifts, benefits and hospitality (UK) 84642823 2015-03-30 Peter Bone uk.org.publicwhip/member/40641 Peter Bone uk.org.publicwhip/person/11915 6 2015-03-30-84642823-11915-1

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