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 = "2012-03-05-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
ffeb74f641950a32b91c843cd5254dcf333ac8b1 Name of donor: Mr W Ives Gifts, benefits and hospitality (UK) 84642823 2012-03-05 Eric Pickles uk.org.publicwhip/member/40116 Eric Pickles uk.org.publicwhip/person/10477 0 2012-03-05-84642823-10477-0
9de59ed3dc55ee25761916992ddcb8f4ed7b6787 Address of donor : Rainham Steel, Kathryn House, Manor Way, Rainham RM13 8RE Gifts, benefits and hospitality (UK) 84642823 2012-03-05 Eric Pickles uk.org.publicwhip/member/40116 Eric Pickles uk.org.publicwhip/person/10477 1 2012-03-05-84642823-10477-0
decf91af547c3d9de1dd39d0856cb8eee93f5c0f 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 2012-03-05 Eric Pickles uk.org.publicwhip/member/40116 Eric Pickles uk.org.publicwhip/person/10477 2 2012-03-05-84642823-10477-0
60ddf7f5e715695e483c99ad67600c67718e25d7 Date of receipt of donation: 7 February 2011 Gifts, benefits and hospitality (UK) 84642823 2012-03-05 Eric Pickles uk.org.publicwhip/member/40116 Eric Pickles uk.org.publicwhip/person/10477 3 2012-03-05-84642823-10477-0
64871f95e86ba45f61ae9922a345989e328163fb Date of acceptance of donation: 7 February 2011 Gifts, benefits and hospitality (UK) 84642823 2012-03-05 Eric Pickles uk.org.publicwhip/member/40116 Eric Pickles uk.org.publicwhip/person/10477 4 2012-03-05-84642823-10477-0
09ffcbe9523fdf0ff89b9450d83eac86f4d6c9bc Donor status: company, registration 1093531 Gifts, benefits and hospitality (UK) 84642823 2012-03-05 Eric Pickles uk.org.publicwhip/member/40116 Eric Pickles uk.org.publicwhip/person/10477 5 2012-03-05-84642823-10477-0
19eac373798a5d53045582bbb1273d26c72c002b (Registered 25 February 2011) Gifts, benefits and hospitality (UK) 84642823 2012-03-05 Eric Pickles uk.org.publicwhip/member/40116 Eric Pickles uk.org.publicwhip/person/10477 6 2012-03-05-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 46.005ms · Data source: mySociety Data · About: simonw/register-of-members-interests-datasette