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-30-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
c4733c9e0802d9863cd89aec438dfbe134a8cd31 Name of donor: Ministry of Foreign Affairs, Bahrain Overseas visits 80ef1083 2015-03-30 Gerald Howarth uk.org.publicwhip/member/40039 Gerald Howarth uk.org.publicwhip/person/10293 0 2015-03-30-80ef1083-10293-1
10f8a2151b9c369334778d36e8474bbb47ea270a Address of donor: PO Box 547, Government Avenue, Manama, Kingdom of Bahrain Overseas visits 80ef1083 2015-03-30 Gerald Howarth uk.org.publicwhip/member/40039 Gerald Howarth uk.org.publicwhip/person/10293 1 2015-03-30-80ef1083-10293-1
1aa927fb091faab82e7826d1dbf4fb90f3889297 Amount of donation (or estimate of the probable value): flights, accommodation and transport; £2,600 Overseas visits 80ef1083 2015-03-30 Gerald Howarth uk.org.publicwhip/member/40039 Gerald Howarth uk.org.publicwhip/person/10293 2 2015-03-30-80ef1083-10293-1
128c9977da591de972b76e1ebded5649e31f00f9 Destination of visit: Manama, Bahrain Overseas visits 80ef1083 2015-03-30 Gerald Howarth uk.org.publicwhip/member/40039 Gerald Howarth uk.org.publicwhip/person/10293 3 2015-03-30-80ef1083-10293-1
41fd2b7892de1dc9a829939c7b24575cf9fd794d Date of visit: 4-7 December 2014 Overseas visits 80ef1083 2015-03-30 Gerald Howarth uk.org.publicwhip/member/40039 Gerald Howarth uk.org.publicwhip/person/10293 4 2015-03-30-80ef1083-10293-1
56694f82b8e48109d8016986378528ebb3ad2fb7 Purpose of visit: to participate in the Institute of International Strategic Studies Manama Dialogue Overseas visits 80ef1083 2015-03-30 Gerald Howarth uk.org.publicwhip/member/40039 Gerald Howarth uk.org.publicwhip/person/10293 5 2015-03-30-80ef1083-10293-1
1a97f36eaa40ffe34299b32026e4faaa011eac0f (Registered 18 December 2014) Overseas visits 80ef1083 2015-03-30 Gerald Howarth uk.org.publicwhip/member/40039 Gerald Howarth uk.org.publicwhip/person/10293 6 2015-03-30-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 39.95ms · Data source: mySociety Data · About: simonw/register-of-members-interests-datasette