home / regmem

Menu
  • GraphQL API

items

Table actions
  • GraphQL API for items

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

5 rows where record_id = "2019-07-01-10057ffd-10027-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
ee1fe353f690d7b8323691c9b9cf46fbaec37389 Payments from ComRes, Four Millbank, London SW1P 3JA, for opinion surveys. All fees donated to charity: Employment and earnings 10057ffd 2019-07-01   Kevin Barron uk.org.publicwhip/person/10027 0 2019-07-01-10057ffd-10027-0
b272c2bfd9265f38a23f1ca28b4c4321c6b51001 18 June 2018, payment of £80 for a survey in May 2018. Hours: 40 mins. (Registered 10 September 2018) Employment and earnings 10057ffd 2019-07-01   Kevin Barron uk.org.publicwhip/person/10027 1 2019-07-01-10057ffd-10027-0
06e8ca71e994843e19900e194fa430bf6b9b2140 2 July 2018, payment of £75 for another survey in May 2018. Hours: 30 mins. (Registered 10 September 2018) Employment and earnings 10057ffd 2019-07-01   Kevin Barron uk.org.publicwhip/person/10027 2 2019-07-01-10057ffd-10027-0
1b63964f759d26f980b9a7a60d897444b3191329 10 August 2018, payment of £75 for a survey in June 2018. Hours: 30 mins. (Registered 10 September 2018) Employment and earnings 10057ffd 2019-07-01   Kevin Barron uk.org.publicwhip/person/10027 3 2019-07-01-10057ffd-10027-0
6a92bfbfd561e554e03e99cc206f2af13b3e4dc1 10 September 2018, payment of £75 for a survey in July 2018. Hours: 30 mins. (Registered 10 September 2018) Employment and earnings 10057ffd 2019-07-01   Kevin Barron uk.org.publicwhip/person/10027 4 2019-07-01-10057ffd-10027-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 81.581ms · Data source: mySociety Data · About: simonw/register-of-members-interests-datasette