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 = "2009-12-10-84642823-10079-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
2abd078bf6df1c1298fb81d6f47b55c5d1307055 Name of donor: Whitton Investments Gifts, benefits and hospitality (UK) 84642823 2009-12-10 Simon Burns uk.org.publicwhip/member/1493 Simon Burns uk.org.publicwhip/person/10079 0 2009-12-10-84642823-10079-0
615eb7d900f5b1656ee648ebf73632735d439462 Address of donor : Level 33, 25 Canada Square, Canary Wharf, London E14 5LQ Gifts, benefits and hospitality (UK) 84642823 2009-12-10 Simon Burns uk.org.publicwhip/member/1493 Simon Burns uk.org.publicwhip/person/10079 1 2009-12-10-84642823-10079-0
de6a5eec7a6cdbd624b9b2bcfff146e668e95cf0 Amount of donation or nature and value if donation in kind: ticket to the Lady Taverners Charity Gala Dinner with guest speaker President Bill Clinton, value £2,000 Gifts, benefits and hospitality (UK) 84642823 2009-12-10 Simon Burns uk.org.publicwhip/member/1493 Simon Burns uk.org.publicwhip/person/10079 2 2009-12-10-84642823-10079-0
1e30c62ae7c117bec5cef7f350cd3dddf796a798 Date of receipt of donation: 30 October 2009 Gifts, benefits and hospitality (UK) 84642823 2009-12-10 Simon Burns uk.org.publicwhip/member/1493 Simon Burns uk.org.publicwhip/person/10079 3 2009-12-10-84642823-10079-0
6599ecc14ddc188bd3e08c6b13afb7fd7608ba82 Date of acceptance of donation: 30 October 2009 Gifts, benefits and hospitality (UK) 84642823 2009-12-10 Simon Burns uk.org.publicwhip/member/1493 Simon Burns uk.org.publicwhip/person/10079 4 2009-12-10-84642823-10079-0
f880ad064302338baf3214f004692b59839729a9 Donor status: company Gifts, benefits and hospitality (UK) 84642823 2009-12-10 Simon Burns uk.org.publicwhip/member/1493 Simon Burns uk.org.publicwhip/person/10079 5 2009-12-10-84642823-10079-0
2eb8525c54ef4f2c4299763fb7a2202c1c1306b3 (Registered 3 November 2009) Gifts, benefits and hospitality (UK) 84642823 2009-12-10 Simon Burns uk.org.publicwhip/member/1493 Simon Burns uk.org.publicwhip/person/10079 6 2009-12-10-84642823-10079-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 16.077ms · Data source: mySociety Data · About: simonw/register-of-members-interests-datasette