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-02-23-a41b9847-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
50ad43d9ed19974476d572581ecb7cacf4a91928 Name of donor: Sultan of Brunei Overseas benefits and gifts a41b9847 2015-02-23 Edward Miliband uk.org.publicwhip/member/40208 Ed Miliband uk.org.publicwhip/person/11545 0 2015-02-23-a41b9847-11545-0
5586807ea986b36d385457cdb780ad56fad9e843 Address of donor: c/o Brunei Darussalam High Commission, 19-20 Belgrave Square, London SW1X 8PG Overseas benefits and gifts a41b9847 2015-02-23 Edward Miliband uk.org.publicwhip/member/40208 Ed Miliband uk.org.publicwhip/person/11545 1 2015-02-23-a41b9847-11545-0
daff86163b39afe66400b8352f64b081cffa624f Amount of donation or nature and value if donation in kind: hamper with approx. value of £2,500, which was donated to charity Overseas benefits and gifts a41b9847 2015-02-23 Edward Miliband uk.org.publicwhip/member/40208 Ed Miliband uk.org.publicwhip/person/11545 2 2015-02-23-a41b9847-11545-0
b149a3ee9110737e39b3d1553bade3611709b6d8 Date of receipt of donation: 19 December 2014 Overseas benefits and gifts a41b9847 2015-02-23 Edward Miliband uk.org.publicwhip/member/40208 Ed Miliband uk.org.publicwhip/person/11545 3 2015-02-23-a41b9847-11545-0
11b8d390828cdae2092ce1f958c5d47e04466aa3 Date of acceptance of donation: 19 December 2014 Overseas benefits and gifts a41b9847 2015-02-23 Edward Miliband uk.org.publicwhip/member/40208 Ed Miliband uk.org.publicwhip/person/11545 4 2015-02-23-a41b9847-11545-0
fa8f4451cbeafe990f8392598437d163ebf86e22 Donor status: individual Overseas benefits and gifts a41b9847 2015-02-23 Edward Miliband uk.org.publicwhip/member/40208 Ed Miliband uk.org.publicwhip/person/11545 5 2015-02-23-a41b9847-11545-0
4d542fa67973ad9715a5d2cb1ce705bd8daacf89 (Registered 16 January 2015) Overseas benefits and gifts a41b9847 2015-02-23 Edward Miliband uk.org.publicwhip/member/40208 Ed Miliband uk.org.publicwhip/person/11545 6 2015-02-23-a41b9847-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 118.352ms · Data source: mySociety Data · About: simonw/register-of-members-interests-datasette