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-24-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
2b25bf1ff0efb5244a0beef9f96e1677ac646210 Name of donor: NCP Gifts, benefits and hospitality (UK) 84642823 2010-02-24 Chris Bryant uk.org.publicwhip/member/1779 Chris Bryant uk.org.publicwhip/person/10761 0 2010-02-24-84642823-10761-0
ac7f7800635e051942b6552969cc75fc0f4ab1cc Address of donor : National Car Parks Ltd, 6th Floor, Centre Tower, Whitgift Centre, Croydon CR0 1LP. Gifts, benefits and hospitality (UK) 84642823 2010-02-24 Chris Bryant uk.org.publicwhip/member/1779 Chris Bryant uk.org.publicwhip/person/10761 1 2010-02-24-84642823-10761-0
7d34c0a5a66a35d00a2a3b7f397e2b4a6c1f8bc9 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-24 Chris Bryant uk.org.publicwhip/member/1779 Chris Bryant uk.org.publicwhip/person/10761 2 2010-02-24-84642823-10761-0
b39fda3d99db96cef12152b5fe362eedfd62ca9e Date of receipt of donation: 6 January 2010 Gifts, benefits and hospitality (UK) 84642823 2010-02-24 Chris Bryant uk.org.publicwhip/member/1779 Chris Bryant uk.org.publicwhip/person/10761 3 2010-02-24-84642823-10761-0
e764b638586e8ffbfc3618a7472e46606a394478 Date of acceptance of donation: 6 January 2010 Gifts, benefits and hospitality (UK) 84642823 2010-02-24 Chris Bryant uk.org.publicwhip/member/1779 Chris Bryant uk.org.publicwhip/person/10761 4 2010-02-24-84642823-10761-0
fbfb4be917b30440eb12b25848f040620c4643a6 Donor status: company, registration number 253240 Gifts, benefits and hospitality (UK) 84642823 2010-02-24 Chris Bryant uk.org.publicwhip/member/1779 Chris Bryant uk.org.publicwhip/person/10761 5 2010-02-24-84642823-10761-0
29a9a324834a87ab6be35e8f9ae73f93716616a5 (Registered 15 January 2010) Gifts, benefits and hospitality (UK) 84642823 2010-02-24 Chris Bryant uk.org.publicwhip/member/1779 Chris Bryant uk.org.publicwhip/person/10761 6 2010-02-24-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 20.162ms · Data source: mySociety Data · About: simonw/register-of-members-interests-datasette