home / regmem

Menu
  • GraphQL API

items

Table actions
  • GraphQL API for items

Data source: mySociety Data · About: simonw/register-of-members-interests-datasette

11 rows where record_id = "2004-09-08-84642823-10180-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
736a1e9fdf1365825e01e160b1241f1d93021d44 9 October 2003, use of private plane provided by IIR Limited from Blackpool to London. (Registered 15 October 2003) Gifts, benefits and hospitality (UK) 84642823 2004-09-08 Iain Duncan Smith uk.org.publicwhip/member/869 Iain Duncan Smith uk.org.publicwhip/person/10180 0 2004-09-08-84642823-10180-0
93f5432953ea1e9e991dd02cd3a3f066df7137f4 Of the individuals who sponsored me to run the London Marathon in aid of the Haven House Foundation the following sponsored me over £550: Gifts, benefits and hospitality (UK) 84642823 2004-09-08 Iain Duncan Smith uk.org.publicwhip/member/869 Iain Duncan Smith uk.org.publicwhip/person/10180 1 2004-09-08-84642823-10180-0
fb88582bc2f775c9a6006d09be125bb902a137fd Mr Henry Angest Gifts, benefits and hospitality (UK) 84642823 2004-09-08 Iain Duncan Smith uk.org.publicwhip/member/869 Iain Duncan Smith uk.org.publicwhip/person/10180 2 2004-09-08-84642823-10180-0
4ccc41c16ff7f778a6d0fd1a646135d67da13de8 Mr A E Birkett Gifts, benefits and hospitality (UK) 84642823 2004-09-08 Iain Duncan Smith uk.org.publicwhip/member/869 Iain Duncan Smith uk.org.publicwhip/person/10180 3 2004-09-08-84642823-10180-0
57303abd51f8ace0c53317561b02a9a127b5daa1 Mr Mike Gooley Gifts, benefits and hospitality (UK) 84642823 2004-09-08 Iain Duncan Smith uk.org.publicwhip/member/869 Iain Duncan Smith uk.org.publicwhip/person/10180 4 2004-09-08-84642823-10180-0
0cd84e3ed7e7bb3a663e72cc61731bf394422204 Mr Trevor Pears Gifts, benefits and hospitality (UK) 84642823 2004-09-08 Iain Duncan Smith uk.org.publicwhip/member/869 Iain Duncan Smith uk.org.publicwhip/person/10180 5 2004-09-08-84642823-10180-0
2ab9730557a38be9e5a1351e2df27229a700ed9f Mr Richard Smith Gifts, benefits and hospitality (UK) 84642823 2004-09-08 Iain Duncan Smith uk.org.publicwhip/member/869 Iain Duncan Smith uk.org.publicwhip/person/10180 6 2004-09-08-84642823-10180-0
aba18918496ec10a1ff3334f6993562ae808a190 (Registered 18 May 2004) Gifts, benefits and hospitality (UK) 84642823 2004-09-08 Iain Duncan Smith uk.org.publicwhip/member/869 Iain Duncan Smith uk.org.publicwhip/person/10180 7 2004-09-08-84642823-10180-0
dcef7272a5f71a8cc5d9255994d86fc9147accee The Stanley Foundation Ltd Gifts, benefits and hospitality (UK) 84642823 2004-09-08 Iain Duncan Smith uk.org.publicwhip/member/869 Iain Duncan Smith uk.org.publicwhip/person/10180 8 2004-09-08-84642823-10180-0
53654403933b56ad5ffc7ce7120da57e21f971c7 Gaban-Intercapital Management Limited Gifts, benefits and hospitality (UK) 84642823 2004-09-08 Iain Duncan Smith uk.org.publicwhip/member/869 Iain Duncan Smith uk.org.publicwhip/person/10180 9 2004-09-08-84642823-10180-0
2f63cfbaf53633e59a188f1f8f12bf9b206d5ff2 (Registered 29 June 2004) Gifts, benefits and hospitality (UK) 84642823 2004-09-08 Iain Duncan Smith uk.org.publicwhip/member/869 Iain Duncan Smith uk.org.publicwhip/person/10180 10 2004-09-08-84642823-10180-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 13.934ms · Data source: mySociety Data · About: simonw/register-of-members-interests-datasette