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-09-80ef1083-10027-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
119890afbf3f18023bc0302e7b5dd74a8374faf8 Name of donor: Sigma Pharmaceuticals PLC Overseas visits 80ef1083 2015-02-09 Kevin Barron uk.org.publicwhip/member/40508 Kevin Barron uk.org.publicwhip/person/10027 0 2015-02-09-80ef1083-10027-0
eab7c53aa7bc3c3f66549d575a7c031a0afd4926 Address of donor: Unit 1-7 Colonial Way, PO Box 233, Watford WD24 4YR Overseas visits 80ef1083 2015-02-09 Kevin Barron uk.org.publicwhip/member/40508 Kevin Barron uk.org.publicwhip/person/10027 1 2015-02-09-80ef1083-10027-0
dd622283b1054c79d1559251eb0fbd0378e06fe5 Amount of donation (or estimate of the probable value): travel and accommodation for myself and my wife, at an estimated value of £3,650 Overseas visits 80ef1083 2015-02-09 Kevin Barron uk.org.publicwhip/member/40508 Kevin Barron uk.org.publicwhip/person/10027 2 2015-02-09-80ef1083-10027-0
e0acf260050e05014b07910007dd852225273403 Destination of visit: Cancun, Mexico Overseas visits 80ef1083 2015-02-09 Kevin Barron uk.org.publicwhip/member/40508 Kevin Barron uk.org.publicwhip/person/10027 3 2015-02-09-80ef1083-10027-0
f22947b81b95b2cd476cf998e7b5167a6312e9dd Date of visit: 15-22 February 2014 Overseas visits 80ef1083 2015-02-09 Kevin Barron uk.org.publicwhip/member/40508 Kevin Barron uk.org.publicwhip/person/10027 4 2015-02-09-80ef1083-10027-0
9b9a05ce71e282d12721857fe65f25d5a8fe4642 Purpose of visit: to deliver a one hour speech as Chair of the All Party Parliamentary Group on Pharmacy at the conference of Sigma Pharmaceuticals in Cancun Mexico, on 17 February 2014.  Overseas visits 80ef1083 2015-02-09 Kevin Barron uk.org.publicwhip/member/40508 Kevin Barron uk.org.publicwhip/person/10027 5 2015-02-09-80ef1083-10027-0
47050b6692248ea37933ab59b57a11942358ed2b (Registered 12 March 2014) Overseas visits 80ef1083 2015-02-09 Kevin Barron uk.org.publicwhip/member/40508 Kevin Barron uk.org.publicwhip/person/10027 6 2015-02-09-80ef1083-10027-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 124.96ms · Data source: mySociety Data · About: simonw/register-of-members-interests-datasette