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-30-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
1bb56823ce2d912b9d31593a85307cf6a32efaf2 Name of donor:  Mr and Mrs D Wall Gifts, benefits and hospitality (UK) 84642823 2015-03-30 Graham Brady uk.org.publicwhip/member/40041 Graham Brady uk.org.publicwhip/person/10062 0 2015-03-30-84642823-10062-0
7f4eb1aceff63d5c761b5db31dddeb0cf343bca1 Address of donor: private Gifts, benefits and hospitality (UK) 84642823 2015-03-30 Graham Brady uk.org.publicwhip/member/40041 Graham Brady uk.org.publicwhip/person/10062 1 2015-03-30-84642823-10062-0
75e945b01b0daf131a85d059238497207c7cbeb7 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-30 Graham Brady uk.org.publicwhip/member/40041 Graham Brady uk.org.publicwhip/person/10062 2 2015-03-30-84642823-10062-0
38cad0f76ae976740e8297a973cf7b8ff7fd8842 Date of receipt of donation:  20-22 June 2014 Gifts, benefits and hospitality (UK) 84642823 2015-03-30 Graham Brady uk.org.publicwhip/member/40041 Graham Brady uk.org.publicwhip/person/10062 3 2015-03-30-84642823-10062-0
a2cc908c28a44015ea350982236b060b9c5bb037 Donor status: individuals Gifts, benefits and hospitality (UK) 84642823 2015-03-30 Graham Brady uk.org.publicwhip/member/40041 Graham Brady uk.org.publicwhip/person/10062 4 2015-03-30-84642823-10062-0
cb0ffacb10ce08e51b768ac4941a63f0b5e0976f (Registered 18 July 2014) Gifts, benefits and hospitality (UK) 84642823 2015-03-30 Graham Brady uk.org.publicwhip/member/40041 Graham Brady uk.org.publicwhip/person/10062 5 2015-03-30-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 7.794ms · Data source: mySociety Data · About: simonw/register-of-members-interests-datasette