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 = "2014-12-08-84642823-11545-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
5201f14c5e1a5744c65eaf87481008b3dbf6ce5b Name of donor: British Airways plc Gifts, benefits and hospitality (UK) 84642823 2014-12-08 Edward Miliband uk.org.publicwhip/member/40208 Ed Miliband uk.org.publicwhip/person/11545 0 2014-12-08-84642823-11545-0
6e463600087576f9876f49b85b35d2861995d7dc Address of donor: Waterside, PO Box 365, Harmondsworth, UB7 0GB Gifts, benefits and hospitality (UK) 84642823 2014-12-08 Edward Miliband uk.org.publicwhip/member/40208 Ed Miliband uk.org.publicwhip/person/11545 1 2014-12-08-84642823-11545-0
274a0eebbe2b3d5e076bf2f09e20b75cdbdad107 Amount of donation or nature and value if donation in kind: Amount of donation or nature and value if donation in kind: short notice upgrades for me on return flights from London to Johannesburg and for my wife on outward flight only; 3 upgrades with a total estimated value of between £1,347 and £5,866. Gifts, benefits and hospitality (UK) 84642823 2014-12-08 Edward Miliband uk.org.publicwhip/member/40208 Ed Miliband uk.org.publicwhip/person/11545 2 2014-12-08-84642823-11545-0
55f503eebd455421814c3906af36fa05820674b4 Date of receipt of donation: 9 and 10 December 2013 Gifts, benefits and hospitality (UK) 84642823 2014-12-08 Edward Miliband uk.org.publicwhip/member/40208 Ed Miliband uk.org.publicwhip/person/11545 3 2014-12-08-84642823-11545-0
7601b8f7e6397f2092c8f36251d6b27228aceb63 Date of acceptance of donation: 10 December 2013 Gifts, benefits and hospitality (UK) 84642823 2014-12-08 Edward Miliband uk.org.publicwhip/member/40208 Ed Miliband uk.org.publicwhip/person/11545 4 2014-12-08-84642823-11545-0
592307e3a1d614548975b135567d027d8c8dccdc Donor status: company, registration 1777777 Gifts, benefits and hospitality (UK) 84642823 2014-12-08 Edward Miliband uk.org.publicwhip/member/40208 Ed Miliband uk.org.publicwhip/person/11545 5 2014-12-08-84642823-11545-0
12784e12159f89f55994e42c01af9bcf3a803375 (Registered 27 December 2013) Gifts, benefits and hospitality (UK) 84642823 2014-12-08 Edward Miliband uk.org.publicwhip/member/40208 Ed Miliband uk.org.publicwhip/person/11545 6 2014-12-08-84642823-11545-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 19.723ms · Data source: mySociety Data · About: simonw/register-of-members-interests-datasette