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 = "2010-02-03-84642823-10761-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
e3fcc19cc69968afc9eb32c455e930db572ce1e8 Name of donor: NCP Gifts, benefits and hospitality (UK) 84642823 2010-02-03 Chris Bryant uk.org.publicwhip/member/1779 Chris Bryant uk.org.publicwhip/person/10761 0 2010-02-03-84642823-10761-0
131b2e7d9b01de37623137b4664fc9e51811599b Address of donor : National Car Parks Ltd, 6th Floor, Centre Tower, Whitgift Centre, Croydon CR0 1LP. Gifts, benefits and hospitality (UK) 84642823 2010-02-03 Chris Bryant uk.org.publicwhip/member/1779 Chris Bryant uk.org.publicwhip/person/10761 1 2010-02-03-84642823-10761-0
3431e259bc83f88cb7e4b07bc0f18e2076ef6ab8 Amount of donation or nature and value if donation in kind: free car parking space at Cardiff railway station. Value: £1247 Gifts, benefits and hospitality (UK) 84642823 2010-02-03 Chris Bryant uk.org.publicwhip/member/1779 Chris Bryant uk.org.publicwhip/person/10761 2 2010-02-03-84642823-10761-0
3613c0aafa2903cb61772f4f7b70700b776b850d Date of receipt of donation: 6 January 2010 Gifts, benefits and hospitality (UK) 84642823 2010-02-03 Chris Bryant uk.org.publicwhip/member/1779 Chris Bryant uk.org.publicwhip/person/10761 3 2010-02-03-84642823-10761-0
d95129c7f2763b9841108c7c10406943b54d1e5e Date of acceptance of donation: 6 January 2010 Gifts, benefits and hospitality (UK) 84642823 2010-02-03 Chris Bryant uk.org.publicwhip/member/1779 Chris Bryant uk.org.publicwhip/person/10761 4 2010-02-03-84642823-10761-0
3194d3e8b04f3e52955041504d65152535985a00 Donor status: company, registration number 253240 Gifts, benefits and hospitality (UK) 84642823 2010-02-03 Chris Bryant uk.org.publicwhip/member/1779 Chris Bryant uk.org.publicwhip/person/10761 5 2010-02-03-84642823-10761-0
9a6f6d03f67695bec68f9d205aacd52a04c50a44 (Registered 15 January 2010) Gifts, benefits and hospitality (UK) 84642823 2010-02-03 Chris Bryant uk.org.publicwhip/member/1779 Chris Bryant uk.org.publicwhip/person/10761 6 2010-02-03-84642823-10761-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 25.882ms · Data source: mySociety Data · About: simonw/register-of-members-interests-datasette