home / regmem

Menu
  • GraphQL API

items

Table actions
  • GraphQL API for items

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

3 rows where record_id = "2017-01-09-10057ffd-11174-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
7248a95d631308bea0a3c39d97c0935eec4850fd Payments from Ipsos Mori, 78-81 Borough Rd London SE1 1FY, for opinion surveys: Employment and earnings 10057ffd 2017-01-09   John Pugh uk.org.publicwhip/person/11174 0 2017-01-09-10057ffd-11174-0
c7ad2916dec1a755a600735b4275ffc4b5d6cf5b 12 January 2016, received £200 for survey completed on 2 December 2015. Hours: 45 mins. Fee paid direct to Southport Liberal Democrats. (Registered 15 January 2016) Employment and earnings 10057ffd 2017-01-09   John Pugh uk.org.publicwhip/person/11174 1 2017-01-09-10057ffd-11174-0
59d3aed8b8b7164c1656785543a313b038cf4485 1 August 2016, received £200 received for completing a survey. Fee paid direct to Southport Liberal Democrats. Hours: 1 hr. (Registered 08 August 2016) Employment and earnings 10057ffd 2017-01-09   John Pugh uk.org.publicwhip/person/11174 2 2017-01-09-10057ffd-11174-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 95.885ms · Data source: mySociety Data · About: simonw/register-of-members-interests-datasette