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-08-07-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
3acdde1cc78e3f692453c1e259702f1a5d32512e 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-08-07   Sammy Wilson uk.org.publicwhip/person/11374 0 2023-08-07-10057ffd-11374-0
8dc3ab3f5e771d9acc350ca4f586dd3fb74defd7 24 January 202, payment of £75. Hours: approx. 15 mins. (Registered 02 November 2022) Employment and earnings 10057ffd 2023-08-07   Sammy Wilson uk.org.publicwhip/person/11374 1 2023-08-07-10057ffd-11374-0
1a5b913a7a74dd2601a1a88f7bda466622225a72 23 May 2022, payment of £100. Hours: approx. 15 mins. (Registered 02 November 2022) Employment and earnings 10057ffd 2023-08-07   Sammy Wilson uk.org.publicwhip/person/11374 2 2023-08-07-10057ffd-11374-0
b1c56fcf130e000bef0ed8111c6ba9cfdebb9f65 2 August 2022, payment of £75. Hours: approx. 15 mins. (Registered 02 November 2022) Employment and earnings 10057ffd 2023-08-07   Sammy Wilson uk.org.publicwhip/person/11374 3 2023-08-07-10057ffd-11374-0
ac4c595de749ae3fdc24609cf99f39197259ae9f 9 September 2022, payment of £75. Hours: approx. 15 mins. (Registered 02 November 2022) Employment and earnings 10057ffd 2023-08-07   Sammy Wilson uk.org.publicwhip/person/11374 4 2023-08-07-10057ffd-11374-0
71f4242530992071c03055e346b476037553d804 Payments from Ipsos Mori, 37 Thomas Moore Square, London E1W 1YW, for surveys. All fees paid direct to charity. Employment and earnings 10057ffd 2023-08-07   Sammy Wilson uk.org.publicwhip/person/11374 5 2023-08-07-10057ffd-11374-0
ddb596cc33eb601c166242afd7fcbb7e745bedc8 12 January 2022, payment of £50. Hours: 15 mins. (Registered 02 November 2022) Employment and earnings 10057ffd 2023-08-07   Sammy Wilson uk.org.publicwhip/person/11374 6 2023-08-07-10057ffd-11374-0
2cd8f64aa2934659db024c2f28a97431f01c64ba 15 August 2022, payment of £225. Hours: 35 mins. (Registered 02 November 2022) Employment and earnings 10057ffd 2023-08-07   Sammy Wilson uk.org.publicwhip/person/11374 7 2023-08-07-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 35.736ms · Data source: mySociety Data · About: simonw/register-of-members-interests-datasette