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-06-26-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
14399c448911ef1b0ce8732265150fb9c4c90bdf 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-06-26   Sammy Wilson uk.org.publicwhip/person/11374 0 2023-06-26-10057ffd-11374-0
93fdf7a9a7a8b34b532a4331ac417c1618c78f2d 24 January 202, payment of £75. Hours: approx. 15 mins. (Registered 02 November 2022) Employment and earnings 10057ffd 2023-06-26   Sammy Wilson uk.org.publicwhip/person/11374 1 2023-06-26-10057ffd-11374-0
76d9be280cfc17aac2b051a51dc0083965db5d86 23 May 2022, payment of £100. Hours: approx. 15 mins. (Registered 02 November 2022) Employment and earnings 10057ffd 2023-06-26   Sammy Wilson uk.org.publicwhip/person/11374 2 2023-06-26-10057ffd-11374-0
9c892ab90bc8f64942c8df07cc020e1412501596 2 August 2022, payment of £75. Hours: approx. 15 mins. (Registered 02 November 2022) Employment and earnings 10057ffd 2023-06-26   Sammy Wilson uk.org.publicwhip/person/11374 3 2023-06-26-10057ffd-11374-0
5aa7ce351ddf35e0bfc83595de8b526662034252 9 September 2022, payment of £75. Hours: approx. 15 mins. (Registered 02 November 2022) Employment and earnings 10057ffd 2023-06-26   Sammy Wilson uk.org.publicwhip/person/11374 4 2023-06-26-10057ffd-11374-0
c27917066814eea609e3de5ac5b7e09685a7492e Payments from Ipsos Mori, 37 Thomas Moore Square, London E1W 1YW, for surveys. All fees paid direct to charity. Employment and earnings 10057ffd 2023-06-26   Sammy Wilson uk.org.publicwhip/person/11374 5 2023-06-26-10057ffd-11374-0
2081150b349a7ed04c614c236bbd7da4461a53ab 12 January 2022, payment of £50. Hours: 15 mins. (Registered 02 November 2022) Employment and earnings 10057ffd 2023-06-26   Sammy Wilson uk.org.publicwhip/person/11374 6 2023-06-26-10057ffd-11374-0
888ed986298e9b1efc51a1d8abb9791983881c72 15 August 2022, payment of £225. Hours: 35 mins. (Registered 02 November 2022) Employment and earnings 10057ffd 2023-06-26   Sammy Wilson uk.org.publicwhip/person/11374 7 2023-06-26-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 175.998ms · Data source: mySociety Data · About: simonw/register-of-members-interests-datasette