home / regmem

Menu
  • GraphQL API

items

Table actions
  • GraphQL API for items

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

10 rows where record_id = "2019-06-03-10057ffd-10397-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
1af649521f99ad0ab3098bac9c21a0276256d149 Payments from Ipsos MORI, 3 Thomas More Square, London E1W 1YW, for opinion surveys. Fees donated to local charities: Employment and earnings 10057ffd 2019-06-03   Patrick McLoughlin uk.org.publicwhip/person/10397 0 2019-06-03-10057ffd-10397-0
b0e1a76fedc399e51c72b6674c9a301b244bada5 5 July 2018, received £200. Hours: 1.5 hrs. (Registered 11 July 2018) Employment and earnings 10057ffd 2019-06-03   Patrick McLoughlin uk.org.publicwhip/person/10397 1 2019-06-03-10057ffd-10397-0
65c2c14f9e1d437f82cbb416dde787d27bebeed8 8 February 2019, received £200. Hours: 1.5 hrs. (Registered 06 March 2019) Employment and earnings 10057ffd 2019-06-03   Patrick McLoughlin uk.org.publicwhip/person/10397 2 2019-06-03-10057ffd-10397-0
41d6b9316f53d9b065e523f6dda2da68d087a18d Payments from ComRes, Four Millbank, London SW1P 3JA for opinion surveys. Fees donated to local charities: Employment and earnings 10057ffd 2019-06-03   Patrick McLoughlin uk.org.publicwhip/person/10397 3 2019-06-03-10057ffd-10397-0
86cc610176295228b6d0955ff3f0fff7f22a8ecb 14 March 2018, payment of £75. Hours: 30 mins. (Registered 26 July 2018) Employment and earnings 10057ffd 2019-06-03   Patrick McLoughlin uk.org.publicwhip/person/10397 4 2019-06-03-10057ffd-10397-0
19f714915a465d03f2a0484aec402fe718cf27c4 22 May 2018, payment of £75. Hours: 30 mins. (Registered 26 July 2018) Employment and earnings 10057ffd 2019-06-03   Patrick McLoughlin uk.org.publicwhip/person/10397 5 2019-06-03-10057ffd-10397-0
74179aa557a2bd43497ac537a7b8e49e673dcaaa 25 June 2018, payment of £75. Hours: 30 mins. (Registered 26 July 2018) Employment and earnings 10057ffd 2019-06-03   Patrick McLoughlin uk.org.publicwhip/person/10397 6 2019-06-03-10057ffd-10397-0
f9f7de4e490dab99382ea7a57660558dbb54f953 23 July 2018, payment of £75. Hours: 30 mins. (Registered 26 July 2018) Employment and earnings 10057ffd 2019-06-03   Patrick McLoughlin uk.org.publicwhip/person/10397 7 2019-06-03-10057ffd-10397-0
7e5f8f0b831d8d0850a6c88b4628efd7dcb0a258 27 August 2018, payment of £75. Hours: 30 mins. (Registered 04 September 2018) Employment and earnings 10057ffd 2019-06-03   Patrick McLoughlin uk.org.publicwhip/person/10397 8 2019-06-03-10057ffd-10397-0
122a545f91725d9afca87544807ae0f2e689b429 8 February 2019, payment of £150 for two opinion surveys. Hours: 1 hr in total. (Registered 06 March 2019) Employment and earnings 10057ffd 2019-06-03   Patrick McLoughlin uk.org.publicwhip/person/10397 9 2019-06-03-10057ffd-10397-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 80.71ms · Data source: mySociety Data · About: simonw/register-of-members-interests-datasette