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 = "2015-03-09-84642823-10777-2" 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
add7436a1ee5b6256ae888a3ad38975221b2b856 Name of donor: Original BTC Ltd Gifts, benefits and hospitality (UK) 84642823 2015-03-09 David Cameron uk.org.publicwhip/member/40665 David Cameron uk.org.publicwhip/person/10777 0 2015-03-09-84642823-10777-2
3f58573d01f49fb1d92d93509ef3cbb57b1d48c2 Address of donor: Units 21/22, Avenue One, Station Lane, Witney OX28 4XZ Gifts, benefits and hospitality (UK) 84642823 2015-03-09 David Cameron uk.org.publicwhip/member/40665 David Cameron uk.org.publicwhip/person/10777 1 2015-03-09-84642823-10777-2
044318c271ea99c61a3a821f9c83457485e24538 Amount of donation or nature and value if donation in kind: two lamps, total value £749 Gifts, benefits and hospitality (UK) 84642823 2015-03-09 David Cameron uk.org.publicwhip/member/40665 David Cameron uk.org.publicwhip/person/10777 2 2015-03-09-84642823-10777-2
81a444adc26e0a5610f2a1ca35ef4b706ec1cbb2 Date of receipt of donation: 10 October 2014 Gifts, benefits and hospitality (UK) 84642823 2015-03-09 David Cameron uk.org.publicwhip/member/40665 David Cameron uk.org.publicwhip/person/10777 3 2015-03-09-84642823-10777-2
0897776734e0288845f69b8f655b253470c9fb71 Date of acceptance of donation: 10 October 2014 Gifts, benefits and hospitality (UK) 84642823 2015-03-09 David Cameron uk.org.publicwhip/member/40665 David Cameron uk.org.publicwhip/person/10777 4 2015-03-09-84642823-10777-2
52125f2de06b7c8a165fc6a62e9467ba7a047e0f Donor status: company, registration 3650223 Gifts, benefits and hospitality (UK) 84642823 2015-03-09 David Cameron uk.org.publicwhip/member/40665 David Cameron uk.org.publicwhip/person/10777 5 2015-03-09-84642823-10777-2
5bbb2b4f91a2a8c372ee2733a6d8c0993057fff5 (Registered 6 November 2014) Gifts, benefits and hospitality (UK) 84642823 2015-03-09 David Cameron uk.org.publicwhip/member/40665 David Cameron uk.org.publicwhip/person/10777 6 2015-03-09-84642823-10777-2

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 13.928ms · Data source: mySociety Data · About: simonw/register-of-members-interests-datasette