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 = "2011-11-16-84642823-10477-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
dbfb89cab756642a0739b94daa55a7988bbf11ad Name of donor: Mr W Ives Gifts, benefits and hospitality (UK) 84642823 2011-11-16 Eric Pickles uk.org.publicwhip/member/40116 Eric Pickles uk.org.publicwhip/person/10477 0 2011-11-16-84642823-10477-0
93c9b0a4674ad279b0868c10a3f51256f90c3002 Address of donor : Rainham Steel, Kathryn House, Manor Way, Rainham RM13 8RE Gifts, benefits and hospitality (UK) 84642823 2011-11-16 Eric Pickles uk.org.publicwhip/member/40116 Eric Pickles uk.org.publicwhip/person/10477 1 2011-11-16-84642823-10477-0
6a3472b254d34b7e53e90e7ab6c7fc137bff14cc Amount of donation or nature and value if donation in kind: 2 tickets to Conservative Party Black and White Party; total value £800 Gifts, benefits and hospitality (UK) 84642823 2011-11-16 Eric Pickles uk.org.publicwhip/member/40116 Eric Pickles uk.org.publicwhip/person/10477 2 2011-11-16-84642823-10477-0
ca69859b96734389210945e03a5464e5fabfdf71 Date of receipt of donation: 7 February 2011 Gifts, benefits and hospitality (UK) 84642823 2011-11-16 Eric Pickles uk.org.publicwhip/member/40116 Eric Pickles uk.org.publicwhip/person/10477 3 2011-11-16-84642823-10477-0
c80a84343c04dc1ba1578e953fbf0c15b96ffa5d Date of acceptance of donation: 7 February 2011 Gifts, benefits and hospitality (UK) 84642823 2011-11-16 Eric Pickles uk.org.publicwhip/member/40116 Eric Pickles uk.org.publicwhip/person/10477 4 2011-11-16-84642823-10477-0
fdad3cf917b9efcae94d54ade7118bc3f1518390 Donor status: company, registration 1093531 Gifts, benefits and hospitality (UK) 84642823 2011-11-16 Eric Pickles uk.org.publicwhip/member/40116 Eric Pickles uk.org.publicwhip/person/10477 5 2011-11-16-84642823-10477-0
7539ce4343233f694a214dbbeaed36241b36c136 (Registered 25 February 2011) Gifts, benefits and hospitality (UK) 84642823 2011-11-16 Eric Pickles uk.org.publicwhip/member/40116 Eric Pickles uk.org.publicwhip/person/10477 6 2011-11-16-84642823-10477-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 15.073ms · Data source: mySociety Data · About: simonw/register-of-members-interests-datasette