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-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
f22f508ee856994e066674186a2938bb05d9ecad 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-0
dc721d9483b98e58829945f756a353c3ff0110ba 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-0
55c448976c350a58e4427ee8728a2d2c35dcfbdd Amount of donation or nature and value if donation in kind: hospitality at the NFL International Series Game at Wembley Stadium for me and a guest, total value £878 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-0
f559174c0b79a89f06cf8065dffe79a55313035d Date of receipt of donation: 28 September 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-0
f8ba22b2ceab8b2e333ff38234f9daa93b3ddf3a Date of acceptance of donation: 28 September 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-0
74787d56ad219f2d0cb70617827c60b1838a56bf 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-0
449f52eb9ea1783d17151d387501560dcd0d52ad (Registered 13 October 2014; updated 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-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 93.008ms · Data source: mySociety Data · About: simonw/register-of-members-interests-datasette