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 = "2023-09-18-10057ffd-11374-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
502d6bd0478cbce53c00e3f21f17c6c8d146a19d Payments from Savanta ComRes, 3 Melville Street, Edinburgh EH3 7PE, for surveys. All fees paid direct to charity or good causes. Employment and earnings 10057ffd 2023-09-18   Sammy Wilson uk.org.publicwhip/person/11374 0 2023-09-18-10057ffd-11374-0
056896e251dbf146df739c8ba1093c9d25b46a71 24 January 202, payment of £75. Hours: approx. 15 mins. (Registered 02 November 2022) Employment and earnings 10057ffd 2023-09-18   Sammy Wilson uk.org.publicwhip/person/11374 1 2023-09-18-10057ffd-11374-0
1375d15554effe28a7d5545e18f4dc31bd25b471 23 May 2022, payment of £100. Hours: approx. 15 mins. (Registered 02 November 2022) Employment and earnings 10057ffd 2023-09-18   Sammy Wilson uk.org.publicwhip/person/11374 2 2023-09-18-10057ffd-11374-0
ad58b0a1e4104dfe76ca1b0455f797999003116a 2 August 2022, payment of £75. Hours: approx. 15 mins. (Registered 02 November 2022) Employment and earnings 10057ffd 2023-09-18   Sammy Wilson uk.org.publicwhip/person/11374 3 2023-09-18-10057ffd-11374-0
cdf6f4b518aa7fba4e322018dd8ec89b9a9db1c1 9 September 2022, payment of £75. Hours: approx. 15 mins. (Registered 02 November 2022) Employment and earnings 10057ffd 2023-09-18   Sammy Wilson uk.org.publicwhip/person/11374 4 2023-09-18-10057ffd-11374-0
03afca73d6d766b7fbc052f20d3018a1c70abf69 Payments from Ipsos Mori, 37 Thomas Moore Square, London E1W 1YW, for surveys. All fees paid direct to charity. Employment and earnings 10057ffd 2023-09-18   Sammy Wilson uk.org.publicwhip/person/11374 5 2023-09-18-10057ffd-11374-0
a8f60a66928ae5e55a52778ee5604806f2215e87 12 January 2022, payment of £50. Hours: 15 mins. (Registered 02 November 2022) Employment and earnings 10057ffd 2023-09-18   Sammy Wilson uk.org.publicwhip/person/11374 6 2023-09-18-10057ffd-11374-0
8094d373399cb4938a6a736b19cfde3634479f4d 15 August 2022, payment of £225. Hours: 35 mins. (Registered 02 November 2022) Employment and earnings 10057ffd 2023-09-18   Sammy Wilson uk.org.publicwhip/person/11374 7 2023-09-18-10057ffd-11374-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 149.584ms · Data source: mySociety Data · About: simonw/register-of-members-interests-datasette