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-01-18-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
e27ecc5a597d2d4c35f07d824bbc691d32085262 Payments from Ipsos MORI, 3 Thomas More Square, London E1W 1YW, for surveys. All fees paid direct to charity: Employment and earnings 10057ffd 2021-01-18   Dame Cheryl Gillan uk.org.publicwhip/person/10228 0 2021-01-18-10057ffd-10228-0
d208cc1d0ab9ba8ae0d32db86a7759a92b870e20 25 July 2020, payment of £250. Hours: 1 hr. (Registered 24 September 2020) Employment and earnings 10057ffd 2021-01-18   Dame Cheryl Gillan uk.org.publicwhip/person/10228 1 2021-01-18-10057ffd-10228-0
a09638c298c8c91915166614c5f14b6bad7fc38c 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-01-18   Dame Cheryl Gillan uk.org.publicwhip/person/10228 2 2021-01-18-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 18.627ms · Data source: mySociety Data · About: simonw/register-of-members-interests-datasette