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-06-28-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
5bf5d1afaf10c1601705e6b6f248768484efa4b4 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-06-28   Nadia Whittome uk.org.publicwhip/person/25845 0 2021-06-28-10057ffd-25845-0
2bbfd5d5de26a6ca46b9a8669d22e03837755fe3 30 April 2020, payment of £223.96. Hours: 26 hrs. (Registered 03 July 2020) Employment and earnings 10057ffd 2021-06-28   Nadia Whittome uk.org.publicwhip/person/25845 1 2021-06-28-10057ffd-25845-0
5261095fb3f9f8699a8036719d50e86f33324a69 29 May 2020, payment of £244.16. Hours: 28 hrs. (Registered 03 July 2020) Employment and earnings 10057ffd 2021-06-28   Nadia Whittome uk.org.publicwhip/person/25845 2 2021-06-28-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 78.982ms · Data source: mySociety Data · About: simonw/register-of-members-interests-datasette