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-09-28-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
e9ee10c1f4f0c3df8c476309402417d933a9b920 Name of donor: Mr W Ives Gifts, benefits and hospitality (UK) 84642823 2011-09-28 Eric Pickles uk.org.publicwhip/member/40116 Eric Pickles uk.org.publicwhip/person/10477 0 2011-09-28-84642823-10477-0
ba8daa6f845a62ab4b540554601e8ae8b2125e60 Address of donor : Rainham Steel, Kathryn House, Manor Way, Rainham RM13 8RE Gifts, benefits and hospitality (UK) 84642823 2011-09-28 Eric Pickles uk.org.publicwhip/member/40116 Eric Pickles uk.org.publicwhip/person/10477 1 2011-09-28-84642823-10477-0
cdf2300a6040c2b0087cb36c77dcb01a8a363b5f 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-09-28 Eric Pickles uk.org.publicwhip/member/40116 Eric Pickles uk.org.publicwhip/person/10477 2 2011-09-28-84642823-10477-0
c7683c3585fa142c1fb7d9e2961dfa9ef4f897d8 Date of receipt of donation: 7 February 2011 Gifts, benefits and hospitality (UK) 84642823 2011-09-28 Eric Pickles uk.org.publicwhip/member/40116 Eric Pickles uk.org.publicwhip/person/10477 3 2011-09-28-84642823-10477-0
b86df6c17baec1771a52f8e84e98d7c7b1f327b5 Date of acceptance of donation: 7 February 2011 Gifts, benefits and hospitality (UK) 84642823 2011-09-28 Eric Pickles uk.org.publicwhip/member/40116 Eric Pickles uk.org.publicwhip/person/10477 4 2011-09-28-84642823-10477-0
d809feec39080b0237ad40201d48ad226de63a38 Donor status: company, registration 1093531 Gifts, benefits and hospitality (UK) 84642823 2011-09-28 Eric Pickles uk.org.publicwhip/member/40116 Eric Pickles uk.org.publicwhip/person/10477 5 2011-09-28-84642823-10477-0
30131b5768758e19fcb8f9c41cd1b855940e9c39 (Registered 25 February 2011) Gifts, benefits and hospitality (UK) 84642823 2011-09-28 Eric Pickles uk.org.publicwhip/member/40116 Eric Pickles uk.org.publicwhip/person/10477 6 2011-09-28-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.169ms · Data source: mySociety Data · About: simonw/register-of-members-interests-datasette