home / regmem

Menu
  • GraphQL API

items

Table actions
  • GraphQL API for items

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

2 rows where record_id = "2018-06-04-10057ffd-25649-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
b51b2a9143e3df087309df846242c407ccc4b166 15 June 2017, received £405.42 allowance as Councillor and Executive Member of Bedford Borough Council, Borough Hall, Cauldwell Street, Bedford MK42 9AP. Hours: 30 hrs since my election. (Registered 07 July 2017) Employment and earnings 10057ffd 2018-06-04   Mohammad Yasin uk.org.publicwhip/person/25649 0 2018-06-04-10057ffd-25649-0
7a0a913442e9708d1bf297f1a600da1c1d099aa7 20 December 2017, payment of £200 from Ipsos MORI, 3 Thomas More Square, London E1W 1YW, for an interview on 5 December 2017. Hours: 1 hr. Fee paid direct to charity. (Registered 18 January 2018) Employment and earnings 10057ffd 2018-06-04   Mohammad Yasin uk.org.publicwhip/person/25649 1 2018-06-04-10057ffd-25649-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 16.434ms · Data source: mySociety Data · About: simonw/register-of-members-interests-datasette