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-23-84642823-10013-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
d04ffa20fe6c9ae30d693d9415befa8515fb1a40 Name of donor: Bechtel Management Company Ltd Gifts, benefits and hospitality (UK) 84642823 2015-02-23 James Arbuthnot uk.org.publicwhip/member/40439 James Arbuthnot uk.org.publicwhip/person/10013 0 2015-02-23-84642823-10013-0
2af9b4f0b5f6bb9f3ede22f0b5a27de0976b842d Address of donor: 245 Hammersmith Road, London W6 8DP Gifts, benefits and hospitality (UK) 84642823 2015-02-23 James Arbuthnot uk.org.publicwhip/member/40439 James Arbuthnot uk.org.publicwhip/person/10013 1 2015-02-23-84642823-10013-0
4264fd14c29c2133ef32db2ab051a1d9c4b4976b Amount of donation or nature and value if donation in kind: tickets for me and my wife to the opening night of the Chelsea Flower Show, to a total value of £1,250 Gifts, benefits and hospitality (UK) 84642823 2015-02-23 James Arbuthnot uk.org.publicwhip/member/40439 James Arbuthnot uk.org.publicwhip/person/10013 2 2015-02-23-84642823-10013-0
e1c0b71a49ac0064321f56d36fdfc4eadcc6af2e Date of receipt of donation: 29 April 2014 Gifts, benefits and hospitality (UK) 84642823 2015-02-23 James Arbuthnot uk.org.publicwhip/member/40439 James Arbuthnot uk.org.publicwhip/person/10013 3 2015-02-23-84642823-10013-0
e63516c703ca78bba249d4d8b6c4259c5c47e148 Date of acceptance of donation: 19 May 2014 Gifts, benefits and hospitality (UK) 84642823 2015-02-23 James Arbuthnot uk.org.publicwhip/member/40439 James Arbuthnot uk.org.publicwhip/person/10013 4 2015-02-23-84642823-10013-0
c6801838c4c8fb51cd76578520692d8f7dc214df Donor status: company, registration 4252526 Gifts, benefits and hospitality (UK) 84642823 2015-02-23 James Arbuthnot uk.org.publicwhip/member/40439 James Arbuthnot uk.org.publicwhip/person/10013 5 2015-02-23-84642823-10013-0
c3ce917f98e9b66aa5067853eb0d9e5fcfd44ff3 (Registered 28 May 2014) Gifts, benefits and hospitality (UK) 84642823 2015-02-23 James Arbuthnot uk.org.publicwhip/member/40439 James Arbuthnot uk.org.publicwhip/person/10013 6 2015-02-23-84642823-10013-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 7.625ms · Data source: mySociety Data · About: simonw/register-of-members-interests-datasette