home / regmem

Menu
  • GraphQL API

items

Table actions
  • GraphQL API for items

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

6 rows where record_id = "2009-09-02-1f359ece-11318-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
6ab3b504c12a5f2bc5a698f8ab5f9ecf2d9a98b7 Parliamentary Adviser to: Remunerated employment, office, profession etc 1f359ece 2009-09-02 Bill Wiggin uk.org.publicwhip/member/1679 Bill Wiggin uk.org.publicwhip/person/11318 0 2009-09-02-1f359ece-11318-0
25c2285d53a916a47d1bbad3ffa114a5148509ba Green Lane Association Ltd (a national user group) Remunerated employment, office, profession etc 1f359ece 2009-09-02 Bill Wiggin uk.org.publicwhip/member/1679 Bill Wiggin uk.org.publicwhip/person/11318 1 2009-09-02-1f359ece-11318-0
733f273440bcc66965efe0500887f5cb393fd625 BMF (British Motorcycle Federation) Remunerated employment, office, profession etc 1f359ece 2009-09-02 Bill Wiggin uk.org.publicwhip/member/1679 Bill Wiggin uk.org.publicwhip/person/11318 2 2009-09-02-1f359ece-11318-0
642aa7e722b1f15f3bfc8620bf898128d63b9861 The TRF (Trail Riders Fellowship) Remunerated employment, office, profession etc 1f359ece 2009-09-02 Bill Wiggin uk.org.publicwhip/member/1679 Bill Wiggin uk.org.publicwhip/person/11318 3 2009-09-02-1f359ece-11318-0
9f7664ac084e2cffe8ce08f2da7cea6a33b371c1 (£5,001-£10,000 total) Remunerated employment, office, profession etc 1f359ece 2009-09-02 Bill Wiggin uk.org.publicwhip/member/1679 Bill Wiggin uk.org.publicwhip/person/11318 4 2009-09-02-1f359ece-11318-0
18dc106d49df576298332c0e6b71b3d120f41a5b Payment of £20 for four chickens sold at the Bromyard Gala on 4 July 2009. (Registered 22 July 2009) Remunerated employment, office, profession etc 1f359ece 2009-09-02 Bill Wiggin uk.org.publicwhip/member/1679 Bill Wiggin uk.org.publicwhip/person/11318 5 2009-09-02-1f359ece-11318-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 298.976ms · Data source: mySociety Data · About: simonw/register-of-members-interests-datasette