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-84642823-24771-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
4e0a09947ea8d64699971e0877b5d86b7eae0778 Name of donor: Digital UK Limited Gifts, benefits and hospitality (UK) 84642823 2015-02-23 Therese Coffey uk.org.publicwhip/member/40591 Therese Coffey uk.org.publicwhip/person/24771 0 2015-02-23-84642823-24771-0
bb889acb51f7942cd9ad3f4a548c8b454853b061 Address of donor:  The Met Building, 22 Percy Street, London W1T 2BU Gifts, benefits and hospitality (UK) 84642823 2015-02-23 Therese Coffey uk.org.publicwhip/member/40591 Therese Coffey uk.org.publicwhip/person/24771 1 2015-02-23-84642823-24771-0
bc40965aa1e795e2fa9376d699d8ed35069d01c9 Amount of donation or nature and value if donation in kind: Ticket and hospitality at the Wimbledon Championships with a total value of £895 Gifts, benefits and hospitality (UK) 84642823 2015-02-23 Therese Coffey uk.org.publicwhip/member/40591 Therese Coffey uk.org.publicwhip/person/24771 2 2015-02-23-84642823-24771-0
2049e57090f1d310f45248646ed4b5d3c01aa3fa Date of receipt of donation: 30 June 2014 Gifts, benefits and hospitality (UK) 84642823 2015-02-23 Therese Coffey uk.org.publicwhip/member/40591 Therese Coffey uk.org.publicwhip/person/24771 3 2015-02-23-84642823-24771-0
433dae3806783e5883b8fcb43f04ef8c58bd714d Date of acceptance of donation:  30 June 2014 Gifts, benefits and hospitality (UK) 84642823 2015-02-23 Therese Coffey uk.org.publicwhip/member/40591 Therese Coffey uk.org.publicwhip/person/24771 4 2015-02-23-84642823-24771-0
2a1380de4756319f594e129a7d4a174bc250405a Donor status: company, registration 05422613 Gifts, benefits and hospitality (UK) 84642823 2015-02-23 Therese Coffey uk.org.publicwhip/member/40591 Therese Coffey uk.org.publicwhip/person/24771 5 2015-02-23-84642823-24771-0
c310fe1f624ed2cec77e8238b1b59cb35591af25 (Registered 24 July 2014) Gifts, benefits and hospitality (UK) 84642823 2015-02-23 Therese Coffey uk.org.publicwhip/member/40591 Therese Coffey uk.org.publicwhip/person/24771 6 2015-02-23-84642823-24771-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 194.948ms · Data source: mySociety Data · About: simonw/register-of-members-interests-datasette