home / regmem

Menu
  • GraphQL API

items

Table actions
  • GraphQL API for items

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

8 rows where record_id = "2019-10-21-10057ffd-11093-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
8cbc99d740a60c3968d2623909c6476658b2eb8c Payments received from ComRes, Four Millbank, London SW1P 3JA, following the completion of surveys. Payment made to Bassetlaw CLP: Employment and earnings 10057ffd 2019-10-21   John Mann uk.org.publicwhip/person/11093 0 2019-10-21-10057ffd-11093-0
2a218c253c17243734456fb103d02b2eff2e0caf 25 June 2018, received £75. Hours: 15 mins. (Registered 18 December 2018) Employment and earnings 10057ffd 2019-10-21   John Mann uk.org.publicwhip/person/11093 1 2019-10-21-10057ffd-11093-0
64d47cce5a9ab8bba1271cae3c0b6d756411fad0 23 July 2018, received £75. Hours: 15 mins. (Registered 18 December 2018) Employment and earnings 10057ffd 2019-10-21   John Mann uk.org.publicwhip/person/11093 2 2019-10-21-10057ffd-11093-0
25a535fa8e15508ee42922c757c16b8cef7952c1 27 August 2018, received £75. Hours: 15 mins. (Registered 18 December 2018) Employment and earnings 10057ffd 2019-10-21   John Mann uk.org.publicwhip/person/11093 3 2019-10-21-10057ffd-11093-0
eb41a6c94b56666fc26af2271314a80bd6a7b4b8 31 October 2018, received £50. Hours: 15 mins. (Registered 18 December 2018) Employment and earnings 10057ffd 2019-10-21   John Mann uk.org.publicwhip/person/11093 4 2019-10-21-10057ffd-11093-0
eaed266736aebebfcf5cde66424e6da2446e7eb3 21 November 2018, received £75. Hours: 15 mins. (Registered 18 December 2018) Employment and earnings 10057ffd 2019-10-21   John Mann uk.org.publicwhip/person/11093 5 2019-10-21-10057ffd-11093-0
f7aac40fd2b57cc0f0fe09fc4e09faf69b377524 11 July 2019, received £1,000 from the Fund Finance Association, 224 Fifth Avenue, Suite 1225, New York, NY, 10001, USA, for keynote speech at the 5th Annual European Fund Finance Symposium at the London Landmark Hotel on 20 June 2019. Hours (including preparation and travel): 4 hrs. (Registered 09 August 2019) Employment and earnings 10057ffd 2019-10-21   John Mann uk.org.publicwhip/person/11093 6 2019-10-21-10057ffd-11093-0
9d4acbae6595d134d6f2dc98b3f55231dd5e82b6 18 July 2019, received £500 from News UK, 1 London Bridge St, London SE1 9GF, for an article. Hours: 3 hrs. (Registered 09 August 2019) Employment and earnings 10057ffd 2019-10-21   John Mann uk.org.publicwhip/person/11093 7 2019-10-21-10057ffd-11093-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 14.602ms · Data source: mySociety Data · About: simonw/register-of-members-interests-datasette