home / regmem

Menu
  • GraphQL API

items

Table actions
  • GraphQL API for items

Data source: mySociety Data · About: simonw/register-of-members-interests-datasette

5 rows where record_id = "2016-06-27-64e8edeb-25351-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
a2d2f9b6fdc38d77b211bfcdcd45cecfbe282ee5 Name of donor: Mr & Mrs Arkless Address of donor: private Amount of donation or nature and value if donation in kind: £1,000 contribution from my parents towards living costs during my election campaign Date received: 2 March 2015 Date accepted: 2 March 2015 Donor status: individuals (Registered 05 June 2015) Gifts, benefits and hospitality from UK sources 64e8edeb 2016-06-27   Richard Arkless uk.org.publicwhip/person/25351 0 2016-06-27-64e8edeb-25351-0
8109fef7885334ed50ea7fad43d8f794d8a035a6 Name of donor: Mr & Mrs Arkless Address of donor: private Amount of donation or nature and value if donation in kind: £1,000 contribution from my parents towards living costs during my election campaign Date received: 1 April 2015 Date accepted: 1 April 2015 Donor status: individuals (Registered 05 June 2015) Gifts, benefits and hospitality from UK sources 64e8edeb 2016-06-27   Richard Arkless uk.org.publicwhip/person/25351 1 2016-06-27-64e8edeb-25351-0
50f58869fd005e8917182e53421d4d907bed323f Name of donor: Mr & Mrs Arkless Address of donor: private Amount of donation or nature and value if donation in kind: £1,000 contribution from my parents towards living costs during my election campaign Date received: 7 April 2015 Date accepted: 7 April 2015 Donor status: individuals (Registered 05 June 2015) Gifts, benefits and hospitality from UK sources 64e8edeb 2016-06-27   Richard Arkless uk.org.publicwhip/person/25351 2 2016-06-27-64e8edeb-25351-0
a482f74d4f7777649c9e24ece43a10410145a38a Name of donor: Mr & Mrs Arkless Address of donor: private Amount of donation or nature and value if donation in kind: £1,000 contribution from my parents towards living costs during my election campaign Date received: 29 April 2015 Date accepted: 29 April 2015 Donor status: individuals (Registered 05 June 2015) Gifts, benefits and hospitality from UK sources 64e8edeb 2016-06-27   Richard Arkless uk.org.publicwhip/person/25351 3 2016-06-27-64e8edeb-25351-0
c6d015eac30ca2ea40c8b346768d6b912b44116d Name of donor: Mr & Mrs Arkless Address of donor: private Amount of donation or nature and value if donation in kind: £1,000 contribution from my parents towards living costs during my election campaign Date received: 12 May 2015 Date accepted: 12 May 2015 Donor status: individuals (Registered 05 June 2015) Gifts, benefits and hospitality from UK sources 64e8edeb 2016-06-27   Richard Arkless uk.org.publicwhip/person/25351 4 2016-06-27-64e8edeb-25351-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.766ms · Data source: mySociety Data · About: simonw/register-of-members-interests-datasette