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-09-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
b445bfd4142801dfc44dbb4a1be968de35168233 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-09 Paul Burstow uk.org.publicwhip/member/40594 Paul Burstow uk.org.publicwhip/person/10080 0 2015-03-09-1f359ece-10080-0
13aaacef62d05e346c18f8f8de114b0f231df821 March 2013, payment of £150. Hours: 45 mins. (Registered 30 April 2014) Remunerated employment, office, profession etc 1f359ece 2015-03-09 Paul Burstow uk.org.publicwhip/member/40594 Paul Burstow uk.org.publicwhip/person/10080 1 2015-03-09-1f359ece-10080-0
6306603b33813f024e13215c1e3d96aec1262f4b June 2013, payment of £150. Hours: 45 mins. (Registered 30 April 2014) Remunerated employment, office, profession etc 1f359ece 2015-03-09 Paul Burstow uk.org.publicwhip/member/40594 Paul Burstow uk.org.publicwhip/person/10080 2 2015-03-09-1f359ece-10080-0
26508931db74e4a50c418cb3176681913ff68b12 March 2014, payment of £150. Hours: 45 mins. (Registered 30 April 2014) Remunerated employment, office, profession etc 1f359ece 2015-03-09 Paul Burstow uk.org.publicwhip/member/40594 Paul Burstow uk.org.publicwhip/person/10080 3 2015-03-09-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 201.882ms · Data source: mySociety Data · About: simonw/register-of-members-interests-datasette