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-03-09-80ef1083-10293-1" 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
1c005773b65253a44cb9e8be3884afc93dcd463e Name of donor: Ministry of Foreign Affairs, Bahrain Overseas visits 80ef1083 2015-03-09 Gerald Howarth uk.org.publicwhip/member/40039 Gerald Howarth uk.org.publicwhip/person/10293 0 2015-03-09-80ef1083-10293-1
0192050cc2ae196b7f25e3509c3faacd85a990b3 Address of donor: PO Box 547, Government Avenue, Manama, Kingdom of Bahrain Overseas visits 80ef1083 2015-03-09 Gerald Howarth uk.org.publicwhip/member/40039 Gerald Howarth uk.org.publicwhip/person/10293 1 2015-03-09-80ef1083-10293-1
3eb467aa64695ce1af9520da7923703f398f3185 Amount of donation (or estimate of the probable value): flights, accommodation and transport; £2,600 Overseas visits 80ef1083 2015-03-09 Gerald Howarth uk.org.publicwhip/member/40039 Gerald Howarth uk.org.publicwhip/person/10293 2 2015-03-09-80ef1083-10293-1
d47d383f9b072af4d4b71426b7d4302ea52a5145 Destination of visit: Manama, Bahrain Overseas visits 80ef1083 2015-03-09 Gerald Howarth uk.org.publicwhip/member/40039 Gerald Howarth uk.org.publicwhip/person/10293 3 2015-03-09-80ef1083-10293-1
fe9b0dbd9a8367aad529d90d5951fa9ba64247e2 Date of visit: 4-7 December 2014 Overseas visits 80ef1083 2015-03-09 Gerald Howarth uk.org.publicwhip/member/40039 Gerald Howarth uk.org.publicwhip/person/10293 4 2015-03-09-80ef1083-10293-1
5d52563bcb699dc0a2f21378b97e2d377e187fbc Purpose of visit: to participate in the Institute of International Strategic Studies Manama Dialogue Overseas visits 80ef1083 2015-03-09 Gerald Howarth uk.org.publicwhip/member/40039 Gerald Howarth uk.org.publicwhip/person/10293 5 2015-03-09-80ef1083-10293-1
511c532957cb58a3082176776883e3148362186b (Registered 18 December 2014) Overseas visits 80ef1083 2015-03-09 Gerald Howarth uk.org.publicwhip/member/40039 Gerald Howarth uk.org.publicwhip/person/10293 6 2015-03-09-80ef1083-10293-1

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.067ms · Data source: mySociety Data · About: simonw/register-of-members-interests-datasette