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-07-01-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
2a0ea21734286504c61673c6dfc550d3b47464b3 Payments from Ipsos MORI, 3 Thomas More Square, London E1W 1YW, for opinion surveys. Fees donated to local charities: Employment and earnings 10057ffd 2019-07-01   Patrick McLoughlin uk.org.publicwhip/person/10397 0 2019-07-01-10057ffd-10397-0
af143573339cba3642afbd58e33a9dbae7b0658b 5 July 2018, received £200. Hours: 1.5 hrs. (Registered 11 July 2018) Employment and earnings 10057ffd 2019-07-01   Patrick McLoughlin uk.org.publicwhip/person/10397 1 2019-07-01-10057ffd-10397-0
0ef4e74a24b374bd44b08c894a8e51f05c361d62 8 February 2019, received £200. Hours: 1.5 hrs. (Registered 06 March 2019) Employment and earnings 10057ffd 2019-07-01   Patrick McLoughlin uk.org.publicwhip/person/10397 2 2019-07-01-10057ffd-10397-0
adce281e1a24b128f6ab8e482f2881c38c1bcc56 Payments from ComRes, Four Millbank, London SW1P 3JA for opinion surveys. Fees donated to local charities: Employment and earnings 10057ffd 2019-07-01   Patrick McLoughlin uk.org.publicwhip/person/10397 3 2019-07-01-10057ffd-10397-0
44fbba761a019515a42993f7acf304939105c03e 14 March 2018, payment of £75. Hours: 30 mins. (Registered 26 July 2018) Employment and earnings 10057ffd 2019-07-01   Patrick McLoughlin uk.org.publicwhip/person/10397 4 2019-07-01-10057ffd-10397-0
b550795c2c661ba80770dc322b7fed2a6d1c8eac 22 May 2018, payment of £75. Hours: 30 mins. (Registered 26 July 2018) Employment and earnings 10057ffd 2019-07-01   Patrick McLoughlin uk.org.publicwhip/person/10397 5 2019-07-01-10057ffd-10397-0
1d1b373981689b4e1b0fd3bd7526b651201949d7 25 June 2018, payment of £75. Hours: 30 mins. (Registered 26 July 2018) Employment and earnings 10057ffd 2019-07-01   Patrick McLoughlin uk.org.publicwhip/person/10397 6 2019-07-01-10057ffd-10397-0
e6771265a4fcebeeb6411e64b9d9300d15719597 23 July 2018, payment of £75. Hours: 30 mins. (Registered 26 July 2018) Employment and earnings 10057ffd 2019-07-01   Patrick McLoughlin uk.org.publicwhip/person/10397 7 2019-07-01-10057ffd-10397-0
7634fc721fa0fa808ed92ccca9211940ea099a37 27 August 2018, payment of £75. Hours: 30 mins. (Registered 04 September 2018) Employment and earnings 10057ffd 2019-07-01   Patrick McLoughlin uk.org.publicwhip/person/10397 8 2019-07-01-10057ffd-10397-0
8a2c74b7259369f7c2317ae903527bcb43246705 8 February 2019, payment of £150 for two opinion surveys. Hours: 1 hr in total. (Registered 06 March 2019) Employment and earnings 10057ffd 2019-07-01   Patrick McLoughlin uk.org.publicwhip/person/10397 9 2019-07-01-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 36.151ms · Data source: mySociety Data · About: simonw/register-of-members-interests-datasette