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-03-10-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
3ae3b91934d1d97f572f62e0b7297e9f20a50ec4 Name of donor: NCP Gifts, benefits and hospitality (UK) 84642823 2010-03-10 Chris Bryant uk.org.publicwhip/member/1779 Chris Bryant uk.org.publicwhip/person/10761 0 2010-03-10-84642823-10761-0
0c7c8736cd2c5ed951bc129ef104b8f735f3532a Address of donor : National Car Parks Ltd, 6th Floor, Centre Tower, Whitgift Centre, Croydon CR0 1LP. Gifts, benefits and hospitality (UK) 84642823 2010-03-10 Chris Bryant uk.org.publicwhip/member/1779 Chris Bryant uk.org.publicwhip/person/10761 1 2010-03-10-84642823-10761-0
1fe9ebca8e33c13a44d18c43f117ba3b714ddb2e 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-03-10 Chris Bryant uk.org.publicwhip/member/1779 Chris Bryant uk.org.publicwhip/person/10761 2 2010-03-10-84642823-10761-0
6d586fdcb4a9e89836be28e4a8fae9a67dc22cf2 Date of receipt of donation: 6 January 2010 Gifts, benefits and hospitality (UK) 84642823 2010-03-10 Chris Bryant uk.org.publicwhip/member/1779 Chris Bryant uk.org.publicwhip/person/10761 3 2010-03-10-84642823-10761-0
dacceca95d0e09b9b9eef495053f746cf63c61db Date of acceptance of donation: 6 January 2010 Gifts, benefits and hospitality (UK) 84642823 2010-03-10 Chris Bryant uk.org.publicwhip/member/1779 Chris Bryant uk.org.publicwhip/person/10761 4 2010-03-10-84642823-10761-0
4292868549dd7a5cb964ed93f118007dc04dda48 Donor status: company, registration number 253240 Gifts, benefits and hospitality (UK) 84642823 2010-03-10 Chris Bryant uk.org.publicwhip/member/1779 Chris Bryant uk.org.publicwhip/person/10761 5 2010-03-10-84642823-10761-0
7a28ed94da1a92f88bce937b0ea7aab75e416e5a (Registered 15 January 2010) Gifts, benefits and hospitality (UK) 84642823 2010-03-10 Chris Bryant uk.org.publicwhip/member/1779 Chris Bryant uk.org.publicwhip/person/10761 6 2010-03-10-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 14.207ms · Data source: mySociety Data · About: simonw/register-of-members-interests-datasette