home / regmem

Menu
  • GraphQL API

items

Table actions
  • GraphQL API for items

Data source: mySociety Data · About: simonw/register-of-members-interests-datasette

6 rows where record_id = "2015-03-09-84642823-10062-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
98072eff4296953287a9c45bb5404884ea73d04d Name of donor:  Mr and Mrs D Wall Gifts, benefits and hospitality (UK) 84642823 2015-03-09 Graham Brady uk.org.publicwhip/member/40041 Graham Brady uk.org.publicwhip/person/10062 0 2015-03-09-84642823-10062-0
081f81d379df0213bc56bbf81e8670ae775983cd Address of donor: private Gifts, benefits and hospitality (UK) 84642823 2015-03-09 Graham Brady uk.org.publicwhip/member/40041 Graham Brady uk.org.publicwhip/person/10062 1 2015-03-09-84642823-10062-0
1f18396e23f09b7adecf20ae3c3b1101048d44db Amount of donation or nature and value if donation in kind: Accommodation and meals for myself and my spouse at a political conference, 20-22 June 2014; value £1,850 Gifts, benefits and hospitality (UK) 84642823 2015-03-09 Graham Brady uk.org.publicwhip/member/40041 Graham Brady uk.org.publicwhip/person/10062 2 2015-03-09-84642823-10062-0
2a5a4df18207c5ea8ccde1828dfebad09a994f49 Date of receipt of donation:  20-22 June 2014 Gifts, benefits and hospitality (UK) 84642823 2015-03-09 Graham Brady uk.org.publicwhip/member/40041 Graham Brady uk.org.publicwhip/person/10062 3 2015-03-09-84642823-10062-0
9c5a2268fe2ae2c9072dee372960878fe95bc149 Donor status: individuals Gifts, benefits and hospitality (UK) 84642823 2015-03-09 Graham Brady uk.org.publicwhip/member/40041 Graham Brady uk.org.publicwhip/person/10062 4 2015-03-09-84642823-10062-0
b19946e6c98db16ee4f5a5110a6a302c1f2e0e07 (Registered 18 July 2014) Gifts, benefits and hospitality (UK) 84642823 2015-03-09 Graham Brady uk.org.publicwhip/member/40041 Graham Brady uk.org.publicwhip/person/10062 5 2015-03-09-84642823-10062-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 8.223ms · Data source: mySociety Data · About: simonw/register-of-members-interests-datasette