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 = "2000-11-10-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
6ac41a98da42a5c3c71903badc47577f63eedd97 Associate Editor, House Magazine. (£1,001-£5,000) Remunerated employment, office, profession, etc. f3967f4d 2000-11-10 Austin Mitchell uk.org.publicwhip/member/436 Austin Mitchell uk.org.publicwhip/person/10436 0 2000-11-10-f3967f4d-10436-0
353fd53c3f0a5b9ca785579c3daf68076c0801c5 Occasional journalism and broadcasting. Remunerated employment, office, profession, etc. f3967f4d 2000-11-10 Austin Mitchell uk.org.publicwhip/member/436 Austin Mitchell uk.org.publicwhip/person/10436 1 2000-11-10-f3967f4d-10436-0
45713875dc5a7a795a18b3cb9510538a51edbe58 Occasional freelance lecturing and speaking. Remunerated employment, office, profession, etc. f3967f4d 2000-11-10 Austin Mitchell uk.org.publicwhip/member/436 Austin Mitchell uk.org.publicwhip/person/10436 2 2000-11-10-f3967f4d-10436-0
d092ebc39b19c1c4c76ffdb420172be13c514160 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 2000-11-10 Austin Mitchell uk.org.publicwhip/member/436 Austin Mitchell uk.org.publicwhip/person/10436 3 2000-11-10-f3967f4d-10436-0
a00b0786af24dfa4a8357e4c67484db6032c90f5 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 2000-11-10 Austin Mitchell uk.org.publicwhip/member/436 Austin Mitchell uk.org.publicwhip/person/10436 4 2000-11-10-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 25.301ms · Data source: mySociety Data · About: simonw/register-of-members-interests-datasette