home / regmem

Menu
  • GraphQL API

items

Table actions
  • GraphQL API for items

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

7 rows where record_id = "2022-12-12-10057ffd-25862-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
1c692876e39b35699d670fdcbd33de903e8585d7 Payments from Ipsos MORI, 3 Thomas More Square, London E1W 1YW, for surveys. All fees paid direct to Bassetlaw Conservative Association. Employment and earnings 10057ffd 2022-12-12   Brendan Clarke-Smith uk.org.publicwhip/person/25862 0 2022-12-12-10057ffd-25862-0
37b0ff5bf0b0c80c83a6c3b604ec57aa8ff2498d 12 January 2022, payment of £225. Hours: 1.5 hrs. (Registered 12 January 2022) Employment and earnings 10057ffd 2022-12-12   Brendan Clarke-Smith uk.org.publicwhip/person/25862 1 2022-12-12-10057ffd-25862-0
1ce1538988bd907dc6e8c321dd208cd2aab9fed7 9 March 2022, payment of £225. Hours: 1 hr. (Registered 11 March 2022) Employment and earnings 10057ffd 2022-12-12   Brendan Clarke-Smith uk.org.publicwhip/person/25862 2 2022-12-12-10057ffd-25862-0
6cab18f581ee83b7558264b266617a1c4aa4092c Payments from YouGov, 50 Featherstone Street, London EC1Y 8RT, for surveys. All fees paid direct to Bassetlaw Conservative Association. Employment and earnings 10057ffd 2022-12-12   Brendan Clarke-Smith uk.org.publicwhip/person/25862 3 2022-12-12-10057ffd-25862-0
043647266cfd86b109f68dc2545dd83e4076b82a 9 December 2021, payment of £100. Hours: 1 hr. (Registered 13 December 2021) Employment and earnings 10057ffd 2022-12-12   Brendan Clarke-Smith uk.org.publicwhip/person/25862 4 2022-12-12-10057ffd-25862-0
cf99dabe1e9ee4ad67ba52a7f7ec4d4a77158636 Payments from Savanta Group Limited, 3 Melville Street, Edinburgh EH3 7PE, for surveys. All fees paid direct to Bassetlaw Conservative Association. Employment and earnings 10057ffd 2022-12-12   Brendan Clarke-Smith uk.org.publicwhip/person/25862 5 2022-12-12-10057ffd-25862-0
0c32264e0493f4b24b4eb6389a168665d0eea4ba 6 December 2021, payment of £75. Hours: 1 hr. (Registered 07 December 2021) Employment and earnings 10057ffd 2022-12-12   Brendan Clarke-Smith uk.org.publicwhip/person/25862 6 2022-12-12-10057ffd-25862-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 15.253ms · Data source: mySociety Data · About: simonw/register-of-members-interests-datasette