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 = "2010-02-03-84642823-10426-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
28e3ee4e0cdf03d480f01245d77093a15f35d9e7 Name of donor: Michael Hintze Gifts, benefits and hospitality (UK) 84642823 2010-02-03 Theresa May uk.org.publicwhip/member/1700 Theresa May uk.org.publicwhip/person/10426 0 2010-02-03-84642823-10426-0
034a01c6863c7d0313660b3d9a79bfd18a8fa682 Address of donor: private Gifts, benefits and hospitality (UK) 84642823 2010-02-03 Theresa May uk.org.publicwhip/member/1700 Theresa May uk.org.publicwhip/person/10426 1 2010-02-03-84642823-10426-0
45010dbc0eecc112a3bf6c4024ac1d846d0d1a9d Amount of donation or nature and value if donation in kind: £1200 for two tickets to the Carlton Political Club Dinner Gifts, benefits and hospitality (UK) 84642823 2010-02-03 Theresa May uk.org.publicwhip/member/1700 Theresa May uk.org.publicwhip/person/10426 2 2010-02-03-84642823-10426-0
2ff95e9c8bd6ec9a855ae3c7fd7253dae40dd10d Date of receipt of donation: 22 September 2009 Gifts, benefits and hospitality (UK) 84642823 2010-02-03 Theresa May uk.org.publicwhip/member/1700 Theresa May uk.org.publicwhip/person/10426 3 2010-02-03-84642823-10426-0
79819be03ef276c8af46f89c5619150972e7f3ab Date of acceptance of donation: 22 September 2009 Gifts, benefits and hospitality (UK) 84642823 2010-02-03 Theresa May uk.org.publicwhip/member/1700 Theresa May uk.org.publicwhip/person/10426 4 2010-02-03-84642823-10426-0
f48895af489f8575afe61f510fd7b7a15f9f7f45 Donor status: individual Gifts, benefits and hospitality (UK) 84642823 2010-02-03 Theresa May uk.org.publicwhip/member/1700 Theresa May uk.org.publicwhip/person/10426 5 2010-02-03-84642823-10426-0
0d3ebde87acbff8d154999e8177022da6f039c50 (Registered 25 October 2009) Gifts, benefits and hospitality (UK) 84642823 2010-02-03 Theresa May uk.org.publicwhip/member/1700 Theresa May uk.org.publicwhip/person/10426 6 2010-02-03-84642823-10426-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 30.968ms · Data source: mySociety Data · About: simonw/register-of-members-interests-datasette