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-04-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
c48ef2386d45abfbaebe269b7a74d70c1613cd06 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-04   Sammy Wilson uk.org.publicwhip/person/11374 0 2023-09-04-10057ffd-11374-0
de20d144789a6c7b9a454ee1934716f899be76f9 24 January 202, payment of £75. Hours: approx. 15 mins. (Registered 02 November 2022) Employment and earnings 10057ffd 2023-09-04   Sammy Wilson uk.org.publicwhip/person/11374 1 2023-09-04-10057ffd-11374-0
fa9aa5f49ab8cdad3240c9b7730a259567ac753d 23 May 2022, payment of £100. Hours: approx. 15 mins. (Registered 02 November 2022) Employment and earnings 10057ffd 2023-09-04   Sammy Wilson uk.org.publicwhip/person/11374 2 2023-09-04-10057ffd-11374-0
22324f4537fffc78829916595481aa1f0ad0f722 2 August 2022, payment of £75. Hours: approx. 15 mins. (Registered 02 November 2022) Employment and earnings 10057ffd 2023-09-04   Sammy Wilson uk.org.publicwhip/person/11374 3 2023-09-04-10057ffd-11374-0
248617699d40591d3665fc73d024a0805ab7c845 9 September 2022, payment of £75. Hours: approx. 15 mins. (Registered 02 November 2022) Employment and earnings 10057ffd 2023-09-04   Sammy Wilson uk.org.publicwhip/person/11374 4 2023-09-04-10057ffd-11374-0
7c4ff03123652d94ea553b78bad5fc02adb9e529 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-04   Sammy Wilson uk.org.publicwhip/person/11374 5 2023-09-04-10057ffd-11374-0
03a56419f506be5ca881d5bb818311b8dbcebb55 12 January 2022, payment of £50. Hours: 15 mins. (Registered 02 November 2022) Employment and earnings 10057ffd 2023-09-04   Sammy Wilson uk.org.publicwhip/person/11374 6 2023-09-04-10057ffd-11374-0
372405fa3e4f4ee409f21726c6647788291ae610 15 August 2022, payment of £225. Hours: 35 mins. (Registered 02 November 2022) Employment and earnings 10057ffd 2023-09-04   Sammy Wilson uk.org.publicwhip/person/11374 7 2023-09-04-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 50.012ms · Data source: mySociety Data · About: simonw/register-of-members-interests-datasette