home / regmem

Menu
  • GraphQL API

items

Table actions
  • GraphQL API for items

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

4 rows where record_id = "2021-02-01-10057ffd-25867-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
e660e1c20557699a9992c2ea4d23654e784afb8b Payments from Aberdeen City Council, Town House, Broad Street, Aberdeen AB10 1FY, for my role as a Councillor: Employment and earnings 10057ffd 2021-02-01   Stephen Flynn uk.org.publicwhip/person/25867 0 2021-02-01-10057ffd-25867-0
67ca438b5e5ff79555d8c441b0d3a7b261619ce7 24 January 2020, received £1,899.48. hours: estimated at between 80 and 100 hrs (20-25 hrs a week). (Registered 28 February 2020) Employment and earnings 10057ffd 2021-02-01   Stephen Flynn uk.org.publicwhip/person/25867 1 2021-02-01-10057ffd-25867-0
ad763619506e4fa7456258cdbfae45abd233b992 27 February 2020, received £657.59. Hours: estimated at between 80 and 100 hrs (20-25 hrs a week). (Registered 28 February 2020) Employment and earnings 10057ffd 2021-02-01   Stephen Flynn uk.org.publicwhip/person/25867 2 2021-02-01-10057ffd-25867-0
a6bebae36c5fc304c3594eb5078fe656065ee90a 30 March 2020, received final payment of £338.50. Hours: estimated at between 20 and 25 hrs. (Registered 01 May 2020) Employment and earnings 10057ffd 2021-02-01   Stephen Flynn uk.org.publicwhip/person/25867 3 2021-02-01-10057ffd-25867-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.668ms · Data source: mySociety Data · About: simonw/register-of-members-interests-datasette