home / regmem

Menu
  • GraphQL API

items

Table actions
  • GraphQL API for items

Data source: mySociety Data · About: simonw/register-of-members-interests-datasette

3 rows where record_id = "2023-06-26-10057ffd-10131-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
348d275172732363d7b8cd7de8c5a15cb66c71dc Payments from Atlantic Books Ltd, Ormond House, 27 Boswell Street, London WC1 3JZ, via Conville and Walsh (literary agent), Haymarket House, London SW1Y 4SP: Employment and earnings 10057ffd 2023-06-26   Yvette Cooper uk.org.publicwhip/person/10131 0 2023-06-26-10057ffd-10131-0
b8f3cf03f1715e95646d13a5bf7d2373eda6ff70 18 October 2022, received £1,220 for additional sales of a book already published. Hours: no additional hours. Payment used to support my offices. (Registered 14 November 2022) Employment and earnings 10057ffd 2023-06-26   Yvette Cooper uk.org.publicwhip/person/10131 1 2023-06-26-10057ffd-10131-0
48bbf9104c21307bc51f4709685125e71ea80608 20 April 2023, received £1,096.04 for additional sales of a book already published. Hours: no additional hours. Payment used to fund office staffing. (Registered 12 May 2023) Employment and earnings 10057ffd 2023-06-26   Yvette Cooper uk.org.publicwhip/person/10131 2 2023-06-26-10057ffd-10131-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 115.385ms · Data source: mySociety Data · About: simonw/register-of-members-interests-datasette