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-09-05-10057ffd-25806-0" sorted by sort_order

✎ 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
b3b59fa559d39229c6b3a4175729f0e5d0e1fc2e Payments from Ipsos MORI, 3 Thomas More Square, London E1W 1YW, for surveys: Employment and earnings 10057ffd 2022-09-05   Jacob Young uk.org.publicwhip/person/25806 0 2022-09-05-10057ffd-25806-0
0d01fc6ad255a46d948134b0f9e6e455ba69c30a 25 November 2021, payment of £175 for a survey on the same day. Hours: 1 hr. Fee paid direct to charity. (Registered 24 December 2021) Employment and earnings 10057ffd 2022-09-05   Jacob Young uk.org.publicwhip/person/25806 1 2022-09-05-10057ffd-25806-0
3046c2d0b7c9a2ddfde6cf4d32c0f1a5b5aa2aa8 9 December 2021, payment of £200 from CMD Polling, 31 Carolside Avenue, Glasgow G76 7AA, for survey on 14 October 2021. Hours: 1 hr. Fee paid direct to charity. (Registered 24 December 2021) Employment and earnings 10057ffd 2022-09-05   Jacob Young uk.org.publicwhip/person/25806 2 2022-09-05-10057ffd-25806-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 141.187ms · Data source: mySociety Data · About: simonw/register-of-members-interests-datasette