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-06-27-10057ffd-10001-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
38447cf5c442c9af2e860ecaa134bf620eaad1ad Payments from the Guardian, Kings Place, 90 York Way, London N1 9GU, for articles: Employment and earnings 10057ffd 2022-06-27   Diane Abbott uk.org.publicwhip/person/10001 0 2022-06-27-10057ffd-10001-0
f7428ca2f2eb69ad39246154469fe7ae78c56f56 5 May 2021, received £100 for an article published on 22 April 2021. Hours: 45 mins. (Registered 07 June 2021) Employment and earnings 10057ffd 2022-06-27   Diane Abbott uk.org.publicwhip/person/10001 1 2022-06-27-10057ffd-10001-0
ae14c04d90cdfb1f213845e2e22c188cb9788247 4 July 2021, received £400 from Operation Black Vote, 18A Victoria Park Square, Bethnal Green, London E2 9PB, for delivering a presentation on 12 May 2021. Hours: 2 hrs. (Registered 02 August 2021) Employment and earnings 10057ffd 2022-06-27   Diane Abbott uk.org.publicwhip/person/10001 2 2022-06-27-10057ffd-10001-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 18.262ms · Data source: mySociety Data · About: simonw/register-of-members-interests-datasette