home / regmem

Menu
  • GraphQL API

items

Table actions
  • GraphQL API for items

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

8 rows where record_id = "2014-04-28-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
3dc02124c867ff8d697c518f45f01cc3f528181e I have accepted honorary life membership of Buck’s Club 1919, 18 Clifford Street, London W15 3RF. Gifts, benefits and hospitality (UK) 84642823 2014-04-28 Iain Duncan Smith uk.org.publicwhip/member/40167 Iain Duncan Smith uk.org.publicwhip/person/10180 0 2014-04-28-84642823-10180-0
a123d80ac52c95e4a0959bf36cb148e8f5d846b3 I have accepted honorary life membership of Pratt’s Club as a Special Member, 14 Park Place, London SW1A 1LP. Gifts, benefits and hospitality (UK) 84642823 2014-04-28 Iain Duncan Smith uk.org.publicwhip/member/40167 Iain Duncan Smith uk.org.publicwhip/person/10180 1 2014-04-28-84642823-10180-0
63c96bb1972b0655548e81194ba9599e8ebdaccc Name of donor: Tottenham Hotspur Football and Athletic Co Ltd Gifts, benefits and hospitality (UK) 84642823 2014-04-28 Iain Duncan Smith uk.org.publicwhip/member/40167 Iain Duncan Smith uk.org.publicwhip/person/10180 2 2014-04-28-84642823-10180-0
2269fc7e76e18d12205b53aabfe3c59628fddd1d Address of donor: Bill Nicholson Way, 748 High Road, London N17 0AP Gifts, benefits and hospitality (UK) 84642823 2014-04-28 Iain Duncan Smith uk.org.publicwhip/member/40167 Iain Duncan Smith uk.org.publicwhip/person/10180 3 2014-04-28-84642823-10180-0
ddc8e4e800aa95ced792ebdef5138ac08e929eb0 Amount of donation or nature and value if donation in kind: hospitality in Tottenham Hotspur’s directors’ box for me and my son; estimated value £2,400 Gifts, benefits and hospitality (UK) 84642823 2014-04-28 Iain Duncan Smith uk.org.publicwhip/member/40167 Iain Duncan Smith uk.org.publicwhip/person/10180 4 2014-04-28-84642823-10180-0
cfd832f99d434f750fc599fa936e263060da2f34 Date of receipt of donation: 3 March 2013 Gifts, benefits and hospitality (UK) 84642823 2014-04-28 Iain Duncan Smith uk.org.publicwhip/member/40167 Iain Duncan Smith uk.org.publicwhip/person/10180 5 2014-04-28-84642823-10180-0
a924b9700288d15ce6f09c8916b35bed3f9feeaf Date of acceptance of donation: 3 March 2013 Gifts, benefits and hospitality (UK) 84642823 2014-04-28 Iain Duncan Smith uk.org.publicwhip/member/40167 Iain Duncan Smith uk.org.publicwhip/person/10180 6 2014-04-28-84642823-10180-0
667f877a8de7795605336b8fbf46c6e8984c95cf Donor status: company, registration 57186 (Registered 17 April 2013) Gifts, benefits and hospitality (UK) 84642823 2014-04-28 Iain Duncan Smith uk.org.publicwhip/member/40167 Iain Duncan Smith uk.org.publicwhip/person/10180 7 2014-04-28-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 57.638ms · Data source: mySociety Data · About: simonw/register-of-members-interests-datasette