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 = "2021-02-15-10057ffd-10228-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
cec21dcff5df82c03cbee1ee57345696c8e8a044 Payments from Ipsos MORI, 3 Thomas More Square, London E1W 1YW, for surveys. All fees paid direct to charity: Employment and earnings 10057ffd 2021-02-15   Dame Cheryl Gillan uk.org.publicwhip/person/10228 0 2021-02-15-10057ffd-10228-0
2390913660a68f018da7d26672343c24e573ff29 25 July 2020, payment of £250. Hours: 1 hr. (Registered 24 September 2020) Employment and earnings 10057ffd 2021-02-15   Dame Cheryl Gillan uk.org.publicwhip/person/10228 1 2021-02-15-10057ffd-10228-0
450b1d922a633429620c051af913556508125df4 Until 31 March 2020, Member of Advisory Panel on Marketing, GovNet Communications, St James's Buildings, Market St, Manchester M1 6PP. I received £5,000 per annum. Hours: 20 hrs (6 meetings) a year. (Registered 15 May 2014; updated 10 February 2020 and 29 April 2020) Employment and earnings 10057ffd 2021-02-15   Dame Cheryl Gillan uk.org.publicwhip/person/10228 2 2021-02-15-10057ffd-10228-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 19.435ms · Data source: mySociety Data · About: simonw/register-of-members-interests-datasette