home / regmem

Menu
  • GraphQL API

items

Table actions
  • GraphQL API for items

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

10 rows where record_id = "2002-05-14-265f2269-10349-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
2334851f33c941ab4b4271f9965e18e2263ef6f4 Patron of STRADA, Cambridge; day centre for sufferers from stroke and dysphasia (unremunerated). Miscellaneous and unremunerated interests 265f2269 2002-05-14 Andrew Lansley uk.org.publicwhip/member/1034 Andrew Lansley uk.org.publicwhip/person/10349 0 2002-05-14-265f2269-10349-0
f063886119ce3252adba8ebaacab7c46a7c16ea8 Patron of the Cambridgeshire Small Business Group (unremunerated). Miscellaneous and unremunerated interests 265f2269 2002-05-14 Andrew Lansley uk.org.publicwhip/member/1034 Andrew Lansley uk.org.publicwhip/person/10349 1 2002-05-14-265f2269-10349-0
dbf82764b705520325ed3d5939d060dcbcae31ad Vice-President of the Cambridgeshire Beekeepers' Association (unremunerated). Miscellaneous and unremunerated interests 265f2269 2002-05-14 Andrew Lansley uk.org.publicwhip/member/1034 Andrew Lansley uk.org.publicwhip/person/10349 2 2002-05-14-265f2269-10349-0
8c8bdc76d5fdfbdf3effd57a5a40b193ab96a236 Vice-President of the Local Government Association (unremunerated). Miscellaneous and unremunerated interests 265f2269 2002-05-14 Andrew Lansley uk.org.publicwhip/member/1034 Andrew Lansley uk.org.publicwhip/person/10349 3 2002-05-14-265f2269-10349-0
2fe039a12b38ed6d9b7abfdd1a23180f4624b368 Patron of ASPIRE (unremunerated). Miscellaneous and unremunerated interests 265f2269 2002-05-14 Andrew Lansley uk.org.publicwhip/member/1034 Andrew Lansley uk.org.publicwhip/person/10349 4 2002-05-14-265f2269-10349-0
1862ad11941e357bdb6b46f2fe0d91056ea005cc Patron of the International Centre for Child Studies (unremunerated). Miscellaneous and unremunerated interests 265f2269 2002-05-14 Andrew Lansley uk.org.publicwhip/member/1034 Andrew Lansley uk.org.publicwhip/person/10349 5 2002-05-14-265f2269-10349-0
b92dad78f96e3c181e871259574fae5710dbf2f9 Patron of Headway Cambridge (unremunerated). Miscellaneous and unremunerated interests 265f2269 2002-05-14 Andrew Lansley uk.org.publicwhip/member/1034 Andrew Lansley uk.org.publicwhip/person/10349 6 2002-05-14-265f2269-10349-0
d56114495586fa1c1b21c2b22f3272f48bed1e89 Member of the Council of The Association of Conservative Clubs Ltd. (unremunerated). Miscellaneous and unremunerated interests 265f2269 2002-05-14 Andrew Lansley uk.org.publicwhip/member/1034 Andrew Lansley uk.org.publicwhip/person/10349 7 2002-05-14-265f2269-10349-0
1661c9b15e1211df8e7b6474f03e98c6605fd001 Vice-Patron of the MRI Scanner Appeal at Hinchingbrooke Hospital, Cambridge (Unremunerated). Miscellaneous and unremunerated interests 265f2269 2002-05-14 Andrew Lansley uk.org.publicwhip/member/1034 Andrew Lansley uk.org.publicwhip/person/10349 8 2002-05-14-265f2269-10349-0
1f3177b6d26dda7973c83a9c4e6271cc51444334 Vice-President of the Cambridge and Peterborough Federation of Young Farmers Clubs (unremunerated). Miscellaneous and unremunerated interests 265f2269 2002-05-14 Andrew Lansley uk.org.publicwhip/member/1034 Andrew Lansley uk.org.publicwhip/person/10349 9 2002-05-14-265f2269-10349-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 17.411ms · Data source: mySociety Data · About: simonw/register-of-members-interests-datasette