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-03-30-84642823-10453-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
b85158e891209ab704e3b1432bc81dd22d45a281 Name of donor: Manchester City Football Club Ltd Gifts, benefits and hospitality (UK) 84642823 2015-03-30 Jim Murphy uk.org.publicwhip/member/40231 Jim Murphy uk.org.publicwhip/person/10453 0 2015-03-30-84642823-10453-0
01c229166e77d0592b43f1ed5da7ccd5a799011e Address of donor: Etihad Stadium, Ashton New Road, Manchester M11 3FF Gifts, benefits and hospitality (UK) 84642823 2015-03-30 Jim Murphy uk.org.publicwhip/member/40231 Jim Murphy uk.org.publicwhip/person/10453 1 2015-03-30-84642823-10453-0
b4a0d72cae08b355b277a3f955ced0176662e369 Amount of donation or nature and value if donation in kind: five tickets at total of £850 at Manchester City FC v Tottenham, including hospitality   Gifts, benefits and hospitality (UK) 84642823 2015-03-30 Jim Murphy uk.org.publicwhip/member/40231 Jim Murphy uk.org.publicwhip/person/10453 2 2015-03-30-84642823-10453-0
a818dc19df32c4fbbbd6dbcf7a6978ee7ca54e4e Date of receipt of donation: 18 October 2014 Gifts, benefits and hospitality (UK) 84642823 2015-03-30 Jim Murphy uk.org.publicwhip/member/40231 Jim Murphy uk.org.publicwhip/person/10453 3 2015-03-30-84642823-10453-0
2ee3343476f8e4e1dc6a76950d3a9a38b826554b Date of acceptance of donation: 18 October 2014 Gifts, benefits and hospitality (UK) 84642823 2015-03-30 Jim Murphy uk.org.publicwhip/member/40231 Jim Murphy uk.org.publicwhip/person/10453 4 2015-03-30-84642823-10453-0
a3454a93eb4c8eaa9fc491fc0c76a89ab8bc8a5a Donor status: company, registration 00040946 Gifts, benefits and hospitality (UK) 84642823 2015-03-30 Jim Murphy uk.org.publicwhip/member/40231 Jim Murphy uk.org.publicwhip/person/10453 5 2015-03-30-84642823-10453-0
f9d22d54287b155efc09ef3a5d1b1d942ae401f8 (Registered 6 November 2014) Gifts, benefits and hospitality (UK) 84642823 2015-03-30 Jim Murphy uk.org.publicwhip/member/40231 Jim Murphy uk.org.publicwhip/person/10453 6 2015-03-30-84642823-10453-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 116.795ms · Data source: mySociety Data · About: simonw/register-of-members-interests-datasette