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 = "2023-10-16-5f2cbd10-24958-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
b9e7ea470e931f270582cdf64ab547619ff99dc3 From 16 May 2020, a Trustee of the Sisters Trust, a registered charity that makes donations to organisations committed to challenging racial and sexual inequality. This is an unpaid role. (Registered 18 June 2020; updated 24 June 2020) Miscellaneous 5f2cbd10 2023-10-16   Rushanara Ali uk.org.publicwhip/person/24958 0 2023-10-16-5f2cbd10-24958-0
ec673a0006bb9176b82f5470e73f564bafee58f0 From 29 June 2022, a Governor and a Member of the Council of Management, The Ditchley Foundation, an organisation that helps sustain peace, freedom and the rule of law; and works towards the renewal of democratic societies, states and alliances. This is an unpaid role. (Registered 06 July 2022) Miscellaneous 5f2cbd10 2023-10-16   Rushanara Ali uk.org.publicwhip/person/24958 1 2023-10-16-5f2cbd10-24958-0
13b4c87ef51fbda6dabd49c3e5c5bc9a85ff85e0 Chair of Trustees of UpRising Leadership, a registered charity providing UK-wide youth leadership development, mentoring and employability opportunities to young people from diverse and underrepresented backgrounds. This is an unpaid role. (Registered 01 December 2022) Miscellaneous 5f2cbd10 2023-10-16   Rushanara Ali uk.org.publicwhip/person/24958 2 2023-10-16-5f2cbd10-24958-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 139.239ms · Data source: mySociety Data · About: simonw/register-of-members-interests-datasette