home / regmem

Menu
  • GraphQL API

items

Table actions
  • GraphQL API for items

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

14 rows where member_id = "uk.org.publicwhip/member/1070" sorted by date descending

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: item, category_id, date, sort_order, record_id, date (date)

hash item category_id date ▲ member_id person_id sort_order record_id
fe412e9ecd1f8ac6baac0871809250b748087fae Member of the Police Board for Northern Ireland. Remunerated employment, office, profession, etc. f3967f4d 2005-04-11 Eddie McGrady uk.org.publicwhip/member/1070 Eddie McGrady uk.org.publicwhip/person/10385 0 2005-04-11-f3967f4d-10385-0
cd157f43c3e01d0de4b5107b50aca0ad85b5faa4 Member of the Police Board for Northern Ireland. Remunerated employment, office, profession, etc.. dc69d097 2005-01-28 Eddie McGrady uk.org.publicwhip/member/1070 Eddie McGrady uk.org.publicwhip/person/10385 0 2005-01-28-dc69d097-10385-0
429d13f8b42fd6a6cde341b327a17250a5ae9d42 Member of the Police Board for Northern Ireland. Remunerated employment, office, profession, etc. f3967f4d 2004-12-03 Eddie McGrady uk.org.publicwhip/member/1070 Eddie McGrady uk.org.publicwhip/person/10385 0 2004-12-03-f3967f4d-10385-0
b8763fe4fe42c4000893080f1a61fb6208ddbec6 Member of the Police Board for Northern Ireland. Remunerated employment, office, profession, etc. f3967f4d 2004-10-22 Eddie McGrady uk.org.publicwhip/member/1070 Eddie McGrady uk.org.publicwhip/person/10385 0 2004-10-22-f3967f4d-10385-0
4f4249995ae7711507af58259e2057965c8d76d3 Member of the Police Board for Northern Ireland. Remunerated employment, office, profession, etc. f3967f4d 2004-09-08 Eddie McGrady uk.org.publicwhip/member/1070 Eddie McGrady uk.org.publicwhip/person/10385 0 2004-09-08-f3967f4d-10385-0
6162e0fb8584d7b14e8e9df4e543a1b3c47b29a2 Member of the Police Board for Northern Ireland. Remunerated employment, office, profession, etc. f3967f4d 2004-07-16 Eddie McGrady uk.org.publicwhip/member/1070 Eddie McGrady uk.org.publicwhip/person/10385 0 2004-07-16-f3967f4d-10385-0
cab369f25c27e3aa6e8dafaf2f8361b6b53c6647 Member of the Police Board for Northern Ireland. Remunerated employment, office, profession, etc. f3967f4d 2004-05-21 Eddie McGrady uk.org.publicwhip/member/1070 Eddie McGrady uk.org.publicwhip/person/10385 0 2004-05-21-f3967f4d-10385-0
06d421a5b034a32a6781aa5acc7ecc8c218ce05c Member of the Police Board for Northern Ireland. Remunerated employment, office, profession, etc. f3967f4d 2004-01-31 Eddie McGrady uk.org.publicwhip/member/1070 Eddie McGrady uk.org.publicwhip/person/10385 0 2004-01-31-f3967f4d-10385-0
138da3b23e20869cdfa0dc9314fc3e631ee333d6 Member of the Northern Ireland Assembly. Remunerated employment, office, profession, etc. f3967f4d 2003-12-04 Eddie McGrady uk.org.publicwhip/member/1070 Eddie McGrady uk.org.publicwhip/person/10385 0 2003-12-04-f3967f4d-10385-0
950cac63bb8da5e8af8d0a6db920568b52cff782 Member of the Police Board for Northern Ireland. Remunerated employment, office, profession, etc. f3967f4d 2003-12-04 Eddie McGrady uk.org.publicwhip/member/1070 Eddie McGrady uk.org.publicwhip/person/10385 1 2003-12-04-f3967f4d-10385-0
7292e8654cd8daf0e758ba29d51f42567b980cf6 Member of the Northern Ireland Assembly. Remunerated employment, office, profession, etc 1fdbe1e1 2002-11-26 Eddie McGrady uk.org.publicwhip/member/1070 Eddie McGrady uk.org.publicwhip/person/10385 0 2002-11-26-1fdbe1e1-10385-0
e6fab4daaea7e40b606b9ff597b68bf26fdad987 Member of the Police Board for Northern Ireland. Remunerated employment, office, profession, etc 1fdbe1e1 2002-11-26 Eddie McGrady uk.org.publicwhip/member/1070 Eddie McGrady uk.org.publicwhip/person/10385 1 2002-11-26-1fdbe1e1-10385-0
d87b368afecd9324b82952aab7cd4d1839dbbe24 Member of the Northern Ireland Assembly. Remunerated employment, office, profession, etc. f3967f4d 2002-05-14 Eddie McGrady uk.org.publicwhip/member/1070 Eddie McGrady uk.org.publicwhip/person/10385 0 2002-05-14-f3967f4d-10385-0
6551d72dff3db43a1a1f0d654c646a9a58d3efba Member of the Police Board for Northern Ireland (no remuneration). Miscellaneous and unremunerated interests 265f2269 2002-05-14 Eddie McGrady uk.org.publicwhip/member/1070 Eddie McGrady uk.org.publicwhip/person/10385 0 2002-05-14-265f2269-10385-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 14.926ms · Data source: mySociety Data · About: simonw/register-of-members-interests-datasette