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 = "2021-07-12-10057ffd-25845-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
1ef70872fb250c6e79e4cd7a502506aa5716e8f2 Payments from the ExtraCare Charitable Trust, 7 Harry Weston Road, Binley Business Park, Binley, Coventry CV3 2SN, for work as a carer. Payments, net of tax, donated to charity. Employment and earnings 10057ffd 2021-07-12   Nadia Whittome uk.org.publicwhip/person/25845 0 2021-07-12-10057ffd-25845-0
825ba966a5890cabf1ee8c565409b51ac99eba67 30 April 2020, payment of £223.96. Hours: 26 hrs. (Registered 03 July 2020) Employment and earnings 10057ffd 2021-07-12   Nadia Whittome uk.org.publicwhip/person/25845 1 2021-07-12-10057ffd-25845-0
861541cec3373b5090c85fa59addd9dcfc27599d 29 May 2020, payment of £244.16. Hours: 28 hrs. (Registered 03 July 2020) Employment and earnings 10057ffd 2021-07-12   Nadia Whittome uk.org.publicwhip/person/25845 2 2021-07-12-10057ffd-25845-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 135.921ms · Data source: mySociety Data · About: simonw/register-of-members-interests-datasette