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-30-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
8a1aba17fdc84ac341137fef59488d04312a17f5 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-30   Rushanara Ali uk.org.publicwhip/person/24958 0 2023-10-30-5f2cbd10-24958-0
812f368e79ee9db54506c98db6fbfa1ded9cb37d 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-30   Rushanara Ali uk.org.publicwhip/person/24958 1 2023-10-30-5f2cbd10-24958-0
b8b19fd3601030e8fab3bc8a1b256a03cb2cdf44 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-30   Rushanara Ali uk.org.publicwhip/person/24958 2 2023-10-30-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 57.666ms · Data source: mySociety Data · About: simonw/register-of-members-interests-datasette