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 = "2022-03-28-10057ffd-25797-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
a843b29746ae767b8904de96fe712330eb832d77 Payments from Islington Council, Town Hall, Upper St, London N1 2UD for duties as a Councillor until 24 March 2021. Hours: an average of 15 hrs a month unless otherwise stated. (Updated 22 April 2021) Employment and earnings 10057ffd 2022-03-28   Claudia Webbe uk.org.publicwhip/person/25797 0 2022-03-28-10057ffd-25797-0
7dc9b1e19c04fa41e2e27683b7f24bc3a9326011 26 September 2020, received £1,021.07. (Registered 01 October 2020; updated 23 December 2020 and 13 May 2021) This is a late register update to which the rectification procedure was applied on 13 May 2021. Paragraph 15 of Chapter 4 of the Guide to the Rules applies. Employment and earnings 10057ffd 2022-03-28   Claudia Webbe uk.org.publicwhip/person/25797 1 2022-03-28-10057ffd-25797-0
62823ecee40707a896f0a704ce774309e471c8e9 From 26 October 2020 until 24 March 2021 I received £900.67 a month for an average commitment of 15 hrs. (Registered 01 October 2020; updated 23 December 2020 and 22 April 2021) Employment and earnings 10057ffd 2022-03-28   Claudia Webbe uk.org.publicwhip/person/25797 2 2022-03-28-10057ffd-25797-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 130.354ms · Data source: mySociety Data · About: simonw/register-of-members-interests-datasette