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-09-30-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
314db13e05b4328839c692dce806715d6aa8a615 Payments received from ComRes, Four Millbank, London SW1P 3JA, following the completion of surveys. Payment made to Bassetlaw CLP: Employment and earnings 10057ffd 2019-09-30   John Mann uk.org.publicwhip/person/11093 0 2019-09-30-10057ffd-11093-0
3950a9193380b21bf3cf55ba555b859a2046b36d 25 June 2018, received £75. Hours: 15 mins. (Registered 18 December 2018) Employment and earnings 10057ffd 2019-09-30   John Mann uk.org.publicwhip/person/11093 1 2019-09-30-10057ffd-11093-0
94ce6261c85422e5bd959c5f0603e29d24f97466 23 July 2018, received £75. Hours: 15 mins. (Registered 18 December 2018) Employment and earnings 10057ffd 2019-09-30   John Mann uk.org.publicwhip/person/11093 2 2019-09-30-10057ffd-11093-0
2f41a6f6942f109fd240a86e9eb28c27b01c45c1 27 August 2018, received £75. Hours: 15 mins. (Registered 18 December 2018) Employment and earnings 10057ffd 2019-09-30   John Mann uk.org.publicwhip/person/11093 3 2019-09-30-10057ffd-11093-0
544f35a8dc06633c7738714708c88b8a02f94cf2 31 October 2018, received £50. Hours: 15 mins. (Registered 18 December 2018) Employment and earnings 10057ffd 2019-09-30   John Mann uk.org.publicwhip/person/11093 4 2019-09-30-10057ffd-11093-0
5890ebefcbfa6c26d4717a278740aa991048ca56 21 November 2018, received £75. Hours: 15 mins. (Registered 18 December 2018) Employment and earnings 10057ffd 2019-09-30   John Mann uk.org.publicwhip/person/11093 5 2019-09-30-10057ffd-11093-0
f7847135ada77ef054a065bfac63ad7a3ce79f90 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-09-30   John Mann uk.org.publicwhip/person/11093 6 2019-09-30-10057ffd-11093-0
69d76ec5b187a03afabf7ae8c6c5a3a593eb9b30 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-09-30   John Mann uk.org.publicwhip/person/11093 7 2019-09-30-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 37.954ms · Data source: mySociety Data · About: simonw/register-of-members-interests-datasette