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 = "2001-05-14-f3967f4d-10436-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
a50632a1b450e1e91a1bff16ac32592fe760cc7a Associate Editor, House Magazine. (£1,001-£5,000) Remunerated employment, office, profession, etc. f3967f4d 2001-05-14 Austin Mitchell uk.org.publicwhip/member/436 Austin Mitchell uk.org.publicwhip/person/10436 0 2001-05-14-f3967f4d-10436-0
a4da47042b042ff19518fd6d091bcd5cd08035ed Occasional journalism and broadcasting. Remunerated employment, office, profession, etc. f3967f4d 2001-05-14 Austin Mitchell uk.org.publicwhip/member/436 Austin Mitchell uk.org.publicwhip/person/10436 1 2001-05-14-f3967f4d-10436-0
f34fa4d68d697620e4f56543ddc048f51a636329 Occasional freelance lecturing and speaking. Remunerated employment, office, profession, etc. f3967f4d 2001-05-14 Austin Mitchell uk.org.publicwhip/member/436 Austin Mitchell uk.org.publicwhip/person/10436 2 2001-05-14-f3967f4d-10436-0
fb86b7f87641002114150807cc340b4d6c40ec3e May 1999-January 2000 I co-hosted thirty-two weekend phone-in shows "Grilled on Both Sides" for Talk Radio. Remunerated employment, office, profession, etc. f3967f4d 2001-05-14 Austin Mitchell uk.org.publicwhip/member/436 Austin Mitchell uk.org.publicwhip/person/10436 3 2001-05-14-f3967f4d-10436-0
d7927bd864cfeadf55bfce2c3bdf8f295ee117a7 I write a column for Accountancy Age six times a year. Fee paid to the Association for Accountancy and Business Affairs, a non-profit making charitable foundation of which I am a trustee but receive no formal payment. (£1-£1,000) Remunerated employment, office, profession, etc. f3967f4d 2001-05-14 Austin Mitchell uk.org.publicwhip/member/436 Austin Mitchell uk.org.publicwhip/person/10436 4 2001-05-14-f3967f4d-10436-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 18.208ms · Data source: mySociety Data · About: simonw/register-of-members-interests-datasette