home / regmem

Menu
  • GraphQL API

items

Table actions
  • GraphQL API for items

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

7 rows where record_id = "2015-02-23-80ef1083-10352-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
96a2ff5122e36408c7563f0af3f4b7f5338e9053 Name of donor: HM Government of Gibraltar Overseas visits 80ef1083 2015-02-23 Edward Leigh uk.org.publicwhip/member/40266 Edward Leigh uk.org.publicwhip/person/10352 0 2015-02-23-80ef1083-10352-0
903e6c94e9c8511678b37ca13a49b5a6dfa409ef Address of donor: 150 Strand, London WC2R 1JA Overseas visits 80ef1083 2015-02-23 Edward Leigh uk.org.publicwhip/member/40266 Edward Leigh uk.org.publicwhip/person/10352 1 2015-02-23-80ef1083-10352-0
e699961df54de37fa8a6729194b4444ca1d39233 Amount of donation (or estimate of the probable value): flights, accommodation and meals; cost £1,035 Overseas visits 80ef1083 2015-02-23 Edward Leigh uk.org.publicwhip/member/40266 Edward Leigh uk.org.publicwhip/person/10352 2 2015-02-23-80ef1083-10352-0
e4f613b94264be4eebfe44e4669e11a8404ca49d Destination of visit: Gibraltar Overseas visits 80ef1083 2015-02-23 Edward Leigh uk.org.publicwhip/member/40266 Edward Leigh uk.org.publicwhip/person/10352 3 2015-02-23-80ef1083-10352-0
098bfed8d0c71b882f0fb457ec8f8a0caa150305 Date of visit: 8-11 September 2014 Overseas visits 80ef1083 2015-02-23 Edward Leigh uk.org.publicwhip/member/40266 Edward Leigh uk.org.publicwhip/person/10352 4 2015-02-23-80ef1083-10352-0
997e2480f43d43a8ec5781c0ffd9bd77c6fa6ab3 Purpose of visit: to attend National Day Celebrations. Overseas visits 80ef1083 2015-02-23 Edward Leigh uk.org.publicwhip/member/40266 Edward Leigh uk.org.publicwhip/person/10352 5 2015-02-23-80ef1083-10352-0
a79dc770965be40927e49fbe8b82a80b606fd543 (Registered 17 October 2014) Overseas visits 80ef1083 2015-02-23 Edward Leigh uk.org.publicwhip/member/40266 Edward Leigh uk.org.publicwhip/person/10352 6 2015-02-23-80ef1083-10352-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 10.674ms · Data source: mySociety Data · About: simonw/register-of-members-interests-datasette