home / regmem

Menu
  • GraphQL API

items

Table actions
  • GraphQL API for items

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

4 rows where record_id = "2015-03-30-1f359ece-10080-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
706f654c00c077b9fea969fc7ec000480b4a1930 Payments for speaking at Westminster Explained events, Dods, 21 Dartmouth Street, Westminster London SW1H 9BP. All fees donated to Sutton Liberal Democrats: Remunerated employment, office, profession etc 1f359ece 2015-03-30 Paul Burstow uk.org.publicwhip/member/40594 Paul Burstow uk.org.publicwhip/person/10080 0 2015-03-30-1f359ece-10080-0
5865fcdf749f4ee70fa3e1aa55e580ce1a0c0295 March 2013, payment of £150. Hours: 45 mins. (Registered 30 April 2014) Remunerated employment, office, profession etc 1f359ece 2015-03-30 Paul Burstow uk.org.publicwhip/member/40594 Paul Burstow uk.org.publicwhip/person/10080 1 2015-03-30-1f359ece-10080-0
723c13eb37a1f75dc3ab1539c7e881cc570e4471 June 2013, payment of £150. Hours: 45 mins. (Registered 30 April 2014) Remunerated employment, office, profession etc 1f359ece 2015-03-30 Paul Burstow uk.org.publicwhip/member/40594 Paul Burstow uk.org.publicwhip/person/10080 2 2015-03-30-1f359ece-10080-0
082e79aad7ecb7ce5383f6ea5431fa7082005f87 March 2014, payment of £150. Hours: 45 mins. (Registered 30 April 2014) Remunerated employment, office, profession etc 1f359ece 2015-03-30 Paul Burstow uk.org.publicwhip/member/40594 Paul Burstow uk.org.publicwhip/person/10080 3 2015-03-30-1f359ece-10080-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.211ms · Data source: mySociety Data · About: simonw/register-of-members-interests-datasette