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-09-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
f61edaf970e05da8bf0426dbef89712e102b7612 Name of Donor: NFL UK Gifts, benefits and hospitality (UK) 84642823 2015-03-09 Peter Bone uk.org.publicwhip/member/40641 Peter Bone uk.org.publicwhip/person/11915 0 2015-03-09-84642823-11915-1
d2ae7ddcca80a78b22a42c1a507952483c8da7b7 Address of Donor: Ramillies Buildings, 1-9 Hills Pl, London W1F 7SA Gifts, benefits and hospitality (UK) 84642823 2015-03-09 Peter Bone uk.org.publicwhip/member/40641 Peter Bone uk.org.publicwhip/person/11915 1 2015-03-09-84642823-11915-1
09bdeef66d4043bf9fd97f2a2003598e47e6bf6e 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-09 Peter Bone uk.org.publicwhip/member/40641 Peter Bone uk.org.publicwhip/person/11915 2 2015-03-09-84642823-11915-1
37814d85959f9ab7820e162ce0e0766bbb3ecfc0 Date of receipt of donation: 9 November 2014 Gifts, benefits and hospitality (UK) 84642823 2015-03-09 Peter Bone uk.org.publicwhip/member/40641 Peter Bone uk.org.publicwhip/person/11915 3 2015-03-09-84642823-11915-1
ede97c01d69ebe136a30feee711da088429228de Date of acceptance of donation: 9 November 2014 Gifts, benefits and hospitality (UK) 84642823 2015-03-09 Peter Bone uk.org.publicwhip/member/40641 Peter Bone uk.org.publicwhip/person/11915 4 2015-03-09-84642823-11915-1
d9a357ad437f9da21b9e8a941490498f76ed7519 Donor status: company, registration 02777555 Gifts, benefits and hospitality (UK) 84642823 2015-03-09 Peter Bone uk.org.publicwhip/member/40641 Peter Bone uk.org.publicwhip/person/11915 5 2015-03-09-84642823-11915-1
ca52ec16a61c73a4203577ed6fb9cb90ace0ba5f (Registered 11 November 2014) Gifts, benefits and hospitality (UK) 84642823 2015-03-09 Peter Bone uk.org.publicwhip/member/40641 Peter Bone uk.org.publicwhip/person/11915 6 2015-03-09-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 6.835ms · Data source: mySociety Data · About: simonw/register-of-members-interests-datasette